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 ...
- 05-10-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 45
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.
- 05-11-2007 #2
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
will clear cache. you can use 'all' instead of 'cache' to clear everything.Code:apt-get clean cache
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-11-2007 #3Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
Have a read of this:
APT HOWTO
Regards
- 05-12-2007 #4Just Joined!
- Join Date
- May 2007
- Posts
- 45
Thanks I will
I bookmarked it...


Reply With Quote
