meson from home:Pharaoh_Atem:Meson project
Select Your Operating System
Add repository and install manually
For EnterpriseLinux 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:Pharaoh_Atem:Meson/EnterpriseLinux_8/home:Pharaoh_Atem:Meson.repo yum install meson
Grab binary packages directly
Add repository and install manually
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/Pharaoh_Atem:/Meson/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:Pharaoh_Atem:Meson.list curl -fsSL https://download.opensuse.org/repositories/home:Pharaoh_Atem:Meson/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Pharaoh_Atem_Meson.gpg > /dev/null sudo apt update sudo apt install meson