I am trying to prepare an AWS instance by installing some software, one of which is Fabric for Python, a SSH connection library.
By default, AWS's yum doesn't have access to a Fabric distribution to install, so I was attempting to figure out where Aptitude would get Fabric from.
I can't figure out a way to get what repo Fabric is in using Aptitude, or Yum for that matter.
Also, on a similar note, if I do have the url of a specific repo, how would I go about listing all of the packages it has available?
aptitude versions somepackage
does not show the repository; an information likehttp://deb.debian.org/debian
isn't returned. – Liebknecht