Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@growling Compiling from source, or using a platform specific package managemers (apk on alpine, or even the "lower-level package manager" like dpkg or rpm). deb- and rpm-packages an also be extracted manually.
-
Condor324966yFire up a live session and chroot into your hard drive. Something like:
# mount /dev/sda1 /mnt
# mount -t proc /proc /mnt/proc
# mount -t sysfs /sys /mnt/sys
# mount -o bind /dev /mnt/dev
# chroot /mnt
should do. Especially useful when you've disabled su (or directly logging in as root for that matter) as a security precaution (which I usually do). Used that method for unfucking my Arch Linux laptop a few times already.
Stuck in a system without sudo, without apt and without a file-editor. Oh gawd where do i begin
rant
alpine