vaultwarden-webvault from home:Masgalor:Vaultwarden project

Select Your Operating System

For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/CentOS_9_Stream/home:Masgalor:Vaultwarden.repo
yum install vaultwarden-webvault
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/CentOS_8_Stream/home:Masgalor:Vaultwarden.repo
yum install vaultwarden-webvault
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/CentOS_8/home:Masgalor:Vaultwarden.repo
yum install vaultwarden-webvault
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/CentOS_7/home:Masgalor:Vaultwarden.repo
yum install vaultwarden-webvault
For Debian Testing 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:/Masgalor:/Vaultwarden/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:Masgalor:Vaultwarden.list
curl -fsSL https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Masgalor_Vaultwarden.gpg > /dev/null
sudo apt update
sudo apt install vaultwarden-webvault
For Debian 12 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:/Masgalor:/Vaultwarden/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:Masgalor:Vaultwarden.list
curl -fsSL https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Masgalor_Vaultwarden.gpg > /dev/null
sudo apt update
sudo apt install vaultwarden-webvault
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:/Masgalor:/Vaultwarden/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:Masgalor:Vaultwarden.list
curl -fsSL https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Masgalor_Vaultwarden.gpg > /dev/null
sudo apt update
sudo apt install vaultwarden-webvault
For Debian 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:/Masgalor:/Vaultwarden/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:Masgalor:Vaultwarden.list
curl -fsSL https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Masgalor_Vaultwarden.gpg > /dev/null
sudo apt update
sudo apt install vaultwarden-webvault
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/Fedora_41/home:Masgalor:Vaultwarden.repo
dnf install vaultwarden-webvault
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/Fedora_40/home:Masgalor:Vaultwarden.repo
dnf install vaultwarden-webvault
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/Fedora_39/home:Masgalor:Vaultwarden.repo
dnf install vaultwarden-webvault
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/Fedora_38/home:Masgalor:Vaultwarden.repo
dnf install vaultwarden-webvault
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/openSUSE_Tumbleweed/home:Masgalor:Vaultwarden.repo
zypper refresh
zypper install vaultwarden-webvault
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/15.6/home:Masgalor:Vaultwarden.repo
zypper refresh
zypper install vaultwarden-webvault
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/15.5/home:Masgalor:Vaultwarden.repo
zypper refresh
zypper install vaultwarden-webvault
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/15.4/home:Masgalor:Vaultwarden.repo
zypper refresh
zypper install vaultwarden-webvault
For RHEL 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/RHEL_8/home:Masgalor:Vaultwarden.repo
yum install vaultwarden-webvault
For xUbuntu 24.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:/Masgalor:/Vaultwarden/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:Masgalor:Vaultwarden.list
curl -fsSL https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Masgalor_Vaultwarden.gpg > /dev/null
sudo apt update
sudo apt install vaultwarden-webvault
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:/Masgalor:/Vaultwarden/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:Masgalor:Vaultwarden.list
curl -fsSL https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Masgalor_Vaultwarden.gpg > /dev/null
sudo apt update
sudo apt install vaultwarden-webvault
For xUbuntu 20.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:/Masgalor:/Vaultwarden/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:Masgalor:Vaultwarden.list
curl -fsSL https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Masgalor_Vaultwarden.gpg > /dev/null
sudo apt update
sudo apt install vaultwarden-webvault
For xUbuntu 18.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:/Masgalor:/Vaultwarden/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:Masgalor:Vaultwarden.list
curl -fsSL https://download.opensuse.org/repositories/home:Masgalor:Vaultwarden/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Masgalor_Vaultwarden.gpg > /dev/null
sudo apt update
sudo apt install vaultwarden-webvault