Find the answer to your Linux question:
Results 1 to 4 of 4
I have done the following apt-get update - will update your system with the latest security enhances packages. Use: apt-get upgrade --show-upgraded to get a little more verbose report of ...
  1. #1
    Just Joined!
    Join Date
    May 2007
    Posts
    45

    Question Lesson as per Linux Home "Question"

    I have done the following
    apt-get update - will update your system with the latest security enhances packages. Use: apt-get upgrade --show-upgraded to get a little more verbose report of what's going on.

    When this is done is there any apt-get --purge remove [program/package name] removes any trace of a program from your system.

    Or was this automatically done after the updates?

    Also when I come around to intall a program or an update do I need to do the above every time?

    Thanks.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    i am not getting it. do you want to un-install installed packages or clean cache after updating system.
    apt-get --purge <package_name> will remove the package completely and
    Code:
    apt-get clean cache
    will clear cache. you can use 'all' instead of 'cache' to clear everything.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Enthusiast
    Join Date
    Aug 2006
    Posts
    631
    Have a read of this:

    APT HOWTO

    Regards

  4. #4
    Just Joined!
    Join Date
    May 2007
    Posts
    45
    Thanks I will
    I bookmarked it...

Posting Permissions

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