LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-28-2004, 11:54 PM   #1
MarcSant
LQ Newbie
 
Registered: Mar 2004
Location: Sao Caetano do Sul Brazil
Distribution: Fedora Core 4
Posts: 29

Rep: Reputation: 15
Debian and apt-get


Hi People,

I found a great repository for Debian packages and other Linux Stuff.

The site is

http://ftp.snt.utwente.nl/

I edited the sources.list file, and put that line:

deb ftp://ftp.snt.utwente.nl/debian main stable

And, after apt-get update command, the apt-get tool says that a file is missing, or, cannot open that file.

If I remove the line above, the apt-get process all entries, but, don't select kde 3.2.1 to download...

Someone knows How I can download KDE 3.2.1 via apt-get?

Tks for everybody!

MarcSant.
 
Old 03-29-2004, 01:12 AM   #2
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Try the line:
Code:
deb ftp://ftp.snt.utwente.nl/debian stable main contrib non-free
The "contrib" and "non-free" entries are optional. KDE is in main.
 
Old 03-29-2004, 04:55 PM   #3
MarcSant
LQ Newbie
 
Registered: Mar 2004
Location: Sao Caetano do Sul Brazil
Distribution: Fedora Core 4
Posts: 29

Original Poster
Rep: Reputation: 15
Nothing...

This is very strange....

But, later I try to install this. Let wait some time.

MarcSant.
 
Old 03-29-2004, 05:02 PM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Moved: This thread is more suitable in Debian and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 03-29-2004, 05:30 PM   #5
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
have to be a little more descriptive than "nothing". Did you do an apt-get update? Was the file not found? Did you actually connect to the server? I just tried to ftp there and there's nothing there. Try a different mirror. A good one to try would be ftp.debian.org since it's their primary site and should work almost always.

PS: I just went there again and the address you'll have to specify is ftp://ftp.snt.utwente.nl/pub/linux/debian/ otherwise it wont work.

Last edited by adz; 03-29-2004 at 05:41 PM.
 
Old 03-29-2004, 06:02 PM   #6
MarcSant
LQ Newbie
 
Registered: Mar 2004
Location: Sao Caetano do Sul Brazil
Distribution: Fedora Core 4
Posts: 29

Original Poster
Rep: Reputation: 15
Whell, I can open the URL:

http://ftp.snt.utwente.nl/

That I think is the repository of programs that I talked before.

I Imagine that the form of acess is via ftp.

That is?
 
Old 03-29-2004, 06:36 PM   #7
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Yes but notice the directories I have in my link. Basically, put this line:
Code:
deb ftp://ftp.snt.utwente.nl/pub/linux/debian/ main contrib non-free
In your sources.list and try apt-get update again.
 
Old 03-29-2004, 07:00 PM   #8
MarcSant
LQ Newbie
 
Registered: Mar 2004
Location: Sao Caetano do Sul Brazil
Distribution: Fedora Core 4
Posts: 29

Original Poster
Rep: Reputation: 15
Ahhh... Ok, OK.

I guess that is....

Lets try.

I put the results here.

Tks!

MarcSant.
 
Old 03-29-2004, 07:08 PM   #9
MarcSant
LQ Newbie
 
Registered: Mar 2004
Location: Sao Caetano do Sul Brazil
Distribution: Fedora Core 4
Posts: 29

Original Poster
Rep: Reputation: 15
Whell, that is results of apt-get update:

Obtain:1 ftp://ftp.snt.utwente.nl main/contrib Packages
Opening ftp://ftp.nerim.net unstable/main Packages
Opening ftp://ftp.nerim.net unstable/main Release
Err ftp://ftp.snt.utwente.nl main/contrib Packages
Unable to fetch file, server said 'Failed to open file.

Very strange... the site has the file(s) that I need... But, apt-get won't locate these yet.

Any idea?

MarcSant.
 
Old 03-29-2004, 07:32 PM   #10
comp12345
Member
 
Registered: Feb 2004
Posts: 467

Rep: Reputation: 30
You need to edit the entry so that it is

deb ftp://ftp.snt.utwente.nl/pub/linux/debian unstable main
 
Old 03-29-2004, 08:52 PM   #11
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Oops. Forgot about the "unstable" bit.
 
Old 03-30-2004, 06:19 AM   #12
MarcSant
LQ Newbie
 
Registered: Mar 2004
Location: Sao Caetano do Sul Brazil
Distribution: Fedora Core 4
Posts: 29

Original Poster
Rep: Reputation: 15
I cut and paste the line that you mention.

And I get the error:

Malformed Line 58 in file /etc/apt/sources.list (distribution analysis)



MarcSant.
 
Old 03-30-2004, 07:46 AM   #13
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Which line?
 
Old 03-30-2004, 08:14 AM   #14
MarcSant
LQ Newbie
 
Registered: Mar 2004
Location: Sao Caetano do Sul Brazil
Distribution: Fedora Core 4
Posts: 29

Original Poster
Rep: Reputation: 15
The line:

I remove the "unstable" bit that you have mentioned.

And I put these line:

MarcSant.
 
Old 03-30-2004, 08:23 AM   #15
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
The top line ("deb ftp://ftp.snt.utwente.nl/pub/linux/debian unstable main") is correct. I just tested it with apt-get. It works perfectly. The "unstable" bit has to be there. I never said to remove it.

Are you actually running Debian? Your user info says you use another distro.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
apt-get on RH and Debian? abd_bela Debian 2 02-16-2005 08:40 AM
how to use apt-get like debian does presemt_arms Debian 1 05-28-2004 03:42 PM
Apt-get debian Cybercool Linux - Software 1 04-20-2004 09:29 AM
Apt-get debian Cybercool Linux - Newbie 3 04-20-2004 07:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 11:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration