-->
Home » , » Repositories for Ubuntu 8.04 Hardy Heron
Monday
28 April 2008

Repositories for Ubuntu 8.04 Hardy Heron

What are Repositories?

There are thousands of programs available to install on Ubuntu. These programs are stored in software archives (repositories) and are available for installation over the Internet. This makes it very easy to install new programs. It is also very secure, because each program you install is thoroughly tested and built specifically for Ubuntu.

The Ubuntu software repository is organised into four "components", on the basis of the level of support Ubuntu can offer them, and whether or not they comply with Ubuntu's [WWW] Free Software Philosophy. The components are called Main (officially supported software), Restricted (supported software that is not available under a completely free license), UniverseMultiverse (software that is "not free"). You can find more information about the Ubuntu Repositories [WWW] here.

The Ubuntu Install CDs contain software from the Main and Restricted components. Once your system is made aware of the Internet-based locations for these repositories, many more software programs are made available for installation. Using the software package management tools already installed on your system, you can search for, install and update any piece of software directly over the Internet, without the need for the CD.


Get Paid to Blog About the Things You Love

Adding Repositories in Ubuntu

eyes.png This page describes how to manage software repositories in Ubuntu 7.10 (Gutsy Gibbon) and Ubuntu 7.04 (Feisty Fawn). For Kubuntu please see Kubuntu repository management. For earlier versions of Ubuntu this wiki page. please see

terminal.png The operations described on this page modify the software repositories configuration file located at

  • /etc/apt/sources.list

    Software sources can also be managed by making direct modifications to this file using the command line. If you prefer to use the command line instead of a graphical user interface, see Managing Repositories from the Command Line instead.

Adding the Universe and Multiverse Repositories

  • Navigate to "System" > "Administration" > "Software Properties". You will have to enter your password here.

menu-sw.png
  • A list of repositories or "Channels" will be shown. Select "Ubuntu 8.04 (source)" from the list (should be the first one), click "Add...", select "non-free (multiverse)" and "community maintained (universe)" by clicking their check boxes. Now click the "add" button.

    activating-repos.png
  • Click Close to save your changes. A dialog box should appear, asking whether you'd like to update the list of repositories. Click Reload to apply your changes.


uBid is the marketplace you can trust!

info.png Integration with Synaptic Package Manager

  • The next time you use the Synaptic package manager, click on the Reload button to make it aware of the new software repositories.

    reload.png

  • You can also manage software repositories from within Synaptic by selecting "Settings" > "Repositories".

    synaptic-repos.png

Adding Canonical Commercial Repositories

To launch the Synaptic Package Manager hit System -> Administration -> Synaptic Package Manager .

RepositoriesUbuntu01.png

Next you will be prompted for your password to be able to launch Synaptic as super user.


Build Static Pages at StaticPageBuilder

RepositoriesUbuntu02.png

Once that's all done you should now have the Synaptic package manager on your screen. On the menu of this screen you will want to click on Settings -> Repositories

RepositoriesUbuntu03.png

This is were you will be able to add the Canonical commercial repositories. on the left of the screen click on the button Add.

RepositoriesUbuntu04.png

The Add Channel screen will come up. On this screen select the Custom option.

RepositoriesUbuntu05.png

On this screen type the following line and then click on Add Channel.

deb http://archive.canonical.com/ubuntu feisty-commercial main

RepositoriesUbuntu06.png

Now hit Close. From the main Synaptic window, hit Reload. Once this finishes, you will now be able to get packages from the Canonical commercial repositories using the Synaptic Package Manager.


no one deals like we do!

Adding Other Repositories

warning.png Note: There are some (but not many) good reasons for which you might want to add non-Ubuntu repositories to your list of software sources. For example, some software cannot be distributed by Ubuntu due to patent and licensing restrictions in some countries (see the RestrictedFormats page for examples). You might want to add repositories that offer such software. Make sure that all repositories you add in this way have been tested and are known to work on Ubuntu systems. Repositories that are not designed to work with your version of Ubuntu can introduce inconsistencies in your system and might force you to re-install.


For an explanation of the different parts of the apt line, see the Editing Repositories section below.

Managing Local Repositories

Disable the CD-ROM Repository

If you have installed Ubuntu from one of Ubuntu's CD-ROMs, the CD will be included in the list of repositories used by the package managment tools. When you install a new package, Synaptic will check whether the package is available locally (i.e. on the CD-ROM). Synaptic may then ask for the CD-ROM. This can help reduce the size of downloads and speed up the installation process. If you would like Synaptic to rely solely on the internet repositories for package management, you can disable the CD-ROM entry with a few steps:

  • Launch Synaptic and navigate to "Settings" > "Repositories".
    A list of software repositories or "Channels" will be shown.

  • Locate the entry for the CD-ROM (it may say something like CD disk with Ubuntu 8.04). Click on the checkbox next to it to disable the CD-ROM as a software source.

  • Click the Close button to save the changes you have made.

  • You can re-enable the CD-ROM at any time using the checkbox next to its entry.

Removing Repositories

To remove software sources ("Channels") from the list, select the source and click on the Remove button. (If you only want to disable the repository temporarily, uncheck the checkbox next to the source instead.)

eyes.png Use with caution: At present, you will not be asked to confirm the remove action. This is not a problem with the Ubuntu repositories as you can simply add them again, but you may have to look up a custom repository line if you mistakenly delete it. (It is always a good idea to back up your sources.list)

Editing Repositories

To make changes to a software source, select it in the list and click the Edit button. A dialog box displays the apt line, broken up into its components.

  • edit-channel.png

  • Type Software sources may contain software in binary or source code format. Select the option that corresponds to the repository.

    eyes.png The corresponding apt line has deb for binary repositories and deb-src for source code repositories.


Unusual Gifts ideas

  • URI Enter a valid Uniform Resource Indicator or URI for the software repository. Here's a list of examples:

    • cdrom

      cdrom:[description_of_cd]/
    • ftp

      ftp://ftp.domain.ext/path/to/repository
    • http

      http://www.domain.ext/path/to/repository
    • smb (works only when the computer is connected to a Samba share)

      smb://path/to/repository
    • nfs (works only if the computer is connected to a NFS share)

      file://path/to/local/directory
  • Distribution
    Select the name of the distribution or the name of the distribution version.
    (dapper-seveas in the example above.)

  • Components
    Select the repository section to access. Add more sections separated by spaces.
    (The example repository has a freenx section.)

  • Comment
    Add a comment to describe the repository for easier reference.

info.png Repositories defined using the Software Preferences panel are available to Update-Manager and will be periodically checked for updates.

Get Chitika eMiniMalls

Managing Authentication Keys

Authentication keys are usually obtained from the maintainer of the software repository. The maintainer will often place a copy of the authentication key on a public key server such as www.keyserver.net. The key can then be retrieved using the command

  • gpg --keyserver [name of keyserver] --recv-keys [keyhash]
  • In our example above, you would import the maintainer's authentication key as follows:

    gpg --keyserver subkeys.pgp.net --recv-keys 1135D466
  • Then, add the key to Ubuntu's apt trusted keys database with the following command

    gpg --export --armor 1135D466 | sudo apt-key add -
  • Note there's a dash at the end of the line

info.png For more on apt and authentication keys, see [WWW] SecureApt on the Debian Wiki.

See also


ignore_by_eklektion.jpg



Linux Universe

10/04 - New Compiz Fusion: Cubereflex rename to Cubeaddon with new effect Cylinder
05/04 - Mp3Roaster is a Perl hack for Burning Audio Cds out of Mp3, OGG Vorbis, FLAC and Wav files
31/03 - Newsbeuter, RSS feedreader for the test Console
29/03 - An Introducing to CrossOver Games
28/03 - Burn CDDA a tool for Creating Audio Cds
27/03 - Ten Tips for News Ubuntu Users
26/03 - Picasa is a Software Application for Organizing and Editing Digital Photos
25/03 - Kolour Paint: More than a Microsoft Paint clone
20/03 - Sunbird, Mozilla's Calendar Application, supports extensions just a Firefox and Thunderbird to
19/03 - Dvd+rw tools makes it possible to burn Dvd images created by "dvdauthor" or "mkisofs"
14/03 - Software Package in Hardy Heron: Administration Utilities
10/03 - Compiz and Compiz Fusion 0.72 in Ubuntu Hardy Heron
07/03 - Mozilla New Mail Icon
03/03 - Kpdf, viewer based on the code of the xpdf application
03/03 - Cdrdao records udio or data Cd-RS in disk-at-once (DAO)
29/02 - Firebird 2.03 included in Ubuntu 8.04 Hardy Heron
29/02 - FEBE (Firefox Environment Backup Extension)
25/02 - ZetBackup, backup stility specially build for using external disk as backup media
24/02 - Yacdbak, Yet Another Cd Backup Tool
22/02 - Ubuntu 8.10: Introducing the Intrepid Ibex
21/02 - Games for Linux: comparison of free software shooters



0 commenti:

Post a Comment

Random Posts

  • Top 10 blog posts for December 2015 from Linuxlandit & The Conqueror Penguin.
    14.01.2016 - 0 Comments
    1.- Dead Cyborg first person view, hard-sci-fi adventure game. Dead Cyborg can be downloaded from the site (I recommend version 002 as it supports mouse look instead of just the arrow keys). To get it running you simply extract it and run one of…
  • NtEd new musical score editor for Linux.
    22.07.2012 - 1 Comments
    NtED marks the return of Dr. Joerg Anders into the field of Linux music notation software. Professor Anders is perhaps best known for his pioneering NoteEdit.  Many of that program's best features are present in NtED, and the list of…
  • 12 KDE Utilities Projects.
    04.03.2012 - 0 Comments
    1.- ArkArk is a program for managing various archive formats within the KDE environment.  The latest stable release is version 2.17, included in KDE Applications 4.7. Ark is a free and open source software, available for Linux and similar…
  • Pelican HPC, Debian-based live CD image with a goal to make it simple to set up a high performance computing cluster.
    14.01.2010 - 0 Comments
    PelicanHPC is a Debian-based live CD image with a goal to make it simple to set up a high performance computing cluster. The front-end node (either a real computer or a virtual machine) boots from the CD image.The compute nodes boot by Pre-Execution…
  • pfSense is a free, open source customized distribution of FreeBSD tailored for use as a firewall and router
    15.12.2009 - 0 Comments
    Chris Buechler has released pfSense 1.2.3, a specialist firewall distribution based on FreeBSD: "pfSense 1.2.3 is now available! This is a maintenance release in the 1.2.x series, bringing an updated FreeBSD base, some minor enhancements, some bug…
  • Ubuntu Privacy Remix (UPR) is a modified live DVD based on Ubuntu
    17.10.2010 - 0 Comments
    Ubuntu Privacy Remix (UPR) is a modified live DVD based on Ubuntu. Its goal is to provide a completely isolated working environment where private data can be dealt with safely and to protect data against unsolicited access. Networking is…
  • Sonata is designed to be an elegant and intuitive interface for your music collection via the Music Player Daemon (MPD).
    21.07.2012 - 0 Comments
    Sonata is an elegant GTK+ music client for the Music Player Daemon (MPD). The latest version is 1.6.2.1. Sonata is licensed by the GPL and is free software. It has been forked from the unmaintained Pygmy project in order to fix bugs, introduce…
  • GNU LilyPond is a computer program and file format for music engraving.
    06.09.2012 - 0 Comments
    LilyPond is a music engraving program, devoted to producing the highest-quality sheet music possible. It brings the aesthetics of traditionally engraved music to computer printouts. LilyPond is free software and part of the GNU Project.  GNU…
  • Guides and tutorials for Manjaro: Checking For Errors By Reading Logs Or Shell Output.
    03.09.2022 - 2 Comments
    Before burning your downloaded ISO image (or using it as a virtual disk in Virtualbox), it is "highly" recommended that you first check if the file has not been corrupted. The consequences of not doing so, mainly if you intend to install Manjaro as…
  • Vyatta Open Networking, the Open-Source Alternative to Cisco.
    02.04.2010 - 0 Comments
    Vyatta software is a complete, ready-to-use, Debian-based distribution that is designed to transform standard x86 hardware into an enterprise-class router / firewall.Vyatta software includes support for commonly used network interfaces, and…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->