I keep seeing places refer to the "multiverse" repository as a place I can get software, how can I enable this repository? Please specify how to do this graphically and via command line.
I keep seeing places refer to the "multiverse" repository as a place I can get software, how can I enable this repository? Please specify how to do this graphically and via command line.
Another option available for newer releases of Ubuntu:
From the man page:
The Multiverse repository contains packages (software) that is "not free" , referring to licensing restrictions.
For additional information on the philosophy of the ubuntu repositories, see Overview of the default Ubuntu software repositories
You can enable the repository from the command line or graphically.
Graphically
Open Software center, navigate to the "Ubuntu software" tab at the top, select (check off) multiverse.
Use the "Reload" button to update your package list.
Note: This is called "Software and Updates" in recent versions (e.g. 20.10) of Ubuntu.
(Image credits)
Command line
Open
/etc/apt/sources.list
with any editor.Uncomment (remove the # from the front of) the
multiverse
lines or add them in if needed, so the lines look like this:Uncomment the
deb-src
lines if you need to download the source code (most users will not need the source code, so if in doubt, leave them disabled).Save your edit (if you are using nano, Ctrl+X , then type Y to save your changes) then, to update your package list, run
From the command line without using a text editor or GUI:
http://alestic.com/2012/05/aws-command-line-packages