Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

debian pinning packages

Package: *
Pin: origin my.custom.repo.url
Pin-Priority: P

Package: *
Pin: origin packages.sury.org
Pin-Priority: 999

P > 1000
    causes a version to be installed even if this constitutes a downgrade of the package

990 < P <=1000
    causes a version to be installed even if it does not come from the target release, unless the installed version is more recent

500 < P <=990
    causes a version to be installed unless there is a version available belonging to the target release or the installed version is more recent

100 < P <=500
    causes a version to be installed unless there is a version available belonging to some other distribution or the installed version is more recent

0 < P <=100
    causes a version to be installed only if there is no installed version of the package

P < 0
    prevents the version from being installed
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu bluetooth gets turned off everytime i reboot 
Shell :: mikrotik reboot bash sintakx 
Shell :: remove umbrella roaming client 
Shell :: pushing to existing repo 
Shell :: qemu-img convert vdi to qcow2 
Shell :: how to clone a branch github 
Shell :: change shell script to executable 
Shell :: git delete master branch and recreate 
Shell :: add stetho plugin ionic 
Shell :: hadoop report command 
Shell :: install brew linux 
Shell :: install ssms on ubuntu 18.04 
Shell :: -v /var/run/docker.sock jenkins/jenkins 
Shell :: mocha silent 
Shell :: update vs code ubuntu 
Shell :: what is curl 
Shell :: reinstall windows apps powershell 
Shell :: how to use git 
Shell :: ftp download directory 
Shell :: download powershell 7.2.1 
Shell :: regex for url in bash 
Shell :: remove branch local git 
Shell :: fedora 35 to 36 upgrade 
Shell :: powershell create folder recursively 
Shell :: sudo pkg instatll lando-stable.deb 
Shell :: kill docker 
Shell :: best website downloader ubuntu 
Shell :: centos 8 force update ip address 
Shell :: how to install telegram send 
Shell :: install csfml on linux 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =