Answers for "how to install minecraft in arch linux"

1

arch linux pacman cannot install

# You may have to update the package database.
sudo pacman -Syu
Posted by: Guest on September-16-2021
0

how to install linux headers on arch

# For latest kernel
sudo pacman -S linux-headers

# For linux lts
sudo pacman -S linux-lts-headers
Posted by: Guest on September-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language