Listing packages in a repositiory?
- by noloader
I'm working on Ubuntu 12.04 Server. I want to install OpenStack, so I enabled the Cloud Archive repo:
sudo add-apt-repository cloud-archive:havana
After the subsequent update and upgrade, I noticed python-crypto changed. python-crypto recently fixed a CVE, so I would like to ensure I'm using the patched version of python-crypto. I'd also like to compare the python-crypto in both Ubuntu and Cloud Archive.
How does one list the package information for both Ubuntu::python-crypto and CloudArchive::python-crypto?
(And sorry I could not tag this with apt-cache. Its not available in the list of tags).
Thanks in advance