Hacker News new | ask | show | jobs
by erikbye 3427 days ago
Yes, Ubuntu is the distro that has crashed the most on me. The software updater particularly seems prone to crashing. Actually ended up having to disable Apport in order to get any work done, too many annoying crash reports. I have lost count of how many times I've seen "Sorry, Ubuntu has experienced internal error" or "... problem detected".

It's not like this has been the experience on just a single install or a single system. I've used Ubuntu on and off for many years on various hardware. IMO Ubuntu has only gotten worse.

I've yet to experience a single crash in Arch.

As for those complaining about Arch's install being tedious, use Arch Anywhere; it's a great installer.

https://arch-anywhere.org/

1 comments

I tried arch a few years ago on a $150 netbook and liked it a lot. Is it fairly easy to map package dependency names to the Ubutnu versions? Also, is it possible to install both i386 and amd64 versions of a library?
Yes, you can enable the multilib repository for pacman; 32-bit libraries go in /usr/lib32/ and 64-bit in /usr/lib/.

As for your first question, give me a few example package names and I'll check how easy it is.