Results 1 to 3 of 3

Thread: Dismissing update available icon

  1. #1
    Join Date
    Sep 2007
    Beans
    34

    Dismissing update available icon

    Is there any way to rig the update notifier to ignore a certain package(s)? I have one, with dependencies, that I never intend to install, but I can't get the update icon to bugger off.

    The program in question is held, but it still shows up, just unchecked, and all its unmet dependencies are there too.

    I tried to rig a dummy DEB of gaim to have a higher version than the replacement package, but these things are beyond me.

  2. #2
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Dismissing update available icon

    Maybe if you remove and purge the offending package the updater will back off. You can try
    Code:
    sudo apt-get remove --purge <package_name>
    EDIT: Maybe I misunderstood. Is it that you want to keep a particular package without upgrading it? If so, you can try
    Code:
    sudo apt-get install --no-upgrade <package_name>
    Last edited by dstew; June 18th, 2008 at 01:51 PM.

  3. #3
    Join Date
    Sep 2007
    Location
    Pasadena, California
    Beans
    663
    Distro
    Ubuntu Development Release

    Re: Dismissing update available icon

    Im still no Ubuntu pro, but couldnt you go into synaptic package manager and LOCK a specific program so it never updates?

Bookmarks

Posting Permissions

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