Title here
Summary here
February 15, 2021 in Troubleshooting1 minute
When you run sudo tasksel command in linux terminal / console, you get the following error message
sudo: tasksel: command not foundTo fix this problem, we can install tasksel using the command below.
sudo apt-get -y install taskselThis command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tasksel.
sudo apt -y install taskselOr if you have aptitude installed you can use the following command.
sudo aptitude install taskselAfter the installation finished, you can run tasksel.
sudo taskselYou can select which packages that you want to install and press OK