Results 1 to 3 of 3
Hello,
I have just installed debian 5 i386 to my vps.I don't know linux..I am trying to install deluge torrent program.I searched but I couldn't find.I send the .deb file ...
- 09-16-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 1
Can't install programs
Hello,
I have just installed debian 5 i386 to my vps.I don't know linux..I am trying to install deluge torrent program.I searched but I couldn't find.I send the .deb file to the tmp folder and when i am trying to open archive with sudo; it says
paste2.org/p/989951
i only can install firefox.how can I install this torrent program?
Thanks.
- 09-16-2010 #2Linux User
- Join Date
- Jun 2006
- Location
- Scotland
- Posts
- 267
1) Have you got Synaptic? If you have, open Synaptic from a Terminal with the command: gksudo synaptic . Put in your password. Synaptic will open. Do a search for deluge. When you find it, tick the box and "Apply"
2) Otherwise, connect to the internet, open a Terminal and issue the command: sudo apt-get install deluge
- 09-16-2010 #3Yes, dpkg doesn't resolve dependencies. Use apt-get or aptitude from the command line or install synaptic package manager for a GUI.I have just installed debian 5 i386 to my vps.I don't know linux..I am trying to install deluge torrent program.I searched but I couldn't find.I send the .deb file to the tmp folder and when i am trying to open archive with sudo; it says
The Debian GNU/Linux FAQ - The Debian package management tools
FYI, the package name appears to be deluge-torrent, so it's (as root)
Other FYI, debian doesn't setup sudo by default last time I installed it. In your screenshot, you're already logged in as root and sudo is superfluous.Code:apt-get install deluge-torrent


Reply With Quote
