Listing packages in a repositiory?
Posted
by
noloader
on Super User
See other posts from Super User
or by noloader
Published on 2013-10-24T15:30:04Z
Indexed on
2013/10/24
15:58 UTC
Read the original article
Hit count: 260
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
© Super User or respective owner