How can I check the version of packages to be installed with apt-get?

marjasin

After running apt-get upgrade, I get a list of the packages that will be upgraded. I would like to know the version number for one of these packages. (Not the current one but the one that will be installed).

How do I get the version number of the packages to be installed?

David Spillett
apt-cache show <packagename>

should include the full version numbers.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I get apt-get to install python packages for a different version of python?

From Dev

How can I get a list of all packages available for a specific version of Ubuntu (not necessarily the one I have installed)?

From Dev

How can I keep track of all the packages / dependencies that are installed when I run apt-get for a specific package?

From Dev

How can I check IF a version of Ghostscript is installed and IF SO where it is installed?

From Java

How can I see the current version of packages installed by pipenv?

From Dev

How can I see the current version of packages installed by pipenv?

From Dev

How can I get the installed ALSA version?

From Dev

How can I get the installed ALSA version?

From Dev

how can I check which version of vim I have installed?

From Dev

How can I get the installed composer packages programatically?

From Dev

How can I get a list of the biggest packages currently installed in order?

From Dev

How can I check if a PPA has packages for another Ubuntu version?

From Dev

How can I check if a PPA has packages for another Ubuntu version?

From Dev

How can I check the minor version of an nvidia driver that is not yet installed?

From Dev

How are packages actually installed via apt-get install?

From Dev

How can I check for apt-get errors in a bash script?

From Dev

How can I check for apt-get errors in a bash script?

From Dev

How can I get the fixed version of deja-dup installed?

From Dev

How can I check which is the installed version of a package if with dpkg -l it says is installed in all architectures?

From Dev

How to install software from source and tell the apt-get that I have installed the version?

From Dev

How to install software from source and tell the apt-get that I have installed the version?

From Dev

Incorrect new kernel version installed after apt-get upgrade, how do I downgrade it?

From Dev

I build and install a package by myself, how can I notice apt-get knows I installed it?

From Dev

How to get the newest version of a package installed via apt-get?

From Dev

How can I get "delta" packages to optimize apt-get upgrade downloads?

From Dev

How can I get a list with the packages selected by apt-get autoremove?

From Dev

How can I get "delta" packages to optimize apt-get upgrade downloads?

From Dev

How can I mark all packages with installed dependents as "Automatically Installed"?

From Dev

Is there a way to tell which packages I've installed via apt-get, minus the auto-installed ones?

Related Related

  1. 1

    How can I get apt-get to install python packages for a different version of python?

  2. 2

    How can I get a list of all packages available for a specific version of Ubuntu (not necessarily the one I have installed)?

  3. 3

    How can I keep track of all the packages / dependencies that are installed when I run apt-get for a specific package?

  4. 4

    How can I check IF a version of Ghostscript is installed and IF SO where it is installed?

  5. 5

    How can I see the current version of packages installed by pipenv?

  6. 6

    How can I see the current version of packages installed by pipenv?

  7. 7

    How can I get the installed ALSA version?

  8. 8

    How can I get the installed ALSA version?

  9. 9

    how can I check which version of vim I have installed?

  10. 10

    How can I get the installed composer packages programatically?

  11. 11

    How can I get a list of the biggest packages currently installed in order?

  12. 12

    How can I check if a PPA has packages for another Ubuntu version?

  13. 13

    How can I check if a PPA has packages for another Ubuntu version?

  14. 14

    How can I check the minor version of an nvidia driver that is not yet installed?

  15. 15

    How are packages actually installed via apt-get install?

  16. 16

    How can I check for apt-get errors in a bash script?

  17. 17

    How can I check for apt-get errors in a bash script?

  18. 18

    How can I get the fixed version of deja-dup installed?

  19. 19

    How can I check which is the installed version of a package if with dpkg -l it says is installed in all architectures?

  20. 20

    How to install software from source and tell the apt-get that I have installed the version?

  21. 21

    How to install software from source and tell the apt-get that I have installed the version?

  22. 22

    Incorrect new kernel version installed after apt-get upgrade, how do I downgrade it?

  23. 23

    I build and install a package by myself, how can I notice apt-get knows I installed it?

  24. 24

    How to get the newest version of a package installed via apt-get?

  25. 25

    How can I get "delta" packages to optimize apt-get upgrade downloads?

  26. 26

    How can I get a list with the packages selected by apt-get autoremove?

  27. 27

    How can I get "delta" packages to optimize apt-get upgrade downloads?

  28. 28

    How can I mark all packages with installed dependents as "Automatically Installed"?

  29. 29

    Is there a way to tell which packages I've installed via apt-get, minus the auto-installed ones?

HotTag

Archive