Answers for "installing packages on arch"

7

install pip arch linux

# Arch Linux
sudo pacman -S python2-pip                #Python 2

sudo pacman -S python-pip                #Python 3
Posted by: Guest on March-15-2021
1

arch linux pacman cannot install

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

Code answers related to "installing packages on arch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language