Language Selection

English French German Italian Portuguese Spanish

The Best Slackware-Like Is Slackware, Not Arch

Filed under
Linux
Reviews

A few days ago I've hurt a little the feelings of Zenwalk's developers. I said then that my next attempt to find «a better Slackware than Slackware» will involve Arch Linux.

Arch Linux not only has a nice logo, a large repository (including the "community" one) and a powerful package manager, but it also comes with a great Arch Linux 0.7.2 (Gimmick) Installation Guide — which, of course, I have not read beforehand.

Installing Arch Linux is more like in the Slackware way: a ncurses (text) setup that offers you the following steps:

Full Story.

This is a bad review. I've

This is a bad review. I've had ArchLinux since 0.7.1 and I never had an issue with it. As for the 'file conflicts', I never ever got those before and those usually only appear if you compile a package from source 'make install' and then try to install the same package using the package manager which is a extremely rare case amongst Archlinux users.
In any case, those can be overrided by doing pacman -Sf .

Hussam, you're eating $h1t

Hussam, don't tell me what _I_ did!
I have never installed anything in Arch, but used:
-- the system installer;
-- pacman.
YOU are the stupid one that can't accept that YOUR installer is bad.

No, you're eating ****

I'm not the kid who goes around saying words like $h1t.
If anyone is stupid, it's you. If a problem that thousands of people didn't see and you did, then it is your fault. You're probably some kid who likes to go bashing stuff you don not understand.

Hmmm...

Interesting problems you've experienced.

I did experience a similar issue when I opted to install the whole thing...But realised you really shouldn't. Stick with the base and trim off the crap you don't need. (PCMCIA tools, wireless, etc)

The other major issue is in regards to updating from the CD install. You get a kernel panic. Problem was solved by finding this line:
=> initrd /boot/initrd26.img
change it to
=> initrd /boot/kernel26.img

Other than that, I haven't suffered any other major issue. Gnome, KDE, Xfce4, Enlightenment all worked for me. I've never experienced the other issues you've had.

I've managed to setup up MythTV with MCE usb remote (that's my AUS$47 dollar contribution to Microsoft for 2006!), using Arch.

I kinda like it. Boots much quicker than those "easy to use" distros. Arch has worked for me. (I started seriously using it last week).

But then again, you didn't read the documentation BEFORE installing, did you? Well done. Rolling Eyes

You're trying to put your Slackware experience right onto Arch. This is no different to a Windows user trying to bring their Windows experience to Linux. When it doesn't work out, they say Linux sucks. (I've seen this so many times, in so many forums around the world! Its not funny anymore!)

You didn't read the Arch docs. You suffered for it. And then you complain? Get off you high horse dude. Rolling Eyes

There's no other distro like Slackware. If you like Slackware, stick to it. Don't try to put your Slackware-habits onto another distro, because its not gonna get you anywhere.

Stick to a distro that works for you.

RE: Hmmm...

stmok wrote:
I opted to install the whole thing...But realised you really shouldn't. Stick with the base and trim off the crap you don't need. (PCMCIA tools, wireless, etc)
No kidding: why do I have an installer if I should only install a basic system, huh? If the installer is broken, please tell me and I will go for another distro. (In Slackware I install almost everything, except for KDE, wireless and a few other things.)
stmok wrote:
But then again, you didn't read the documentation BEFORE installing, did you? Well done. Rolling Eyes
In most distros I don't need to read anything to install them, and this is regardless of the text/GUI installer. The _only_ time I have read a "how to install me" guide it was with OpenBSD, and it was because of disklabel.

stmok wrote:
You're trying to put your Slackware experience right onto Arch. This is no different to a Windows user trying to bring their Windows experience to Linux.
Let's get real, this is NOT the case. There are a dozen of distros that install 90% more like Slackware, and Arch is one of them. When you fsck a blonde, there isn't much difference than when you fscked a redhead.

stmok wrote:
You didn't read the Arch docs. You suffered for it. And then you complain?
Like I said, I don't need to read anything to install a Linux distro! Except for RELEASE NOTES and ERRATA.

stmok wrote:
Stick to a distro that works for you.
I'm sticking with three distros that work for me: CentOS, Debian and Slackware. All different from each other, but (thanks God), none of them using Pacman.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.