LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
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


Reply
  Search this Thread
Old 12-02-2023, 08:54 AM   #1
openbsd98324
Member
 
Registered: Feb 2022
Posts: 72

Rep: Reputation: 5
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
 
Old 12-02-2023, 09:11 AM   #2
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,574
Blog Entries: 19

Rep: Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453Reputation: 4453
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.
 
Old 12-02-2023, 09:19 AM   #3
openbsd98324
Member
 
Registered: Feb 2022
Posts: 72

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by hazel View Post
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.
 
Old 12-02-2023, 10:25 AM   #4
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
I stopped using Manjaro when an update came in and broke Proton.
 
Old 12-02-2023, 10:26 AM   #5
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
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.
 
Old 12-02-2023, 12:33 PM   #6
shortarcflyer
Member
 
Registered: May 2022
Location: Louisiana/USA
Distribution: Void, ArchBang, PCLinuxOS, Mabox, ArcoLinux, Archman, RebornOS
Posts: 524

Rep: Reputation: 51
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.
 
Old 12-02-2023, 05:38 PM   #7
openbsd98324
Member
 
Registered: Feb 2022
Posts: 72

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by dugan View Post
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.
 
Old 12-03-2023, 05:49 PM   #8
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
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.
 
Old 12-03-2023, 06:00 PM   #9
openbsd98324
Member
 
Registered: Feb 2022
Posts: 72

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by teckk View Post
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
 
Old 12-03-2023, 07:53 PM   #10
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
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.
 
Old 12-04-2023, 02:29 PM   #11
openbsd98324
Member
 
Registered: Feb 2022
Posts: 72

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by sundialsvcs View Post
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.
 
Old 12-16-2023, 04:10 PM   #12
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by openbsd98324 View Post
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.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20231216_135834.jpg
Views:	9
Size:	257.5 KB
ID:	42241  
 
Old 02-15-2024, 03:01 PM   #13
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
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.
 
  


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
LXer: How to Install KVM/QEMU on Manjaro/Archlinux LXer Syndicated Linux News 0 07-31-2021 09:28 AM
LXer: Learning Kubernetes Locally via Minikube on Manjaro/Archlinux LXer Syndicated Linux News 0 03-14-2019 06:31 AM
SOLVED : P new install of archlinux with archlinux-2010.05-core-i686.iso elenger Arch 1 08-18-2011 01:55 PM
[SOLVED] Slackware versus Archlinux Aquarius_Girl Linux - General 71 08-12-2010 04:40 AM
[SOLVED] bash - versus --perl - versus python ow1 Linux - Software 2 05-03-2010 07:57 PM

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

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