Answer the question
In order to leave comments, you need to log in
How to remove unnecessary?
Recently installed linux ubuntu.
Due to inexperience, I downloaded all sorts of simply unnecessary programs.
Many of them are out of office. shop.
How to remove them?
Tried through the terminal, but it didn't work out. I do not know the exact names of the programs themselves.
Answer the question
In order to leave comments, you need to log in
List of installed packages
sudo apt list --installed | less
Display a list of packages sorted by used hard disk space
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr
apt-get remove --purge packagename
apt-get autoremove
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question