View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#2
Remove some of installed applications first with:
Code:
# apt-get remove <packagename>
You can see list of installed packages and their names with:
Code:
$ dpkg -l
(l as in list)
 

The Following User Says Thank You to ladoga For This Useful Post: