Results 1 to 4 of 4
I want to start purging stuff I dont use, I noticed that if I try to uncheck a box for install, it never goes away, and constantly keeps saying " ...
- 03-06-2009 #1Linux Newbie
- Join Date
- Nov 2007
- Posts
- 223
add/remove ?
I want to start purging stuff I dont use, I noticed that if I try to uncheck a box for install, it never goes away, and constantly keeps saying " update available" well tonight i installled one called libcurl3, and when i go to add/remove, it's not there ? how do i find this thing ?
- 03-06-2009 #2Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
The "Add/Remove" is about package groups. Use the Synaptic Package Manager (or Adept if you have Kubuntu) to manage individual packages.
- 03-06-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 35
try with
apt-get update
apt-get install libcurl3*
- 03-06-2009 #4
Execute this
Above code will update all available upgrades.Code:sudo apt-get clean all sudo apt-get update sudo apt-get dist-upgrade
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote