arwa wrote:
usually you give the name of the repository behind "-t", but I do not know what to specify here in case of this semi-official KDE-repository.
It's as simple as taking the repo name right from the sources.list line.
e.g
the line in sources.list is
Code:
deb http://qt-kde.debian.net/debian experimental-snapshots main
so
Code:
apt-get install foo -t experimental-snapshots
|