Rebuilding perl packages for Arch Linux

If you receive a warning message like the following

Published : 04 July 2020

Create and restore a backup of all packages in Arch Linux

BACKUP Create a list of all currently installed packages Native (manually installed via pacman)

Published : 10 October 2019

Install yay AUR package manager on Arch Linux

Simply paste the following into shell: cd $(mktemp -d) git clone https://aur.archlinux.org/yay.git cd yay makepkg -si  

Published : 10 October 2019

Remove all packages used by perl5.28 in Arch Linux

Find and remove all packages used by/requiring perl5.28

Published : 20 July 2019

Arch Linux quick install

Arch Install Guide     Author Keith Patton

Published : 24 May 2019

Arch Linux bugfix : libidn2.so.4: cannot open shared object file

Issue A partial update / install results in pacman: error while loading shared libraries: libidn2.so.4: cannot open shared object file: No such file or directory .

Published : 19 February 2019

Subscribe to Arch Linux