nick4mony
October 12th, 2005, 04:30 AM
Hi.
I am on a dialup connection, and I would like to limit the download to the bare security-related essentials when I
# apt-get update
# apt-get upgrade
However, if I then say
# apt-get install xfce-...
(or whatever software I want), I would like to actually get that software no matter which repository it is located.
==============
Questions:
1. How do I organise the sources.list file (and/or other config files)
2. How would this change to use mirrors in Australia (although don't use a mirror for security).
==============
BTW: I do like Ubuntu, although there's quite a few things I need that aren't in the box (xfce, named[dns], lilo-doc, apache2-doc, ...)
An example sources.list file, with an idea of what I like to achieve, in a comment tagged '###'
-----start of sources.list-------------
deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release Candidate i386 (20051005)]/ breezy main restricted
deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe
### DO NOT USE REPOSITORIES BELOW FOR apt-get upgrade
deb http://us.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted
deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe
deb http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted
deb http://us.archive.ubuntu.com/ubuntu/ breezy multiverse
-----end of sources.list-----
I am on a dialup connection, and I would like to limit the download to the bare security-related essentials when I
# apt-get update
# apt-get upgrade
However, if I then say
# apt-get install xfce-...
(or whatever software I want), I would like to actually get that software no matter which repository it is located.
==============
Questions:
1. How do I organise the sources.list file (and/or other config files)
2. How would this change to use mirrors in Australia (although don't use a mirror for security).
==============
BTW: I do like Ubuntu, although there's quite a few things I need that aren't in the box (xfce, named[dns], lilo-doc, apache2-doc, ...)
An example sources.list file, with an idea of what I like to achieve, in a comment tagged '###'
-----start of sources.list-------------
deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release Candidate i386 (20051005)]/ breezy main restricted
deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe
### DO NOT USE REPOSITORIES BELOW FOR apt-get upgrade
deb http://us.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted
deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe
deb http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted
deb http://us.archive.ubuntu.com/ubuntu/ breezy multiverse
-----end of sources.list-----