Jump to content

apt-get versions


Kevin Welsh

Recommended Posts

Armbian & Khadas are rewarding contributors

@Kevin

 

if you feel like testing/playing with priorities of apt... change/add /etc/apt/preferences 

 

of course, you can limit to a package name 

 

 

of course, don't do anything if too many packages are upgraded

 

Also aptitude can your friend to test

 

high value = higher priority 

 

in the example Ubuntu is the RULE, Debian the exception.

 

 

 

gr@bpi:~$ cat /etc/apt/preferences


Package: *
Pin: release n=trusty-security
Pin-Priority: 990

Package: *
Pin: release n=trusty-updates
Pin-Priority: 970

Package: *
Pin: release n=trusty-proposed
Pin-Priority: 900

Package: *
Pin: release n=trusty
Pin-Priority: 950

Package: *
Pin: release n=trusty-backports
Pin-Priority: 500


Package: *
Pin: release n=jessie/updates
Pin-Priority: 160


Package: *
Pin: release n=jessie-updates
Pin-Priority: 150

Package: *
Pin: release n=jessie
Pin-Priority: 100

Package: *
Pin: release n=jessie-backports
Pin-Priority: 10

Package: *
Pin: release o=Ubuntu
Pin-Priority: 1100


Package: *
Pin: release o=Debian
Pin-Priority: -10

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines