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

  2. #2
    Linux 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.

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    35
    try with
    apt-get update
    apt-get install libcurl3*

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    sudo apt-get clean all
    sudo apt-get update
    sudo apt-get dist-upgrade
    Above code will update all available upgrades.
    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
  •  
...