Difference between revisions of "Apt-cache policy"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{lowercase}}
 
{{Draft}}
 
{{Draft}}
* <code>[[apt-cache policy]]</code><ref>http://manpages.ubuntu.com/manpages/xenial/man8/apt-cache.8.html#options</ref> List source repository configured included priorities of each source.
+
* <code>[[apt-cache]] policy</code><ref>http://manpages.ubuntu.com/manpages/xenial/man8/apt-cache.8.html#options</ref> List source repository configured included priorities of each source.
 +
* <code>apt-cache policy | grep http | awk '{print $2 $3}' | sort -u</code>
 +
 
 +
== Examples ==
 +
<pre>
 +
apt-cache policy
 +
Package files:
 +
100 /var/lib/dpkg/status
 +
    release a=now
 +
500 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-security,n=focal,l=Ubuntu,c=multiverse,b=amd64
 +
    origin security.ubuntu.com
 +
500 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-security,n=focal,l=Ubuntu,c=universe,b=amd64
 +
    origin security.ubuntu.com
 +
500 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-security,n=focal,l=Ubuntu,c=restricted,b=amd64
 +
    origin security.ubuntu.com
 +
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-security,n=focal,l=Ubuntu,c=main,b=amd64
 +
    origin security.ubuntu.com
 +
100 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-backports,n=focal,l=Ubuntu,c=universe,b=amd64
 +
    origin archive.ubuntu.com
 +
100 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-backports,n=focal,l=Ubuntu,c=main,b=amd64
 +
    origin archive.ubuntu.com
 +
500 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-updates,n=focal,l=Ubuntu,c=multiverse,b=amd64
 +
    origin archive.ubuntu.com
 +
500 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-updates,n=focal,l=Ubuntu,c=universe,b=amd64
 +
    origin archive.ubuntu.com
 +
500 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-updates,n=focal,l=Ubuntu,c=restricted,b=amd64
 +
    origin archive.ubuntu.com
 +
500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal-updates,n=focal,l=Ubuntu,c=main,b=amd64
 +
    origin archive.ubuntu.com
 +
500 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal,n=focal,l=Ubuntu,c=multiverse,b=amd64
 +
    origin archive.ubuntu.com
 +
500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal,n=focal,l=Ubuntu,c=universe,b=amd64
 +
    origin archive.ubuntu.com
 +
500 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal,n=focal,l=Ubuntu,c=restricted,b=amd64
 +
    origin archive.ubuntu.com
 +
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
 +
    release v=20.04,o=Ubuntu,a=focal,n=focal,l=Ubuntu,c=main,b=amd64
 +
    origin archive.ubuntu.com
 +
Pinned packages:
 +
</pre>
 +
 
 +
<pre>
 +
apt-cache policy nginx-core
 +
nginx-core:
 +
  Installed: 1.14.0-0ubuntu1.7
 +
  Candidate: 1.14.0-0ubuntu1.7
 +
  Version table:
 +
*** 1.14.0-0ubuntu1.7 500
 +
        500 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 Packages
 +
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
 +
        100 /var/lib/dpkg/status
 +
    1.14.0-0ubuntu1 500
 +
        500 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 Packages
 +
</pre>
  
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[/etc/apt/sources.list]]</code>
 
* <code>[[/etc/apt/sources.list]]</code>
* <code>cat [[/etc/apt/sources.list]] /etc/apt/sources.list.d/*</code>
+
* <code>cat [[/etc/apt/sources.list]] [[/etc/apt/sources.list.d/]]*</code>
 +
* <code>[[apt install]]</code>
  
==See also==
+
== See also ==
 +
* {{apt-cache}}
 +
* {{apt-get}}
 
* {{apt}}
 
* {{apt}}
 +
 +
[[Category:APT]]

Latest revision as of 09:59, 14 March 2024

This article is a Draft. Help us to complete it.
  • apt-cache policy[1] List source repository configured included priorities of each source.
  • apt-cache policy | grep http | awk '{print $2 $3}' | sort -u

Examples[edit]

apt-cache policy
Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-security,n=focal,l=Ubuntu,c=multiverse,b=amd64
     origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-security,n=focal,l=Ubuntu,c=universe,b=amd64
     origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-security,n=focal,l=Ubuntu,c=restricted,b=amd64
     origin security.ubuntu.com
 500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-security,n=focal,l=Ubuntu,c=main,b=amd64
     origin security.ubuntu.com
 100 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-backports,n=focal,l=Ubuntu,c=universe,b=amd64
     origin archive.ubuntu.com
 100 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-backports,n=focal,l=Ubuntu,c=main,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-updates,n=focal,l=Ubuntu,c=multiverse,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-updates,n=focal,l=Ubuntu,c=universe,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-updates,n=focal,l=Ubuntu,c=restricted,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
     release v=20.04,o=Ubuntu,a=focal-updates,n=focal,l=Ubuntu,c=main,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages
     release v=20.04,o=Ubuntu,a=focal,n=focal,l=Ubuntu,c=multiverse,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
     release v=20.04,o=Ubuntu,a=focal,n=focal,l=Ubuntu,c=universe,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages
     release v=20.04,o=Ubuntu,a=focal,n=focal,l=Ubuntu,c=restricted,b=amd64
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
     release v=20.04,o=Ubuntu,a=focal,n=focal,l=Ubuntu,c=main,b=amd64
     origin archive.ubuntu.com
Pinned packages:
apt-cache policy nginx-core
nginx-core:
  Installed: 1.14.0-0ubuntu1.7
  Candidate: 1.14.0-0ubuntu1.7
  Version table:
 *** 1.14.0-0ubuntu1.7 500
        500 http://mirrors.digitalocean.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
        100 /var/lib/dpkg/status
     1.14.0-0ubuntu1 500
        500 http://mirrors.digitalocean.com/ubuntu bionic/main amd64 Packages


Related terms[edit]

See also[edit]

  • http://manpages.ubuntu.com/manpages/xenial/man8/apt-cache.8.html#options
  • Advertising: