LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-03-2005, 01:10 PM   #1
kasira
LQ Newbie
 
Registered: Dec 2004
Location: Canandaigua, NY
Distribution: Debian
Posts: 4

Rep: Reputation: 0
Library woes with Debian


Okay, so I just installed Debian, about a week ago. Woody. So, I get into it, and realize (after checking gmail and being told my browser is an old piece of crap), everything is out of date. Even after running kpackage and updating/upgrading everything. I downloaded Firefox, and try to install it - there's ~20 libraries I need but don't have or they're old ones. So I download all of them. THEY depend on things that I don't have or they're outdated.

So my question is, is there any way to tell kpackage/apt-get to download the testing or unstable packages automatically, rather than me having to go through and get them all one by one?
 
Old 01-03-2005, 01:56 PM   #2
sls
Member
 
Registered: May 2004
Location: North Wales UK
Distribution: Debian Woody Sarge/Sid
Posts: 77

Rep: Reputation: 16
Hi

If you still want to use woody you could add sarge(testing) to your apt-sources list

You will need to set a cache limit

cat>/etc/apt/apt.conf

apt::Cache-Limit "8388608";

^D

You can then add a preferences file /etc/apt/preferences this keeps your apt-get upgrades to woody

Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 600

Package: *
Pin: release o=Debian,a=stable
Pin-Priority: 650

Then as root in console do

apt-get update

Then to install firefox from testing

apt-get -t testing install mozilla-firefox

Sls
 
Old 01-03-2005, 02:15 PM   #3
jacks4u
Member
 
Registered: Dec 2004
Location: Phoenix, Arizona, USA
Distribution: Debian, RedHat, ???
Posts: 56

Rep: Reputation: 15
This is a major issue I have with Debian Woody as well.

It does little good to try to get the required libraries, as you are thrown into dependency hell. It is this way when trying to get the latest/greatest software for any backrev distro., and if I were doing another install today, I'd install testing or unstable.

Debian views new software and updates to old software as unstable, because it hasn't stood the test of time, even though it may be quite stable. After a time, and that software has been run some, there is a measure of confidence in it, that it's relatively free of bugs, it is moved to Testing. The same process is repeted, and eventually, the Testing release is moved to Stable. Debian, at this time is getting ready to release Sid (testing) to stable. That was supposed to happen in September, and I anxiously await this!


Fortunately, Debian Backports has a collection of newer software compiled for Woody, and they are my savior!

This is also a good place for unofficial packages:
apt-get.org

Some of this info. may be slightly wrong in it's details, but the ideas, methods, and concepts are sound.

Hope this helps
jacks4u
 
Old 01-03-2005, 02:33 PM   #4
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
I don't understand !
Why not to use Debian Sarge from very begining without going through painfull process of upgrading. I tested Sarge for about a week - stunning distro. All up to date
 
Old 01-03-2005, 02:43 PM   #5
kasira
LQ Newbie
 
Registered: Dec 2004
Location: Canandaigua, NY
Distribution: Debian
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks. I tried the "Packages: * Pin: etc" stuff, and then updating, it appears to still be updating only stable packages. Then when I install Firefox, it still pitches a fit about libraries it doesn't have. -_-

The Backports package had slightly fewer libraries it complained about.

*bounces head off of monitor, resists temptation to break out the XP cd*
 
Old 01-03-2005, 03:13 PM   #6
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
http://www.debian.org/doc/manuals/ap.../index.en.html
 
Old 01-03-2005, 04:22 PM   #7
sls
Member
 
Registered: May 2004
Location: North Wales UK
Distribution: Debian Woody Sarge/Sid
Posts: 77

Rep: Reputation: 16
Hi can you post your /etc/apt/sources.list

sls
 
Old 01-03-2005, 06:25 PM   #8
kasira
LQ Newbie
 
Registered: Dec 2004
Location: Canandaigua, NY
Distribution: Debian
Posts: 4

Original Poster
Rep: Reputation: 0
deb cdrom:[Debian GNU/Linux 3.0r3 Update CD 20041027: i386 CD 2]/ woody contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0r3 Update CD 20041027: i386 CD 1]/ woody contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0r3 _Woody_ - Official i386 Binary-7 (20041027)]/ unstable contrib main non-US/contrib non-US/main non-US/non-free non-free
deb cdrom:[Debian GNU/Linux 3.0r3 _Woody_ - Official i386 Binary-6 (20041027)]/ unstable contrib main non-US/contrib non-US/main non-US/non-free non-free
deb cdrom:[Debian GNU/Linux 3.0r3 _Woody_ - Official i386 Binary-5 (20041027)]/ unstable contrib main non-US/contrib non-US/main non-US/non-free non-free
deb cdrom:[Debian GNU/Linux 3.0r3 _Woody_ - Official i386 Binary-4 (20041027)]/ unstable contrib main non-US/contrib non-US/main non-US/non-free non-free
deb cdrom:[Debian GNU/Linux 3.0r3 _Woody_ - Official i386 Binary-3 (20041027)]/ unstable contrib main non-US/contrib non-US/main non-US/non-free non-free
deb cdrom:[Debian GNU/Linux 3.0r3 _Woody_ - Official i386 Binary-2 (20041027)]/ unstable contrib main non-US/contrib non-US/main non-US/non-free non-free
deb cdrom:[Debian GNU/Linux 3.0r3 _Woody_ - Official i386 Binary-1 (20041027)]/ unstable contrib main non-US/contrib non-US/main non-US/non-free non-free

deb ftp://mirror.direct.ca/pub/linux/debian/ stable main
deb-src ftp://mirror.direct.ca/pub/linux/debian/ stable main

deb ftp://ftp.debian.org/debian/ stable main
deb-src ftp://ftp.debian.org/debian/ stable main

deb http://security.debian.org/ stable/updates main contrib non-free


Erm... looking at that, I'm guessing I need to add a few lines in at the bottom, substituting "testing" and "unstable" for stable...

Edit: Woo-hoo! It's downloading testing packages now!

Last edited by kasira; 01-03-2005 at 06:28 PM.
 
Old 01-03-2005, 06:30 PM   #9
sls
Member
 
Registered: May 2004
Location: North Wales UK
Distribution: Debian Woody Sarge/Sid
Posts: 77

Rep: Reputation: 16
Excellent

Last edited by sls; 01-03-2005 at 06:31 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
static qt library in debian dun_noe Debian 2 05-23-2005 03:42 AM
Debian woes xxxxspitfire Debian 7 02-16-2005 04:03 AM
swaret library resolving woes slackwarefan Slackware 2 06-04-2004 03:00 PM
Library Woes rebdi Linux - Newbie 1 09-01-2003 11:05 AM
Debian woes! Athos Debian 9 07-17-2003 07:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:19 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