Ask a Question related to Ubuntu, Design and Development.
-
William Tasso #1
sources sources everywhere
Greetings One & All
Trying to get a thorough understanding of the runes in
/etc/apt/sources.list
I've inherited a network containing a few ubuntu servers, all containing
different source configurations. Attempting to sanitise the muddle has
prompted a few questions ....
o What is the significance of "main restricted " as opposed to "main"?
o Does ubuntu have the debian concept of stable/testing/unstable or does
it just use the release names?
o How do I find out if a ubuntu server has already installed a package
from universe or multiverse?
Finally, is there any point in specifying more than one mirror e.g.
deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy main restricted
deb [url]http://gb.archive.ubuntu.com/ubuntu[/url] breezy main restricted
Thanks for reading.
--
William Tasso
William Tasso Guest
-
Music Sources
Hi, can you give me some web addresses where I can download free or paid music for multimedia projects? Thanks, Pavel. -
Light Sources
I have a simple geometric object that I would like to illuminate with an imaginary light source. I do not want the imaginary 'light' source to be... -
Sources
Could anybody tell me which are the best sites (or sources) to learn ASP? Thanks in advance, Patricia -
actionscript sources?
does anyone know any places I can find actionscript to study and pull apart to furthur my learning on this side of things? I'd like u see... -
sources.list
Am I missing something? ------------------ root:/# cat /etc/apt/sources.list deb cdrom:/ woody contrib main non-US/contrib non-US/main... -
Florian Diesch #2
Re: sources sources everywhere
"William Tasso" <spamblocked@tbdata.com> writes:
> o What is the significance of "main restricted " as opposed to "main"?
"main restricted" means "main and restricted"
restricted is something like Debian's non-free
just the release names> o Does ubuntu have the debian concept of stable/testing/unstable or
> does it just use the release names?
> o How do I find out if a ubuntu server has already installed a package
> from universe or multiverse?
dpkg --get-selections |awk '/install$/ {print $1}'| \
xargs apt-cache show | grep '^Filename: pool/universe'
Maybe there's something better...
apt tries the mirrors in the specified order. Thus it may be useful if> Finally, is there any point in specifying more than one mirror e.g.
>
> deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy main restricted
> deb [url]http://gb.archive.ubuntu.com/ubuntu[/url] breezy main restricted
your preferred mirror isn't complete or is offline
Florian
--
Das toitsche Usenet ist die Wiederaufführung des Dreißigjährigen Krieges mit
den Mitteln einer Talkshow. [Alexander Bartolich in dcpu]
Florian Diesch Guest
-
Swild #3
Re: sources sources everywhere
On Thu, 16 Mar 2006 15:42:48 +0000, William Tasso wrote:
That's referring to two separate items. "Main" refers to the main> Greetings One & All
>
> Trying to get a thorough understanding of the runes in
> /etc/apt/sources.list
>
> I've inherited a network containing a few ubuntu servers, all containing
> different source configurations. Attempting to sanitise the muddle has
> prompted a few questions ....
>
> o What is the significance of "main restricted " as opposed to "main"?
supported packages, and "restricted" refers to restricted
copyright packages.
Just the release names.>
> o Does ubuntu have the debian concept of stable/testing/unstable or does
> it just use the release names?
If you use Synaptic and search for the package, it will indicate if the>
> o How do I find out if a ubuntu server has already installed a package
> from universe or multiverse?
package is installed.
You only need one mirror for each repository, but it doesn't hurt to have>
> Finally, is there any point in specifying more than one mirror e.g.
>
> deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy main restricted deb
> [url]http://gb.archive.ubuntu.com/ubuntu[/url] breezy main restricted
another handy if a mirror goes down. I would comment out the extra
repository to save time when updating the repositories.
Swild Guest



Reply With Quote

