EUGENI_CAT Posted October 6, 2022 Share Posted October 6, 2022 NerdTools is the new plugin that allows you to install additional packages in UnRAID easily. This project is based on the old NerdPack plugin but has received many improvements and important changes. For example the package installation now takes advantage of the benefits of UnRAID 6.11 and install packages in the path /boot/extra and delegating part of the management to the system itself. Repo: https://github.com/UnRAIDES/plugin-UnRAID PlugIn: https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg UnRAID_ES Community: https://discord.gg/8uFDzutUch Enjoy! 10 4 2 Quote Link to comment
DuzAwe Posted October 6, 2022 Share Posted October 6, 2022 (edited) Could Power-top be added? Added on 10-10-22, Thanks. Edited October 10, 2022 by DuzAwe Added Quote Link to comment
ich777 Posted October 6, 2022 Share Posted October 6, 2022 15 minutes ago, DuzAwe said: Could Power-top be added? https://github.com/ich777/slackware/tree/master/slackware64-15.0/slackware64/powertop Quote Link to comment
DuzAwe Posted October 6, 2022 Share Posted October 6, 2022 3 minutes ago, ich777 said: https://github.com/ich777/slackware/tree/master/slackware64-15.0/slackware64/powertop Hey ich77, is this for me or the Plugin? I already have power-top from slackware pkgs installed. Just be nice to have it in the plugin Quote Link to comment
ich777 Posted October 6, 2022 Share Posted October 6, 2022 8 minutes ago, DuzAwe said: Hey ich77, is this for me or the Plugin? I already have power-top from slackware pkgs installed. Just be nice to have it in the plugin What version do you have? powertop-2.15 was released a week back and I've recompiled it for Slackware 15, just a heads up. 1 Quote Link to comment
DuzAwe Posted October 6, 2022 Share Posted October 6, 2022 looks like I had .13, tis all that's available on https://pkgs.org/search/?q=power top. Updated to yours Thanks Quote Link to comment
danringer Posted October 6, 2022 Share Posted October 6, 2022 love nerdtools/nerdpack, glad it's coming back. I only have tmux and screen enabled and both are up-to-date matching the GitHub files but both say update ready even after I've updated. Also, is there a preferred process to request some of the missing packages that were available in 6.10? or are you in the process of vetting them to be re-added? thank you, -Dan Quote Link to comment
DjSni Posted October 6, 2022 Share Posted October 6, 2022 Hi, thanks for the new plugin. But unfortunately I can only see how on the screenshot. , Quote Link to comment
jsavargas Posted October 6, 2022 Share Posted October 6, 2022 2 hours ago, danringer said: love nerdtools/nerdpack, glad it's coming back. I only have tmux and screen enabled and both are up-to-date matching the GitHub files but both say update ready even after I've updated. Also, is there a preferred process to request some of the missing packages that were available in 6.10? or are you in the process of vetting them to be re-added? thank you, -Dan yes, we are in the process of updating the packages that existed in the previous version to add them to the new updated version Quote Link to comment
ZappyZap Posted October 6, 2022 Share Posted October 6, 2022 is this better than un-get ? can both leave together or i should un-install un-get and intall this one... ? i mean i like unget as i can main maintain my own package repo Quote Link to comment
thestraycat Posted October 6, 2022 Share Posted October 6, 2022 Any chance we can add EXIFTOOL to Nerdtools? Nerdpack had it bundled in and i'm now super reliant on it... I've had to roll back for the time being just to get it back Is there a better way/process to request packages to be re-added? Quote Link to comment
weirdcrap Posted October 6, 2022 Share Posted October 6, 2022 (edited) 1 hour ago, ZappyZap said: is this better than un-get ? can both leave together or i should un-install un-get and intall this one... ? i mean i like unget as i can main maintain my own package repo I would also be curious if ich777 plans on continuing to maintain un-get or if I should switch to this. Can we get a brief breakdown of what improvements are in this new plugin? Does it just pull stuff from the slackware repo like ich's plugin or does it also include things that require compiling? 38 minutes ago, thestraycat said: Any chance we can add EXIFTOOL to Nerdtools? Nerdpack had it bundled in and i'm now super reliant on it... I've had to roll back for the time being just to get it back Is there a better way/process to request packages to be re-added? In the meantime you can always just place the package file in /boot/extra so you can stay on 6.11 Edited October 6, 2022 by weirdcrap Quote Link to comment
Juanzilla Posted October 6, 2022 Share Posted October 6, 2022 (edited) Hello and thank you for release this new plugin. I have installed it and for some reason, all the txz packages that I put it manually on my /boot/extra directore were deleted. I checked the .plg code and i noticed these lines: <!-- The 'remove' script. --> <FILE Run="/bin/bash" Method="remove"> <INLINE> removepkg &plgPATH;/&plgNAME;.txz rm -rf &emhttp; rm -f &plgPATH;/&plgNAME;.txz removepkg /boot/extra/*_nerdtools.txz 1>/dev/null rm -f /boot/exta/*_nerdtools.txz 1>/dev/null echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." echo " Copyright 2022, &author;" echo " Credits, based on NerdPack plugin of dmacias72, eschultz" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" </INLINE> </FILE> Does this means that every time that the nerdtools upgrade or run all the packages that were not installed by this pluggin are gonna be deleted? If this is true, I will have to copy/paste my own apps with every nerdpack upgrade? I understand that a workarround would be rename my own packages with the "_nerdtools.txz" name but... I would prefer to avoid doing weird things on my server.... Edited October 6, 2022 by Juanzilla Quote Link to comment
ich777 Posted October 6, 2022 Share Posted October 6, 2022 1 hour ago, weirdcrap said: I would also be curious if ich777 plans on continuing to maintain un-get or if I should switch to this. Why not, un-get doesn't need to be maintained that much since it pulls the packages from the appropriate repository and the user (you) can simply change the repository with the sources.list file too if Slackware 16 (or similar) is released... I really don't want to create a thread here on the forums for un-get since it's really meant for advanced users but it is not that complicated, at least I think it's not that complicated... Quote Link to comment
ich777 Posted October 6, 2022 Share Posted October 6, 2022 3 minutes ago, Juanzilla said: Does this means that every time that the nerdtools upgrade or run all the packages that were not installed by this pluggin are gonna be deleted? No, this is just the removal routine from the plugin if you delete it: 3 minutes ago, Juanzilla said: <!-- The 'remove' script. --> Quote Link to comment
Juanzilla Posted October 6, 2022 Share Posted October 6, 2022 Hello @ich777, thank you for your answer... then why all my txz were delete after I installed the nerdpack? Quote Link to comment
ich777 Posted October 6, 2022 Share Posted October 6, 2022 2 hours ago, ZappyZap said: can both leave together or i should un-install un-get and intall this one... ? I don't think you can do that because from what I understand this plugin installs all packages with the extension "_nerdtools.txz" to the /boot/extra folder and if you install a package through un-get and then through this plugin you basically install it twice on boot, as long as it's the same package nothing should be harmed. However you should be able to run both if you are really careful which packages you install where... Quote Link to comment
ich777 Posted October 6, 2022 Share Posted October 6, 2022 Just now, Juanzilla said: Hello @ich777, thank you for your answer... then why all my txz were delete after I installed the nerdpack? This is a thing that you have to ask the maintainer of this plugin, I've not gone through the plugin code. Sorry... Quote Link to comment
jsavargas Posted October 6, 2022 Share Posted October 6, 2022 57 minutes ago, ich777 said: I don't think you can do that because from what I understand this plugin installs all packages with the extension "_nerdtools.txz" to the /boot/extra folder and if you install a package through un-get and then through this plugin you basically install it twice on boot, as long as it's the same package nothing should be harmed. However you should be able to run both if you are really careful which packages you install where... It shouldn't, in my tests I always kept packages in that path and never delete anything, those lines only delete packages that end with the name _nerdtools.txz Quote Link to comment
jsavargas Posted October 6, 2022 Share Posted October 6, 2022 59 minutes ago, ich777 said: I don't think you can do that because from what I understand this plugin installs all packages with the extension "_nerdtools.txz" to the /boot/extra folder and if you install a package through un-get and then through this plugin you basically install it twice on boot, as long as it's the same package nothing should be harmed. However you should be able to run both if you are really careful which packages you install where... We also carry out these tests and in principle install one version and if you have an updated one, install the other and when uninstalling, try to uninstall the nerdtools version, if there is another one, it stays Quote Link to comment
ich777 Posted October 6, 2022 Share Posted October 6, 2022 15 minutes ago, jsavargas said: It shouldn't, in my tests I always kept packages in that path and never delete anything, those lines only delete packages that end with the name _nerdtools.txz Exactly, but you should quote the other user. 13 minutes ago, jsavargas said: We also carry out these tests and in principle install one version and if you have an updated one, install the other and when uninstalling, try to uninstall the nerdtools version, if there is another one, it stays He meant if Nerdtools is compatible with un-get and vice versa, nothing to do with updates. 1 Quote Link to comment
jsavargas Posted October 6, 2022 Share Posted October 6, 2022 1 hour ago, ich777 said: Why not, un-get doesn't need to be maintained that much since it pulls the packages from the appropriate repository and the user (you) can simply change the repository with the sources.list file too if Slackware 16 (or similar) is released... I really don't want to create a thread here on the forums for un-get since it's really meant for advanced users but it is not that complicated, at least I think it's not that complicated... un-get is a docker? do you have the link to take a look Quote Link to comment
SimonF Posted October 6, 2022 Share Posted October 6, 2022 2 minutes ago, jsavargas said: un-get is a docker? do you have the link to take a look Its a plugin https://github.com/ich777/un-get 2 Quote Link to comment
ZappyZap Posted October 6, 2022 Share Posted October 6, 2022 Thanks @ich777 for your answer. and agree with you un-get is not complicated (even if you rate it as for experienced users) and also very flexible i like it a lot , even if "fix comman problems" dont 🙃.... i will install this nerdtools and see .... @jsavargas here the link https://github.com/ich777/un-get 1 Quote Link to comment
Recommended Posts
Posted by JorgeB,
To those requesting iperf3,
Recommended by JonathanM
2 reactions
Go to this post
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.