Friday, April 11, 2014

How can I check the available version of a package by command line


  • http://askubuntu.com/questions/99292/how-do-i-get-the-version-of-an-application-from-the-command-line
  • http://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of-a-package-in-the-repositories
  • http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/

พบในเว็บไซต์อ้างอิงมีประมาณนี้ แนะนำ คำสั่งแรก ใช้แล้วได้ผลที่ต้องการเลย
apt-cache policy [packageName]
dpkg -l [packageName]
apt-cache show 
[packageName]
ตัวอย่างการใช้งาน
apt-cache policy openssl 
openssl: 
Installed: 0.9.8o-4squeeze14
Candidate: 0.9.8o-4squeeze14
          Version table:
*** 0.9.8o-4squeeze14 0
500 http://mirror.kku.ac.th/debian/ squeeze/main amd64 Packages
500 http://security.debian.org/ squeeze/updates/main amd64 Packages
100 /var/lib/dpkg/status

No comments:

Post a Comment

Popular Posts