1apt list --installed See https://askubuntu.com/questions/17823/how-to-list-all-installed-packages
Read More1dpkg -s <package> 2apt-cache showpkg <package> See details in https://askubuntu.com/questions/8560/how-do-i-find-out-which-repository-a-package-comes-from
Read More1alaa@aa-lu:~$ apt-cache policy vlc 2vlc: 3Installed: 2.0.8-0ubuntu0.13.04.1 4Candidate: 2.0.8-0ubuntu0.13.04.1 5Version table: 6*** 2.0.8-0ubuntu0.13.04.1 0 7500 http://ae.archive.ubuntu.com/ubuntu/ raring-updates/universe i386 Packages 8500 http://security.ubuntu.com/ubuntu/ raring-security/universe i386 Packages …
Read More1root@jenkins3:~# apt-cache search chromedriver 2chromium-chromedriver - WebDriver driver for the Chromium Browser 3chromium-chromedriver-dbg - chromium-chromedriver debug symbols 4oxideqt-chromedriver - Web browser engine for Qt (transitional package)
Read More1root@jenkins3:~# apt-cache showpkg chromium-chromedriver 2Package: chromium-chromedriver 3Versions: 462.0.3202.62-0ubuntu0.14.04.1204 (/var/lib/apt/lists/mirrors.digitalocean.com_ubuntu_dists_trusty-updates_universe_binary-amd64_Packages) …
Read More