backports exist
sudo pacman -Syu
, Arch/Artix breaks :) That’s 3 times in a row alreadypacman -Syu
the system shows me pacman: /usr/lib/libc.so.6: version GLIBC_2.36 not found (required by /usr/lib/libexpat.so.1)
:)raspi-config
is cool though/bin
is a symlink to /usr/bin
and discover that in Alpine there are only BusyBox aliases in /bin
and all other executables go to /usr/bin
, which means removing either /usr/bin
or /bin
from $PATH
would render the system completely broken…PKGBUILD
, LFS is better for learning Linuxsudo pacman -Syu
, deals done :)manjaro-architect
is a goodie as wellslackpkg file-search
(just like command-not-found
on Debian / tlmgr search --global --file
in TeXLive), and install it yourselfffmpeg
or imagemagick
would cost pretty much time, I even wrote a template for this to ease the pain… (see #Slackpkg) slapt-get exists to emulate apt-get, but that’s not my type. SlackBuilds are cool though.zsh
returns To install zsh use: swupd bundle-add zsh
apt
returns The command apt is not available, consider using: swupd
env.sh
instead of standard Makefile
, so I implement it myself (and fully automated it)slim
as display managerstartx
command just would not work. It does not even follow ACPI shutdown signal!7/etc/issue
, dmesg or whatever)/etc/lsb-release
), it’s still good to that FHS 3.0 actually does not define the use of /etc/os-release
, which I think literally all other distros seem to have.wget
but not curl
out of the box is weird.screen
(you should have tmux
as well). And it’s a bit annoying that tree
is unavailable so I have to use ls /usr/bin | less
to see what I have in store. At least Vim is available along with Nano. As for TBB, it does have links, although I prefer W3M.Sorted by preference:
# Some command not working
$ ffmpeg
ffmpeg: error while loading shared libraries: libglslang.so.11: cannot open shared object file: No such file or directory
# Grab all missing libraries
libb=$(ldd $(which ffmpeg) | grep not | sort | uniq | awk '{ print $1 }' | cut -f2 -d"=" | awk '$1=$1' ORS=' ')
for i in ${libb[@]};do (slackpkg file-search $i | grep slackware64 | cut -s -f1 -d"-"); done
# Install dependencies
sudo slackpkg install xxx yyy zzz
Welcome to the Desert of the Real!
In fact, Ubuntu takes packages from Debian Unstable (Ubuntu LTS based on Debian Testing). You can confirm it from Ubuntu Packaging Guide by searching sid (Debian Unstable codename) or unstable ↩︎
While command-not-found
is a Debian-like exclusive, ohmyzsh provides command-not-found plugin that works on other distros like Arch, SUSE, NixOS, Fedora & macOS (Homebrew) as well ↩︎
I also like the slogin in a previous release: the quiter you become, the more you are able to hear. ↩︎
You can learn more about this interesting dependency tracking method and Package and dependency management shouldn’t put you off Slackware on Slackware Docs ↩︎
This is Clear Linux OS backed by Intel. Not to be confused with Clear OS , which is a completely different CentOS/RHEL-based distro ↩︎
Of course this is something you shouldn’t worry about when distro-hopping, provided there are not many broken links. You don’t use the website (besides package tracker and wiki, if any) but the system. Debian website (before the revap) is ugly and uninformative as hell but it does not harm its stability. Slackware uses HTTP even today and it’s 100% fine with that old school design. ↩︎
This one can be reasonable though. As it’s primarily designed to be stored in USB, it can be ejected after boot and no need to react to such signal since everything is RAM only and there is no disk I/O. Similarly, I was quite surprised to find out when playing with MS-DOS 6.22 that DOS means Disk Operating System and to shutdown, you simplify unplug the power cable… ↩︎
Sine īrā et studiō