Cómo comprobar todas las versiones de un paquete en Ubuntu

Si desea comprobar todas las versiones de un determinado paquete en Ubuntu, hay una manera fácil de hacerlo.

Sólo tienes que ejecutar este comando

apt-cache policy nombre-paquete

Or for example for vlc

apt-cache policy vlc

Here are the details

/etc/apt/sources.list.d# apt-cache policy vlc
vlc:
Installed: (none)
Candidate: 2.2.2-5ubuntu0.16.04.4
Version table:
2.2.2-5ubuntu0.16.04.4 500
500 http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages
2.2.2-5 500
500 http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu xenial/universe amd64 Packages

I have no vlc installed but I could install the vlc version showed above.

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *