meson from home:Pharaoh_Atem:Meson project
Selecione seu sistema operacional
Adicionar repositório e instalar manualmente
Para EnterpriseLinux 8 execute o seguinte como 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
Baixar pacotes binários diretamente
Adicionar repositório e instalar manualmente
Para xUbuntu 22.04 execute o seguinte:
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