The IYCC Linux Repository

Upgrading from Ubuntu Hardy

To upgrade to IYCC Linux from Ubuntu Hardy, follow these instructions (the numbers on the far left are line numbers for reference only; do not type them):

1     sudo -s
2     cp /etc/apt/sources.list /etc/apt/sources.list.$(date +%Y%m%d%H%M)
3     wget http://mirror.iycc.net/apt-lists/sources.list \
      -O /etc/apt/sources.list                    
4     aptitude update
5     aptitude install grab-key
6     grab-key
7     reboot

NOTES:

This repository currently contains packages for the i386 architectures.

	### Example apt source configuration
	
	deb http://archive.iycc.net/iycc hardy main restricted universe multiverse
	deb-src http://archive.iycc.net/iycc hardy main restricted universe multiverse

	deb http://archive.iycc.net/iycc main hardy-updates restricted universe multiverse
	deb-src http://archive.iycc.net/iycc hardy-updates main restricted universe multiverse

	deb http://archive.iycc.net/iycc hardy-security main restricted universe multiverse
	deb-src http://archive.iycc.net/iycc hardy-security main restricted universe multiverse

	deb http://archive.iycc.net/iycc hardy-backports main restricted universe multiverse
	deb-src http://archive.iycc.net/iycc hardy-backports main restricted universe multiverse

	### Mirrors of third party repositories
	deb http://mirror.iycc.net/wine gutsy main
	deb http://mirror.iycc.net/wine hardy main
	deb http://mirror.iycc.net/medibuntu gutsy free non-free
	deb http://mirror.iycc.net/medibuntu hardy free non-free

	

A complete sources.list file may be found here: http://mirror.iycc.net/apt-lists/sources.list. You can download it using wget, like this: wget http://mirror.iycc.net/apt-lists/sources.list.

To install the key on your host, do something like this:

Debian user

	su 
	wget -O - http://archive.iycc.net/iycc/iycc-archive-key.gpg | apt-key add -
	wget -O - http://archive.iycc.net/iycc/iycc.gpg | apt-key add -
	exit
	

Ubuntu users

	sudo wget -O - http://archive.iycc.net/iycc/iycc-archive-key.gpg | sudo apt-key add -
	sudo wget -O - http://archive.iycc.net/iycc/iycc.gpg | sudo apt-key add -
	

The archive gpg fingerprint

		------------------------
		pub   1024D/1F3CFD69 2008-06-06
		uid                  Alejandro Ramirez (IYCC Key) 
		sub   2048g/28C251B3 2008-06-06

		pub   1024D/C7CF38E0 2008-07-23
		uid                  IYCC Archive Automatic Signing Key 
		sub   2048g/220D90A3 2008-07-23

		pub   1024D/139A3D65 2008-12-17
		uid                  Alejandro Ramirez 
		sub   2048g/D7EDE40F 2008-12-17
		------------------------
	

Bug reporting

We beg and plead you to send us bug reports, both for what's on this page, for any of our websites, and for the software in our repository. Our bug reporting site is at http://bugs.iycc.net

We really want bug reports. It's a huge help to us. Really. Please file bug reports.


At IYCC, we don't do Windows. And YOU shouldn't either!
				-- Loye Young

Valid XHTML 1.0 Strict Valid CSS!