Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Note: An (*) indicates there is no official participation from that distribution here at LQ. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-02-2023, 08:54 AM
|
#1
|
Member
Registered: Feb 2022
Posts: 72
Rep:
|
Archlinux/Manjaro Versus Debian Thread
Hello,
Archlinux/Manjaro Versus Debian Thread...
Archlinux/Manjaro is nice, more or less reliable, and quite okay.
Debian is a long tradition. It works.
However, I observed that numerous broken packages and errors occur in Manjaro/Archlinux. This is at cutting edge, but basically half things seem to work. The package manager is less reliable than apt-get, in sense that it takes long and it can lead to broken package/libs....
Debian well, everyone knows debian mostly.
It works more or less. Even systemd is more or less okay.
Tested:
armhf, aarch64, amd64, i386/686/(486) on debian
x86_64, aarch64 <- arch
|
|
|
12-02-2023, 09:11 AM
|
#2
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,261
|
Depends what version of Debian you're thinking of. Sid/Unstable is the nearest thing to Arch and that also requires you to be able to deal with broken packages without panicking.
|
|
|
12-02-2023, 09:19 AM
|
#3
|
Member
Registered: Feb 2022
Posts: 72
Original Poster
Rep:
|
Quote:
Originally Posted by hazel
Depends what version of Debian you're thinking of. Sid/Unstable is the nearest thing to Arch and that also requires you to be able to deal with broken packages without panicking.
|
let's say stable or testing.
SID is basically too early for use. dev only for sure.
|
|
|
12-02-2023, 10:25 AM
|
#4
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352
|
I stopped using Manjaro when an update came in and broke Proton.
|
|
|
12-02-2023, 10:26 AM
|
#5
|
Guru
Registered: Mar 2004
Location: Canada
Distribution: Slackware
Posts: 7,471
|
At the moment I'm running Debian stable. I enjoy the stability of stable; I don't need the cutting edge of Sid. Arch is a nice distribution to run in a VM and I do. However, Arch can and will break just by applying available updates. I like Debian and Slackware for bare metal installs. Arch and other operating systems are fun to play with in VMs.
|
|
|
12-02-2023, 12:33 PM
|
#6
|
Member
Registered: May 2022
Location: Louisiana/USA
Distribution: Void, PCLinuxOS, Mabox, ArcoLinux, Archman, Archbang, Garuda, EndeavourOS, Manjaro
Posts: 767
Rep:
|
It depends on what the user wants. I like Debian based distros but I prefer Arch based distros more. In my multiboot laptops, I only have one Debian based distro installed, Void installed and all the rest are Arch based distros.
|
|
|
12-02-2023, 05:38 PM
|
#7
|
Member
Registered: Feb 2022
Posts: 72
Original Poster
Rep:
|
Quote:
Originally Posted by dugan
I stopped using Manjaro when an update came in and broke Proton.
|
On my pbpro, it is evident that debian goes significantly "faster" (whatever it means) than Manjaro.
Maybe drivers.
|
|
|
12-03-2023, 05:49 PM
|
#8
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,412
|
I don't know what you folks are doing, that you are getting breakage. I've Been using arch for 12 years I think. Never had pacman -Syu break anything.
Nvidia will break, but that is Nvidia's fault. They drop support for their hardware.
Grub will break, but the arch news tells what to do.
Aur packages, you'll need to rebuild them yourself. They are actually not Arch.
I think that Arch is a good platform to develop on. I'm not missing anything.
|
|
|
12-03-2023, 06:00 PM
|
#9
|
Member
Registered: Feb 2022
Posts: 72
Original Poster
Rep:
|
Quote:
Originally Posted by teckk
I don't know what you folks are doing, that you are getting breakage. I've Been using arch for 12 years I think. Never had pacman -Syu break anything.
Nvidia will break, but that is Nvidia's fault. They drop support for their hardware.
Grub will break, but the arch news tells what to do.
Aur packages, you'll need to rebuild them yourself. They are actually not Arch.
I think that Arch is a good platform to develop on. I'm not missing anything.
|
pacman isn't fault. some package do miss some libs, sometimes.
pacman-key --populate ; pacman-key --refresh-keys
pacman -Syu
pacman -Syyu
|
|
|
12-03-2023, 07:53 PM
|
#10
|
LQ Guru
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 11,201
|
I once encountered a package (for Ubuntu) which had a missing dependency. I was installing it on a new blank system and the program wouldn't load. I figured out what the dependency was and, sure enough, it wasn't in the package's prerequisites list. So I submitted a bug report and the problem was very quickly corrected. It was likely just overlooked, because the missing dependency was a fairly common package that most of the time would probably already be there. These things can happen. And it's a testament to their diligence that it usually doesn't.
Last edited by sundialsvcs; 12-03-2023 at 07:54 PM.
|
|
|
12-04-2023, 02:29 PM
|
#11
|
Member
Registered: Feb 2022
Posts: 72
Original Poster
Rep:
|
Quote:
Originally Posted by sundialsvcs
I once encountered a package (for Ubuntu) which had a missing dependency. I was installing it on a new blank system and the program wouldn't load. I figured out what the dependency was and, sure enough, it wasn't in the package's prerequisites list. So I submitted a bug report and the problem was very quickly corrected. It was likely just overlooked, because the missing dependency was a fairly common package that most of the time would probably already be there. These things can happen. And it's a testament to their diligence that it usually doesn't.
|
On Manjaro, these things can happen most of the time. Better to get a base with pacstrap and keep it untouched.
|
|
|
12-16-2023, 04:10 PM
|
#12
|
Guru
Registered: Mar 2004
Location: Canada
Distribution: Slackware
Posts: 7,471
|
Quote:
Originally Posted by openbsd98324
However, I observed that numerous broken packages and errors occur in Manjaro/Archlinux. This is at cutting edge, but basically half things seem to work. The package manager is less reliable than apt-get, in sense that it takes long and it can lead to broken package/libs....
Debian well, everyone knows debian mostly.
It works more or less. Even systemd is more or less okay.
|
I have had similar experiences to you. At the moment I'm running up to date versions of Arch and Debian 12.4.0 virtually using QEMU/KVM, Virt-manager, on a Void host. Arch uses a little less RAM than Debian on boot-up. They're both responsive using KDE-plasma.
When I ran Arch on bare metal it could break just by updating the system. This rarely happened on Debian. Systemd can hang on occasion, particularly on shutdown. Not a criticism, just an observation.
|
|
|
02-15-2024, 03:01 PM
|
#13
|
Member
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Pop!_OS && Windows 10 && Arch Linux
Posts: 832
|
i used/use Arch as a daily driver. one Arch install were destroyed by user error, other than that i have had good luck with Arch, couple times i have had broken packages but nothing that i couldnt fix.
as a gaming Distro i use Pop!_OS, havent logged to Arch in a month or so. but i think updates will go ok. Debian 12 i have installed on VirtualBox, solid thing that one.
i dont understand why Arch has a unstable reputation, if you read wiki and be ready to fix one or two broken packages everything is just fine.
|
|
|
All times are GMT -5. The time now is 09:02 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|