I accidently deleted the curl command and now my system is broken. 03 January 2022, 21:30:17 Hi. I'm a newbie to artix linux. I have used it for only 2 weeks and had almost setted up my desktop. I accidently deleted the curl command which I think deleted some other things. Now I can't even boot into the system. I have installed artix linux with lxde and with the s6-init-system.
Re: I accidently deleted the curl command and now my system is broken. Reply #1 – 03 January 2022, 21:42:06 Help! There was an update and my system doesn't boot!
Re: I accidently deleted the curl command and now my system is broken. Reply #2 – 03 January 2022, 22:42:42 Should be able to reinstall curl
Re: I accidently deleted the curl command and now my system is broken. Reply #3 – 04 January 2022, 10:00:13 Chrooting into the broken installation won't work because of the missing curl binary which pacman uses. He must download curl from https://archive.artixlinux.org/packages/c/curl/curl-7.80.0-1-x86_64.pkg.tar.zst and extract the archive over the root partition.@zgeit32 If you're not experienced user, you'd be better off booting with a live ISO, backup your entire home directory from the damaged filesystem to a USB stick, reinstall and then copy back your backup.
Re: I accidently deleted the curl command and now my system is broken. Reply #4 – 04 January 2022, 10:44:09 Quote from: nous – on 04 January 2022, 10:00:13Chrooting into the broken installation won't work because of the missing curl binary which pacman uses. He must download curl from https://archive.artixlinux.org/packages/c/curl/curl-7.80.0-1-x86_64.pkg.tar.zst and extract the archive over the root partition.Of course. But since the OP can't even boot into the system, he can boot from LiveISO, then copy the package file to the root partition after mounting the said root partition (and before chrooting), and then proceed to recover his system.