Python / Odoo Developer

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

Linux Package

Avatar
Administrator

Open

Avoid update package

apt-mark hold PACKAGE

View hold packages

apt-mark showhold

Remove packge from hold

sudo apt-mark unhold PACKAGE


Avoid update using dpkg

echo "PACKAGE hold" | sudo dpkg --set-selections

See all hold packages

dpkg --get-selections | grep hold

Remove from hold

echo "PACKAGE install" | sudo dpkg --set-selections


Avatar
Abbandona