[Bug 997371] Re: Create command to add "multiverse" and "-backports" to apt sources
Launchpad Bug Tracker
997371 at bugs.launchpad.net
Mon Aug 27 08:00:14 UTC 2012
This bug was fixed in the package software-properties - 0.92
---------------
software-properties (0.92) quantal; urgency=low
[ Robert Roth ]
* lp:~evfool/software-properties/lp1030970 :
- Fixed the source code checkbox and the submit statistics
checkbox labels to be left-aligned instead of centered.
* lp:~evfool/software-properties/lp997371:
- support enabling a component via "apt-add-repository componentname"
(e.g. "apt-add-repository multiverse") LP: #997371
[ Mathieu Trudel-Lapierre ]
* Reinstate pycurl to use for getting PPA information from Launchpad, since
it can actually verify SSL certificates with python2. Also set
LAUNCHPAD_PPA_CERT so that it's a valid path to the system CA certificates
bundle to use for urllib and pycurl. (LP: #1036839)
- CVE-2012-0955
[ Gabor Kelemen ]
* lp:~kelemeng/software-properties/bug1035544:
- fix a bunch of missing i18n strings (LP: #1035544)
[ Michael Vogt ]
* lp:~mvo/software-properties/remove-popcon:
- remove the "statistics" page as this is no longer used
(LP: #1025436)
-- Michael Vogt <michael.vogt at ubuntu.com> Mon, 27 Aug 2012 09:56:47 +0200
** Changed in: software-properties (Ubuntu)
Status: In Progress => Fix Released
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-0955
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/997371
Title:
Create command to add "multiverse" and "-backports" to apt sources
Status in “software-properties” package in Ubuntu:
Fix Released
Bug description:
Based on a discussion at UDS-Q a simple command is desired to be able
to add/enable "multiverse" and/or "-backports" in the apt repositories
on a system.
Background: Right now, it is trivial to add a PPA to the apt sources
using the apt-add-repository command. For example, I can tell
somebody on IRC/email/blog to run these commands:
sudo apt-add-repository ppa:awstools-dev/awstools &&
sudo apt-get update &&
sudo apt-get install elbcli
Presto! They have the correct package installed and this works on a
number of different Ubuntu releases.
Unfortunately, it is much more common to point people to the more
popular "multiverse" (and occasionally "-backports") sections of the
standard apt repositories, but it is much more difficult to describe
how to enable these.
For example, to install the ec2-api-tools currently available in
multiverse, I have to provide non-standard and confusing instructions
like:
# Enable "multiverse" in your apt sources using something like
sudo perl -pi -e \
'next if /-backports/; s/^# (deb.* multiverse)$/$1/' /etc/apt/sources.list
# unless you're on an older version of Ubuntu which has a different sources.list
# format, in which case you might need to use something like:
sudo perl -pi -e 's%(universe)$%$1 multiverse%' /etc/apt/sources.list
# then
sudo apt-get update &&
sudo apt-get install ec2-api-tools
I would much rather be able to simply say something like:
sudo apt-add-source multiverse &&
sudo apt-get update &&
sudo apt-get install ec2-api-tools
(I don't care about the name of the tool. I just want it to be easy
to provide in instructions.)
In addition to "multiverse" it would be nice to support "-backports"
and perhaps "partner".
Ideally, this would be available for all active Ubuntu releases, but
getting it in going forward would be a good start.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apt 0.8.16~exp12ubuntu10
ProcVersionSignature: User Name 3.2.0-23.36-virtual 3.2.14
Uname: Linux 3.2.0-23-virtual x86_64
ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
Date: Wed May 9 21:50:13 2012
Ec2AMI: ami-a29943cb
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1a
Ec2InstanceType: m1.small
Ec2Kernel: aki-825ea7eb
Ec2Ramdisk: unavailable
ProcEnviron:
TERM=xterm
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: apt
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/997371/+subscriptions
More information about the foundations-bugs
mailing list