baz123 wrote:I am sure I have seen something about using dietpi-software from the command line if you know the package number. Could someone remind me or point me to the docs on it please?
DietPi-Software | from the command line
DietPi-Software | from the command line
Last edited by k-plan on Tue Feb 20, 2018 4:11 pm, edited 3 times in total.
Reason: Move topic and changed entrie post
Reason: Move topic and changed entrie post
Re: dietpi-software from the command line
Its currently undocumented, as its intended for dev use only.baz123 wrote:I am sure I have seen something about using dietpi-software from the command line if you know the package number. Could someone remind me or point me to the docs on it please?
However,
List all software titles:
Code: Select all
dietpi-software list
Code: Select all
dietpi-software list | grep netdata
Code: Select all
dietpi-software install 65
Code: Select all
dietpi-software reinstall 65
Code: Select all
dietpi-software uninstall 65
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: dietpi-software from the command line
Excellent many thanks. I've a list of software I install into VMs and it is quicker than going through the menu system as I am inclined to do one at a time



Re: dietpi-software from the command line
command supports multiple index inputs, you can 1 line itbaz123 wrote:Excellent many thanks. I've a list of software I install into VMs and it is quicker than going through the menu system as I am inclined to do one at a time![]()

Code: Select all
dietpi-software install 65 125 129 3
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.