LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-18-2022, 10:38 AM   #1
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,377

Rep: Reputation: Disabled
should I not combine repository lists from the same distro family?


For the first time in years, I'm seriously looking at other distros. But only within my Debian family, and that excludes *buntus. In the other Debian-based distro I'm looking at, can I expect to get away with using both distros' sets of repositories, or is that just ill-advised?

I think I may have tried it once back when I had been using Linux for only a few years, but that was a very long time ago and I don't remember whether it led to problems. (I'm really no regular distro explorer, much less a distro-hopper. I've used my current distro for 7.5 years to the exclusion of others, and the previous one for 5 years.)
 
Old 07-18-2022, 10:52 AM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
Quote:
Originally Posted by newbiesforever View Post
For the first time in years, I'm seriously looking at other distros. But only within my Debian family, and that excludes *buntus. In the other Debian-based distro I'm looking at, can I expect to get away with using both distros' sets of repositories, or is that just ill-advised?
If you install packages from two different distributions I would expect you to run into dependency problems.
 
1 members found this post helpful.
Old 07-18-2022, 11:58 AM   #3
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,377

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jailbait View Post
If you install packages from two different distributions I would expect you to run into dependency problems.
Thought so. If I try anyway to see what happens, I'll expect it not to work.
 
Old 07-18-2022, 02:32 PM   #4
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,587
Blog Entries: 19

Rep: Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454
It certainly won't work, because programs need the exact versions of the libraries they were built against in order to run. You are unlikely to have these precise versions in a different distro unless Distro A actually uses Distro B's repositories in the way that (for example) AntiX piggybacks on Debian's.

A Linux system that uses different repositories is often referred to as a "frankendistro". It nearly always crashes eventually and then you may well find that your package manager goes on strike and can't get you out of the mess.
 
2 members found this post helpful.
Old 07-18-2022, 04:34 PM   #5
Stoltzfus
LQ Newbie
 
Registered: Oct 2012
Posts: 9

Rep: Reputation: Disabled
As a former member of a Windows free software community, and having worked in the software industry, I have tried well over 100 applications, always searching for programs that perform meaningful work and are a humane pleasure to use. Truly great software is rare, but can be found.

A Linux convert of 5 years or so, I've discovered Linux to be a wild west show riddled with incompatibilities and, especially on line, truly bad advice. Many applications are crude when compared to their Windows equivalents, and the Windows arena offers many more pickings. I learned, the hard way, that caution was required when considering applications, faced too many times having to do a bare-metal reinstallation. As mentioned, the dependencies are the thing, but there are other issues, too.

Because of its large installed base, I settled on Mint. But Mint's repository proved to be a mine field. Each trial was a case of "eat me" "drink me." Perhaps every repository should have its own "Applications Czar" or a "compatibility department." With various revisions, things become incompatible and the whole exercise became a nightmare.

Before giving up in defeat and running screaming back to horrible Microsoft, I've decided to take a backwards approach, looking at the compatible applications that interest me, then selecting the distro to run them. Manjaro is in my binoculars.
 
1 members found this post helpful.
Old 07-18-2022, 05:53 PM   #6
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,226

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
@Stoltzfus Why are you telling this to the OP?
 
Old 07-18-2022, 06:04 PM   #7
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
Quote:
Originally Posted by Stoltzfus View Post
Before giving up in defeat and running screaming back to horrible Microsoft, I've decided to take a backwards approach, looking at the compatible applications that interest me, then selecting the distro to run them. Manjaro is in my binoculars.
What are the applications that interest you?
 
Old 07-19-2022, 03:39 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Unless you are specifically told that it's safe, mixing repositories is a good way to break your system.

If you want a program that your distro doesn't have the options are
> Compile it yourself
> Get a suitable package from the developers. If they offer a .deb version, it's generally safe to assume that they've checked it against Debian Stable and Ubuntu.
> Download a suitable package from a similar distro and try installing it. If it complains about missing dependencies, install it anyway. Then you can try to run it from the command line and get told exactly what libraries are missing. Often they aren't missing at all — they just come in differently named packages in the two distros.
 
1 members found this post helpful.
Old 07-19-2022, 05:11 AM   #9
suramya
Member
 
Registered: Jan 2022
Location: Earth
Distribution: Debian
Posts: 249

Rep: Reputation: 102Reputation: 102
Combining repositories from different distro's is a bad idea. You are risking conflicts as one distro might have a different version of a software than the other, it might store the files in a different location or even use different library versions.
 
1 members found this post helpful.
Old 07-19-2022, 09:14 AM   #10
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,663
Blog Entries: 4

Rep: Reputation: 3944Reputation: 3944Reputation: 3944Reputation: 3944Reputation: 3944Reputation: 3944Reputation: 3944Reputation: 3944Reputation: 3944Reputation: 3944Reputation: 3944
Pick one Pied Piper to follow ...
 
Old 07-19-2022, 09:25 AM   #11
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Take a look at: https://wiki.debian.org/DontBreakDebian

https://averagelinuxuser.com/how-not...debian-system/

68k packages in the Debian repos. Little reason to install random PPAs. Just realized how funny/ironic that line was with my Giant sources.lists.

Personally I have 4 outside repos in my sources.list:
Vivaldi
Syncthing
Github-cli
Sublime

Last edited by craigevil; 07-19-2022 at 09:33 AM.
 
1 members found this post helpful.
Old 07-19-2022, 09:36 AM   #12
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,377

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sundialsvcs View Post
Pick one Pied Piper to follow ...
I beg your pardon...?

...oh. I suppose you're snarking at people for saying the same thing when someone said it first.

Last edited by newbiesforever; 07-19-2022 at 09:37 AM.
 
Old 08-07-2022, 11:02 PM   #13
Stoltzfus
LQ Newbie
 
Registered: Oct 2012
Posts: 9

Rep: Reputation: Disabled
Quote:
Originally Posted by dugan View Post
@Stoltzfus Why are you telling this to the OP?
I was confirming what I think that the OP already knows and one or more other people have said, too: the importance of application compatibility with the OS.

Perhaps, even more significant, is the solution path that I intend to try myself. This is to first have a clear sense about which Linux applications that I'd like to use as my daily drivers, and then select an OS that's suitable to run them. I'm also pointing out that, from my own experience, just because an application is in a distro's repository does not mean that that particular application is, in fact, compatible: the application may be stale and installing it may cause significant problems. For me, this has been a major deal killer with Mint.

I hope that this answers your question.
 
1 members found this post helpful.
Old 08-08-2022, 12:02 AM   #14
Stoltzfus
LQ Newbie
 
Registered: Oct 2012
Posts: 9

Rep: Reputation: Disabled
Quote:
Originally Posted by jailbait View Post
What are the applications that interest you?
Ha!

I pine away for an old DOS word processor named XyWrite, which handles like a fine artist-grade musical instrument. I mean that it stays out of your way and facilitates your ability to write fast as hell. It's command-driven. Once the publication standard, if you're old enough, you were reading XyWrite when you read The New York Times and Smithsonian Magazine. For me, by comparison, using Microsoft Word or Word Perfect is sluggish agony. However, I have to admit that I think that Libre Office has impressed me, too. A bit hefty, but it's an OK daily driver: a good solid application available almost everywhere in the Linuxsphere.

For a Personal Information Manager, I like the gold standard: ECCO, which, sadly, perished around 1999 or so. It works nicely within Wine, except for printing.

I'd like to have a text editor program that's optimized for word work and not a "programmer's editor." They're not the same thing (a set of four standard word-worker commands are necessary). And it must have decent (and I stress "decent" printer controls). Xed only prints smack up against the paper's left edge so I can't punch binder holes in the paper. This is an unfixable deal-killer. Admittedly, it was almost impossible for me to find anything within Windows that would combine these features, but I actually did (WordTabs -- a real jewel. Freeware, too.)

I like a sweet little free Windows utility named "Slickrun." It's a tiny positionable command line window that you can drag anywhere on the screen where you'd like it to be. You can enter DOS/Windows commands there or shorthands for your own custom command strings. Friendly. Powerful.

In the Linux world, K3b from the KDE community. I have been an audio professional, and this is the only Linux optical disk burn application that gives me a few "must-have" features that I was used to from a few (but not all) Windows applications. These are sensible abilities:
- K3b can reveal who actually made the blank disk, as opposed to the retail brand name. For example, Maxell's most durable blank disks were not made by Maxell, but by Taiyo Yuden. Fuji probably just bought them on the spot market.
- K3b can reveal the blank disk's chemistry: there are a few different formulations: some have a short "use-by" life. Others are more archival. Will your disk still play in five years?
- K3b can be switched to hold the disk inside the drive when it's finished burning instead of spitting out the tray, allowing the disk to sit there gathering dust.
- K3b can compare before and after to ensure that your copy is good.
This is the only disk burn program that I've found in Linux that can give me these horse-sense features.

And I'd really like a sound utility (they exist for Windows) that can intercept sound, not as a digital file, but as analog audio as it passes through your computer's audio circuitry, and then can save this audio as a digital file. Uncompressed (or lossless), not just lossy .mp3, with decent record level metering and adjustment. This can allow me to save any sound that I can hear on my machine. There may already be Firefox extensions that can do this: I haven't explored them yet. I think that one of them can only save to MP3 at one setting (pity). Dunno yet.

There's more that I can' t recall right now. Thanks for asking.

So, this is what comes to my mind
 
1 members found this post helpful.
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FireStarter lists IP blocked that etherape lists as connections??? theKbStockpiler Linux - Security 1 09-26-2017 09:24 PM
LXer: Python - Sorting Lists inside of Lists LXer Syndicated Linux News 0 06-06-2013 01:00 PM
How are opt-in e-mail lists distinguished from spam lists? Travis86 Programming 2 01-29-2012 08:55 PM
LXer: Unique Sorting Of Lists And Lists Of Lists With Perl For Linux Or Unix LXer Syndicated Linux News 0 09-05-2008 01:50 PM
Differences between Apache 1.3 family vs. 2.0 family rushenas Linux - Software 6 11-07-2007 04:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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