Difference between revisions of "Pacman troubleshooting"

change for error with keys because of archlinux-keyring tar file is end by .tar.xz
(Marked this version for translation)
(change for error with keys because of archlinux-keyring tar file is end by .tar.xz)
Tags: Mobile web edit Mobile edit
(One intermediate revision by one other user not shown)
Line 137: Line 137:
<!--T:88-->
<!--T:88-->
'''3. Download the packages:'''
'''3. Download the packages:'''
{{BoxInfo|Info| GPG check errors can be ignored, since it only downloads the keyring packages.}}
{{BoxInfo|Info| GPG check errors can be ignored, since it only downloads the keyring packages.
 
Those running ARM may also need to download archlinuxarm-keyring and manjaro-arm-keyring.
 
}}
   
   
  mkdir -pv $HOME/.cache/pkg/ && sudo pacman -Syw archlinux-keyring manjaro-keyring --cachedir $HOME/.cache/pkg/
  mkdir -pv $HOME/.cache/pkg/ && sudo pacman -Syw archlinux-keyring manjaro-keyring --cachedir $HOME/.cache/pkg/
Line 151: Line 155:
{{BoxInfo|Info|This will also trigger the populate process.}}
{{BoxInfo|Info|This will also trigger the populate process.}}
  sudo pacman -U $HOME/.cache/pkg/*.tar.zst
  sudo pacman -U $HOME/.cache/pkg/*.tar.zst
sudo pacman -U $HOME/.cache/pkg/*.tar.xz


<!--T:91-->
<!--T:91-->
1

edit