Use one of the following ways, to add the repository:
Install apt-spy:
# aptitude install apt-spy
Edit your /etc/apt/sources.list and if you find any these lines, remove it:
deb http://qt-kde.debian.net/debian experimental-snapshots main deb-src http://qt-kde.debian.net/debian experimental-snapshots main deb http://qt-kde2.debian.net/debian experimental-snapshots main deb-src http://qt-kde2.debian.net/debian experimental-snapshots main
Download this file: mirrors.txt. Then execute:
# apt-spy -m mirrors.txt -d experimental-snapshots \ -f dists/experimental-snapshots/Release -o /etc/apt/sources.list.d/qt-kde.list
Now, in /etc/apt/sources.list.d/qt-kde.list you should have the mirror which works faster for you.
Create a file qt-kde.list in /etc/apt/sources.list.d/ with the following content
deb http://qt-kde.debian.net/debian experimental-snapshots main deb-src http://qt-kde.debian.net/debian experimental-snapshots main
To share the best load between mirrors, there is also a secondary mirror, so consider replacing above with:
deb http://qt-kde2.debian.net/debian experimental-snapshots main deb-src http://qt-kde2.debian.net/debian experimental-snapshots main
Update your package list with:
# aptitude update
In order to get the repository key, install the pkg-kde-archive-keyring package:
# aptitude install pkg-kde-archive-keyring
(confirm the question about a missing key with "Yes"). Then update your package list again:
# aptitude update
and install the newer packages with:
aptitude -t experimental-snapshots dist-upgrade
Please note that once packages have been installed from this repository, their updates will be automatically received using standard apt-get dist-upgrade or aptitude full-upgrade as long as newer package versions do not override them from the official Debian archive.
The primary purpose of this repository is to provide package versions of the KDE applications which for some reason cannot be uploaded to unstable or experimental. Therefore, this repository is targetted at Debian unstable users who don't mind installing, testing and providing feedback for a bit more experimental stuff.