Results 1 to 4 of 4
Hey guys,
I am running out of space on my linux machine. I mainly use it for development and it is not connected to the internet so I do not ...
- 11-29-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 10
Deleting files
Hey guys,
I am running out of space on my linux machine. I mainly use it for development and it is not connected to the internet so I do not need firefox, thunderbird, openoffice, etc...
I was wondering what it the best way to delete or uninstall programs like those? I hear apt-remove or something but I want to make sure.
Also, is there anything else I could take out? man pages? etc??
Thanks,
Philips217
- 11-29-2006 #2
which Linux Distro are you using?
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-29-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 10
PHLAK, which is a derivative of Morphix
- 11-29-2006 #4you can use 'purge' instead of 'remove' to uninstall package completely.Code:
aptitude remove <package name>
check manual of aptitude for more details.
Code:man aptitude
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote