sudo: tasksel: command not found [How To Fix]
Posted on February 15, 2021 (Last modified on July 14, 2022) • 1 min read • 123 wordsHow To fix sudo: tasksel: command not found error message will be discussed in this article. We will also learn two alternatives solutions.
When you run sudo tasksel
command in linux terminal / console, you get the following error message
sudo: tasksel: command not found
```bash
## How To Fix {#h-how-to-fix}
To fix this problem, we can install tasksel using the command below.
```bash
sudo apt-get -y install tasksel
This 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 tasksel
```bash
Or if you have aptitude installed you can use the following command.
```bash
sudo aptitude install tasksel
After the installation finished, you can run tasksel.
sudo tasksel
```bash
You can select which packages that you want to install and press OK