LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-27-2010, 04:06 PM   #1
stu7
Member
 
Registered: Jun 2007
Posts: 95

Rep: Reputation: 16
debian "emulator" / stable <--> old-stable


with at least one of the puppy-linux distributions,
it is possible to use packages from -any- debian
release... if it is a *.deb file, it runs.

Now Im wondering if there is an "emulator" package
for an actual debian install... for instance, Im
running "Lenny" - their current stable release...
but I'd like to use packages from "Etch" or from
"Sid".

Any debian users know if this can be done.. if there
is some kind of compatibility package for different
debians ?

thanks
 
Old 03-27-2010, 04:29 PM   #2
Cotun
Member
 
Registered: Jan 2009
Location: UK
Distribution: Debian Stable and Unstable
Posts: 61

Rep: Reputation: 21
Hi

I'm far from an expert on this subject, but I'll give it a go

For installing packages of other Debian distribution releases, there shouldn't be too many problems with using apt-get. I frequently upgrade Lenny with packages from Sid without significant issues, this simply involves adding the repository lines from Sid to the /etc/apt/sources.list file and then doing an update. From there, you can just use apt-get install.

The same will likely apply to Etch, although you may have some dependency issues which will prevent the installation of some packages you want. You do however have the option of installing a real virtualisation application (KVM, Qemu, OpenVZ etc) and then installing an older version of Debian inside them. That should allow you to use some of the older applications you want, at the cost of some time and fiddling. This is something I'm thinking of doing myself, as there are a couple of older apps I want that are no longer supported and easily installed.

Hope this helps anyway

Cotun

Last edited by Cotun; 03-27-2010 at 04:31 PM. Reason: Grammar correction.
 
Old 03-27-2010, 06:09 PM   #3
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
I frequently upgrade Lenny with packages from Sid without significant issues, this simply involves adding the repository lines from Sid to the /etc/apt/sources.list file and then doing an update. From there, you can just use apt-get install.
This is not good practice.
Lenny is Debian's Stable branch,and should not have packages mixed in from Testing or Unstable.
If you haven't already,then you will break your system at some point.
 
Old 03-27-2010, 06:12 PM   #4
stu7
Member
 
Registered: Jun 2007
Posts: 95

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by Cotun View Post
Hi

/snip/ For installing packages of other Debian distribution releases, there shouldn't be too many problems with using apt-get. I frequently upgrade Lenny with packages from Sid without significant issues /snip/

Cotun
Opinions are varied on this point... some debian people say this
causes a working install to break. Nonetheless, I have done it
in the past, and may try it again.
I thought there might be some package meant specifically to handle
this multi-releases issue. Thanks for replying

NOTES: as I finished reply, a 2nd post here, in agreement
with this "breaking install" problem

Last edited by stu7; 03-27-2010 at 06:15 PM.
 
Old 03-27-2010, 06:29 PM   #5
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
I thought there might be some package meant specifically to handle
this multi-releases issue.
Not that i've heard of,although with 25,000 plus packages in the repositories that's no guarantee.
Have searched on the Debian site?:

http://www.uk.debian.org/distrib/packages

If you're interested in running a mixed Debian system the right way here's a great how-to:

http://forums.debian.net/viewtopic.php?f=16&t=15612
 
Old 03-27-2010, 07:22 PM   #6
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
You may have to hack it or install another debian version in a VM.
 
Old 03-28-2010, 01:09 PM   #7
Cotun
Member
 
Registered: Jan 2009
Location: UK
Distribution: Debian Stable and Unstable
Posts: 61

Rep: Reputation: 21
Quote:
This is not good practice.
Lenny is Debian's Stable branch,and should not have packages mixed in from Testing or Unstable.
If you haven't already,then you will break your system at some point.
Okay, perhaps I should clarify this statement.

I frequently install Lenny, and then add Sid repository lines and install packages without upgrading the whole system to Sid. Then I just let the situation evolve naturally, meaning I have Lenny, Squeeze and Sid packages on a given system installed together. I also sometimes install Lenny packages on my hybrid system if there is no newer version available.

However, I never install a Sid package and then remove the Sid repositories and continue with a full Lenny system. I don't know if this new scenario would cause additional issues; I guess it's possible.

Using my approach, I have never broken a Debian system ever and I've been using it for five years. Sometimes you do run into difficult situations with apt, but it's never been something I couldn't resolve fairly easily and I'm no Linux expert. A quick Google search normally fixes all issues.

If you want to run Sid packages on your Lenny box, I wouldn't worry at all about adding Squeeze and Sid repositories and then installing the new packages. It may make more sense to use a virtual machine for Etch packages though, as you may have dependency issues. Without doubt, using a VM for all is the safest approach, but comes with a performance, time and effort penalty that I personally wouldn't want to pay in this case

This is all based on the assumption that this is a desktop machine. I wouldn't want to mix packages on a server at all and I would definitely go the VM route
 
Old 03-28-2010, 04:10 PM   #8
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
I frequently install Lenny, and then add Sid repository lines and install packages without upgrading the whole system to Sid. Then I just let the situation evolve naturally, meaning I have Lenny, Squeeze and Sid packages on a given system installed together. I also sometimes install Lenny packages on my hybrid system if there is no newer version available.
Well,that just makes me shudder.........but hey,it's your machine not mine

Quote:
Using my approach, I have never broken a Debian system ever and I've been using it for five years
Well you must be very lucky.

Quote:
Sometimes you do run into difficult situations with apt
I'm sure.

Quote:
This is all based on the assumption that this is a desktop machine. I wouldn't want to mix packages on a server at all
Absolutely,Stable only for a server.
 
Old 03-28-2010, 04:44 PM   #9
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
You don't need to add any repositories. Just manually download and install the Etch .deb you need. So long as all dependencies can be satisfied, you should be okay.
 
Old 03-28-2010, 05:08 PM   #10
Cotun
Member
 
Registered: Jan 2009
Location: UK
Distribution: Debian Stable and Unstable
Posts: 61

Rep: Reputation: 21
Quote:
Quote:
Using my approach, I have never broken a Debian system ever and I've been using it for five years

Well you must be very lucky.
I don't expect any problems for the next five years. I honestly think you are overstating the problem
 
Old 03-29-2010, 09:59 AM   #11
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
I don't expect any problems for the next five years. I honestly think you are overstating the problem
Ok,look at it a different way.
Debian go to great lengths to make the Stable branch rock solid.
When you start adding packages from outside of the Stable repositories,you are no longer running Stable.
In effect you are saying "i know better than the Debian developers".
I know for a fact i don't know better,do you?.
Also i have seen people post here who have mixed their apt sources in Stable,either deliberately or by accident.
And yes,they completely borked their system.
As i said earlier,its your machine.I'm not telling you what to do.
I'm just sharing some first hand experiences.Take it however you will.

Last edited by the trooper; 03-29-2010 at 10:57 AM.
 
Old 03-29-2010, 10:36 AM   #12
Vrajgh
Member
 
Registered: Aug 2005
Posts: 68

Rep: Reputation: 33
We seem to be discussing a mixed debian system, is that not what careful pinning is for? But besides, etch is older than lenny so many packages have been updated with the newer releases. If they have been dropped from the release then it is fair to say that there is a good reason.

Lots of newer package versions are available via backports www.backports.org, which significantly reduces the chance of taking out the whole system.

Last edited by Vrajgh; 03-29-2010 at 10:38 AM.
 
Old 03-29-2010, 10:47 AM   #13
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
We seem to be discussing a mixed debian system, is that not what careful pinning is for?
Yes,you can do it that way.I prefer the method shown in the how-to i linked to earlier in this thread.
However,Cotun and myself seem to have differing opinions regarding the Stable branch.

Quote:
But besides, etch is older than lenny so many packages have been updated with the newer releases.
And without some kind of 'pinning' or 'holding' packages from Etch would be upgraded the next time you did an update anyway.

Quote:
Lots of newer package versions are available via backports www.backports.org, which significantly reduces the chance of taking out the whole system
Absolutely.
Backports is another good option.
 
Old 04-12-2010, 11:42 AM   #14
Cotun
Member
 
Registered: Jan 2009
Location: UK
Distribution: Debian Stable and Unstable
Posts: 61

Rep: Reputation: 21
Hey, sorry for the late reply.

Quote:
Ok,look at it a different way.
Debian go to great lengths to make the Stable branch rock solid.
When you start adding packages from outside of the Stable repositories,you are no longer running Stable.
In effect you are saying "i know better than the Debian developers".
I know for a fact i don't know better,do you?.
I must admit that I don't really understand this argument at all. I'm not saying that I know more than the Debian developers. I'm merely saying that I run my system with a hybrid of Sid, Squeeze and Lenny packages, which best suits my interests of reliability and being able to run bleeding-edge software. I'm also saying that I haven't had too many problems doing this in five years, and I don't expect many more issues in the next five. That's about all

Quote:
Also i have seen people post here who have mixed their apt sources in Stable,either deliberately or by accident.
And yes,they completely borked their system.
As i said earlier,its your machine.I'm not telling you what to do.
I'm just sharing some first hand experiences.Take it however you will.
I understand that and I respect your views on the subject. In fact, I was just doing the same as you, sharing my first hand experiences on the issue. It's evident that the part we don't agree on is the risk of running a hybrid system

Quote:
We seem to be discussing a mixed debian system, is that not what careful pinning is for?
Pinning is definitely the official way to do this. But it takes time to put this together and it's something I never bothered with. But it would be essential for running Etch packages (which I only do if there is no newer version) as apt would automatically upgrade it to the newer version as Trooper stated.
 
Old 04-12-2010, 04:18 PM   #15
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
It's evident that the part we don't agree on is the risk of running a hybrid system
Almost.
The point we disagree on is mixing packages from Testing/Unstable into the Stable branch,not running a mixed system.
I run a mixed system myself,a system based on Testing with the occasional package from Unstable.
And i accept the ramifications of doing so.

I would not do this this with a system running Stable/Lenny,this is where we differ.
So let's just agree to disagree.
 
  


Reply

Tags
compatibility, debian, emulator, linux, puppy



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
Is there in our Lenny/stable repos, a package that let users "mount" ISO files? frenchn00b Debian 13 07-30-2009 05:11 AM
tar.gz of a gnome-panel more stable for debian stable :lol frenchn00b Debian 4 05-07-2008 10:32 AM
Is Debian 3.1r4 "stable" really stable or it just called that? General Debian 22 01-29-2007 05:18 PM
broken MEPIS after update, looking for new "stable" repositories - any ideas? lefty.crupps MEPIS 5 09-29-2005 04:21 PM
Installing KDE3.1.3 on stable system using the "stable" mirror at download.kde.org preben Debian 8 08-28-2003 07:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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