Re: Apt-get: how to know what version will be installed?



You'll use:

#dpkg -l

This waill listen all programs and your versions..
You can use too

#dpkg -l | grep name_program

Example:

#dpkg -l | grep pidgin
ii pidgin
1:2.5.2-0ubuntu1 graphical multi-protocol instant
messaging c
ii pidgin-data
1:2.5.2-0ubuntu1 multi-protocol instant messaging
client - da
ii pidgin-otr
3.2.0-1 Off-the-Record Messaging plugin for
pidgin

;)


2008/10/31 Dotan Cohen <dotancohen@xxxxxxxxx>

Before installing an application with apt-get, I would like to check
which version will be installed. How does one do that?

Thanks in advance.


--
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

ä-ö-ü-ß-Ä-Ö-Ü
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Relevant Pages