cover2music from home:przem:app project
Select Your Operating System
Add repository and install manually
For Debian 11 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:/przem:/app/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install cover2music
Grab binary packages directly
Add repository and install manually
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_40/home:przem:app.repo dnf install cover2music
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_39/home:przem:app.repo dnf install cover2music
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_38/home:przem:app.repo dnf install cover2music
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Tumbleweed/home:przem:app.repo zypper refresh zypper install cover2music
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.6/home:przem:app.repo zypper refresh zypper install cover2music
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.5/home:przem:app.repo zypper refresh zypper install cover2music
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.4/home:przem:app.repo zypper refresh zypper install cover2music
Grab binary packages directly
Add repository and install manually
For xUbuntu 22.10 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:/przem:/app/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install cover2music
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:/przem:/app/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install cover2music
Grab binary packages directly
Add repository and install manually
For Fedora 37 run the following as root:
?