download.deluge-torrent.org/stable/ (apt repo) problems

General support for problems installing or using Deluge
Post Reply
User avatar
angrykeyboarder
New User
New User
Posts: 8
Joined: Thu Jul 12, 2007 7:54 pm
Location: Phoenix, Arizona, United States
Contact:

download.deluge-torrent.org/stable/ (apt repo) problems

Post by angrykeyboarder »

What format do I use for the repo in my sources.list file?

I'm running Ubuntu Feisty and I've tried practically everything.

Code: Select all

deb http://download.deluge-torrent.org/stable/ubuntu/ feisty .
deb http://download.deluge-torrent.org/stable/ubuntu/ feisty ./
deb http://download.deluge-torrent.org/stable/ ubuntu feisty
deb http://download.deluge-torrent.org/stable/ ubuntu feisty .
deb http://download.deluge-torrent.org/stable/ ubuntu feisty ./
The package is there. As I found it hunting through the directory tree.

http://download.deluge-torrent.org/stable/deb/feisty/deluge-torrent_0.5.1-0zachtib1_i386.deb

APT can't find the Packages.gz file when I "sudo apt-get update".

I'm running out of guesses.

Your repo seems to be missing a number of directories and/or files.

Take a look at the structure of the following and compare it to yours (you will see what I mean):

http://archive.ubuntu.com/ubuntu/
http://archive.czessi.net/ubuntu/
http://deb.opera.com/opera/

TIA.
Scott
http://angrykeyboarder.com
©2008 angrykeyboarder™ & Elmer Fudd. All Wites Wesewved
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: download.deluge-torrent.org/stable/ (apt repo) problems

Post by markybob »

angrykeyboarder wrote:What format do I use for the repo in my sources.list file?

I'm running Ubuntu Feisty and I've tried practically everything.

Code: Select all

deb http://download.deluge-torrent.org/stable/ubuntu/ feisty .
deb http://download.deluge-torrent.org/stable/ubuntu/ feisty ./
deb http://download.deluge-torrent.org/stable/ ubuntu feisty
deb http://download.deluge-torrent.org/stable/ ubuntu feisty .
deb http://download.deluge-torrent.org/stable/ ubuntu feisty ./
The package is there. As I found it hunting through the directory tree.

http://download.deluge-torrent.org/stab ... 1_i386.deb

APT can't find the Packages.gz file when I "sudo apt-get update".

I'm running out of guesses.

Your repo seems to be missing a number of directories and/or files.

Take a look at the structure of the following and compare it to yours (you will see what I mean):

http://archive.ubuntu.com/ubuntu/
http://archive.czessi.net/ubuntu/
http://deb.opera.com/opera/

TIA.
it's not a repository. you have to download the deb manually and then install it with dpkg -i deluge-torrent-blah.deb
Post Reply