This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Install pacman, makepkg, and Arch packaging utilities on Ubuntu Linux | |
# | |
# Written 2024-06-27 by Ronald Joe Record <[email protected]> | |
sudo apt -q -y install --no-install-recommends \ | |
git pkg-config meson gcc libtool libgpgme-dev libarchive-dev ninja-build \ | |
libcurl4-openssl-dev libssl-dev curl gettext python3 python3-setuptools \ | |
dash gawk ca-certificates fakeroot fakechroot libarchive-tools |