Published
- 1 min read
uninstall package from ubuntu
The solution for this is noted below
uninstall package from ubuntu
Solution
sudo apt-get --purge remove [package]
sudo apt-get autoremove [package]
Try other methods by searching on the site. That is if this doesn’t work