GustavoM@lemmy.world to Linux@lemmy.mlEnglish · 2 years agoGive browser and wine ownership to user "nobody" = "foolproof" against viruses?plus-squaremessage-squaremessage-square1linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareGive browser and wine ownership to user "nobody" = "foolproof" against viruses?plus-squareGustavoM@lemmy.world to Linux@lemmy.mlEnglish · 2 years agomessage-square1linkfedilink
minus-squareGustavoM@lemmy.worldtoLinux@lemmy.ml•Moving to Arch/EndeavorOS from PopOS?linkfedilinkEnglisharrow-up0·edit-22 years ago How to do the most basic things How to search for a package: sudo pacman -Ss packagename How to install a package: sudo pacman -S packagename How to update: sudo pacman -Syu How to remove a package: sudo pacman -Rcns packagename How to clean old packages: sudo pacman -Sc --noconfirm Arch linux installer (official): archinstall …and that is (pretty much) all you need to learn to use Arch linux in an acceptable fashion. Now go ahead and give it a spin – you’ll love it. linkfedilink
GustavoM@lemmy.world to Linux@lemmy.mlEnglish · 2 years agoCraziest/most "exotic" devices able to run Linux?plus-squaremessage-squaremessage-square2linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squareCraziest/most "exotic" devices able to run Linux?plus-squareGustavoM@lemmy.world to Linux@lemmy.mlEnglish · 2 years agomessage-square2linkfedilink
How to search for a package:
sudo pacman -Ss packagename
How to install a package:
sudo pacman -S packagename
How to update:
sudo pacman -Syu
How to remove a package:
sudo pacman -Rcns packagename
How to clean old packages:
sudo pacman -Sc --noconfirm
Arch linux installer (official):
archinstall
…and that is (pretty much) all you need to learn to use Arch linux in an acceptable fashion. Now go ahead and give it a spin – you’ll love it.