Sometimes you want to leave a package at the same version, not to have subsequent problems with dependencies

or malfunction. The distributions that use APT have the opportunity to put these packages on hold, then

reinstall them later. All this avoids the annoying occurrence of 'notice of continuous update. A

the possibility may be that offered by wajig, a command line program that relies on dpkg and Apt

# Apt-get install wajig

Once the program is installed, you can maintain a package, so it is ignored by Apt,

this:

# wajig hold nome_pacchetto
wajig hold nome_pacchetto

Quando si vuole sbloccare il pacchetto:

# wajig unhold nome_pacchetto

Per visualizzare l'elenco dei pacchetti in attesa:

# Wajig list-hold

Post similar (or almost):

  1. Reinstall the same packages in case you needed for various reasons ...
  2. Debtree-dependency graph generator Debtree As per title is a generator graph ...
  3. Administer the band with Trickle Trickle is responsible for limiting the use of the band is ...
  4. BluePad remote control BluePad is a program for the ...
  5. Aspire One Linux Modem-HSDPA-HSUPA Option GlobeTrotter GTM380-I recently got an Acer Aspire One A150X ...

Tags:

2 Responses to "exclude wajig deb packages"

  1. urturino writes:

    Useful, but a mistake or does apt-get?

  2. U.S. Firefox Mozilla Firefox 3.0.4 with Ubuntu Linux Ubuntu Linux
  3. Edmond writes

    You can use aptitude with:

    aptitude hold
    aptitude unhold

    you can also use:

    echo hold | dpkg-set-selections
    echo install | dpkg-set-selections

    or:

    dpkg-get-selections> pacchetti.list

    replace the package installation lock with hold, then:

    dpkg-set-selections <pacchetti.list

    hello;)

  4. U.S. Debian IceWeasel IceWeasel 3.0.3 with Debian Debian GNU / Linux Debian GNU / Linux

Write a Comment

Optimized for Mozilla Firefox