# deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ hardy main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy restricted main multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-updates restricted main multiverse universe #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://gb.archive.ubuntu.com/ubuntu/ hardy universe
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://gb.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu hardy partner
deb-src http://archive.canonical.com/ubuntu hardy partner
deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://hydr0g3n.free.fr/qbittorrent/gutsy/ ./
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-proposed restricted main multiverse universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-proposed restricted main multiverse universe #Added by software-properties
deb http://ppa.launchpad.net/tualatrix/ubuntu hardy main
deb-src http://ppa.launchpad.net/tualatrix/ubuntu hardy main
deb http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main
deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu gutsy main
deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main
deb http://ppa.launchpad.net/mattva01/ubuntu hardy main restricted universe multiverse
deb http://ppa.launchpad.net/exaile-devel/ubuntu hardy main
you can get the latest versions of deluge from the download page or at http://download.deluge-torrent.org (it has previous versions as well).
but as for the repo version, does
Yesterday I tried apt-get install deluge, in stead of apt-get install deluge-torrent.
apt-get install deluge-torrent does give an error though:
Package deluge-torrent is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package deluge-torrent has no installation candidate
This error isn't very important to me, because I would like to install the deluge daemon.
I tried dpkg -i package name. That tells me that I miss some dependencies, which I don't know how to install.
if you want the daemon, then you want the latest version (1.0.2) seeing the repo version (0.5.8.9 if I'm not mistaken) doesn't have it.
the simplest way to install the .deb is to double click it (this way will download and install any dependencies).
However if you're doing this on a server which doesn't have X or just want to do it via terminal then
johnnyg wrote:if you want the daemon, then you want the latest version (1.0.2) seeing the repo version (0.5.8.9 if I'm not mistaken) doesn't have it.
the simplest way to install the .deb is to double click it (this way will download and install any dependencies).
However if you're doing this on a server which doesn't have X or just want to do it via terminal then
hi, this is exactly what i was looking for, im trying to run deluge on debian lamp 4.0 with fluxbox(on server) i have access both xterm and putty as terminal but when i try to execute the command you have mentioned...