Repositories

Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2006-03-29 20:07:13
Size: 2726
Editor: host235-236
Comment:
Revision 8 as of 2006-06-18 21:53:56
Size: 3534
Editor: dtm9-d9bbb443
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Repositories = ||<tablestyle="float:right; font-size: 0.9em; width:25%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents(3)]]||
= Introduction =
Line 5: Line 6:
If you have been a Windows and/or a Mac OS user to date, you are
probably used to searching for a program on the internet (often offered in
an executable installer) and having to download and install it. You're
probably familiar with software distributed on CDs, DVDs, etc.
which often have an autorun feature from where you can then install them.
For free and open systems like Ubuntu GNU/Linux there is some
software distributed in this fashion, but those are mostly proprietary
and closed programs.
If you have been a Windows and/or a Mac OS user to date, you are probably used to searching for a program on the internet (often offered in an executable installer) and having to download and install it. You're
probably familiar with software distributed on CDs, DVDs, etc. which often have an autorun feature from where you can then install them. For free and open systems like Ubuntu GNU/Linux there is some
software distributed in this fashion, but those are mostly proprietary and closed programs.
Line 16: Line 12:
On systems like Ubuntu, free and open source software is very much
often pre-packaged in nice .deb (or .rpm, like in Red Hat) files which
contain the programs and libraries you need. These files can be
downloaded or come in CDs (Ubuntu's CD is full of them) and installed
"by hand". But you need not do it. Repositories are servers which contain sets of packages. You generally access them with tools like [:SynapticHowto:Synaptic].
On systems like Ubuntu, free and open source software is very much often pre-packaged in nice .deb (or .rpm, like in Red Hat) files which contain the programs and libraries you need. These files can be
downloaded or come in CDs (Ubuntu's CD is full of them) and installed "by hand". But you need not do it. Repositories are servers which contain sets of packages. You generally access them with tools like [:SynapticHowto:Synaptic].
Line 22: Line 15:
These tools can list all the packages you have installed (from your
kernel to your favorite application with all the libraries in between)
and the packages that are available in the repositories you have
configured the tool to have access to. They also let you search for simple
things like "image editor".
These tools can list all the packages you have installed (from your kernel to your favorite application with all the libraries in between) and the packages that are available in the repositories you have configured the tool to have access to. They also let you search for simple things like "image editor".
Line 28: Line 17:
Using these tools centralizes package management while simplifying
it and giving the distributors (those who set up the repositories) a
centralized way to send you updates(1) to your software.
Using these tools centralizes package management while simplifying it and giving the distributors (those who set up the repositories) a centralized way to send you updates(1) to your software.
Line 32: Line 19:
In Ubuntu you generally want to have at least Ubuntu's repositories
(which may include the install CD) but it is not uncommon to have other
repositories (from other packagers) set up.
In Ubuntu you generally want to have at least Ubuntu's repositories (which may include the install CD) but it is not uncommon to have other repositories (from other packagers) set up.
Line 36: Line 21:
Please see AddingRepositoriesHowto for how to set up repositories.

Now, let us just stress this simp
le idea: most of the tools you'll
want to use in Ubuntu are already in Ubuntu's repositories. You
can go search the internet for packages, or even source code, for
others, but these will be more difficult to install and won't,
most of the time, integrate well with your system.
Now, let us just stress this simple idea: most of the tools you'll want to use in Ubuntu are already in Ubuntu's repositories. You can go search the internet for packages, or even source code, for others, but these will be more difficult to install and won't, most of the time, integrate well with your system.
Line 46: Line 25:
 * You can use tools like the update-notifier in Ubuntu to be notified when such updates are made available. [[BR]]
= Managing Repositories =

 * [:/Ubuntu:Managing Repositories in Ubuntu] [[BR]] This page explains how to manage repositories in Ubuntu using a graphical user interface.

 * [:/Kubuntu:Managing Repositories in Kubuntu] [[BR]] This page shows you how to manage repositories in Kubuntu

 * [:/CommandLine:Managing Repositories from the Command Line] [[BR]] If you prefer to use the command line, this page has the details



[[BR]]
= Further Reading =

[[BR]]
 * [:SoftwareManagement:Software Management]

 * [:AptGetHowto: apt-get]

[[BR]]
 * [http://www.debian.org/doc/manuals/apt-howto/index.en.html Debian Apt User Manual]

 * [http://web.mornfall.net/adept.html Adept home page]

 * [http://www.nongnu.org/synaptic/ Synaptic home page]


[[BR]]
== ToDo ==

Revise the introduction ;-)


[[BR]]

Introduction

In the Free and Open Source Software world, programs are generally available in source code tarballs. These are convenient for a developer who intends to study and/or improve that software program, but they are cumbersome when you want a program that Just Works.

If you have been a Windows and/or a Mac OS user to date, you are probably used to searching for a program on the internet (often offered in an executable installer) and having to download and install it. You're probably familiar with software distributed on CDs, DVDs, etc. which often have an autorun feature from where you can then install them. For free and open systems like Ubuntu GNU/Linux there is some software distributed in this fashion, but those are mostly proprietary and closed programs.

Enter the world of distribution and package repositories!

On systems like Ubuntu, free and open source software is very much often pre-packaged in nice .deb (or .rpm, like in Red Hat) files which contain the programs and libraries you need. These files can be downloaded or come in CDs (Ubuntu's CD is full of them) and installed "by hand". But you need not do it. Repositories are servers which contain sets of packages. You generally access them with tools like [:SynapticHowto:Synaptic].

These tools can list all the packages you have installed (from your kernel to your favorite application with all the libraries in between) and the packages that are available in the repositories you have configured the tool to have access to. They also let you search for simple things like "image editor".

Using these tools centralizes package management while simplifying it and giving the distributors (those who set up the repositories) a centralized way to send you updates(1) to your software.

In Ubuntu you generally want to have at least Ubuntu's repositories (which may include the install CD) but it is not uncommon to have other repositories (from other packagers) set up.

Now, let us just stress this simple idea: most of the tools you'll want to use in Ubuntu are already in Ubuntu's repositories. You can go search the internet for packages, or even source code, for others, but these will be more difficult to install and won't, most of the time, integrate well with your system.

So now you know: no more endless searching looking for spyware infested shareware and freeware. The vast majority of useful software available for Linux is pre-packaged for you.

BR

Managing Repositories

  • [:/Ubuntu:Managing Repositories in Ubuntu] BR This page explains how to manage repositories in Ubuntu using a graphical user interface.

  • [:/Kubuntu:Managing Repositories in Kubuntu] BR This page shows you how to manage repositories in Kubuntu

  • [:/CommandLine:Managing Repositories from the Command Line] BR If you prefer to use the command line, this page has the details

BR

Further Reading

BR

  • [:SoftwareManagement:Software Management]

  • [:AptGetHowto: apt-get]

BR

BR

ToDo

Revise the introduction Wink ;-)

BR


CategoryDocumentation CategoryCleanup

Repositories (last edited 2008-08-06 16:22:33 by localhost)