Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    which Linux Distro are you using?





    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Posts
    10
    PHLAK, which is a derivative of Morphix

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Code:
    aptitude remove <package name>
    you can use 'purge' instead of 'remove' to uninstall package completely.
    check manual of aptitude for more details.
    Code:
    man aptitude




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...