sphinxdft from home:freysoldt project
Select Your Operating System
Add repository and install manually
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_freysoldt_Arch] Server = https://download.opensuse.org/repositories/home:/freysoldt/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/Arch/$(uname -m)/home_freysoldt_Arch.key) fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }') pacman-key --init pacman-key --add - <<< "${key}" pacman-key --lsign-key "${fingerprint}" pacman -Sy home_freysoldt_Arch/sphinxdft
Grab binary packages directly
Add repository and install manually
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:freysoldt/CentOS_8/home:freysoldt.repo yum install sphinxdft
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:freysoldt/CentOS_7/home:freysoldt.repo yum install sphinxdft
Grab binary packages directly
Add repository and install manually
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:/freysoldt/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:freysoldt.list curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_freysoldt.gpg > /dev/null sudo apt update sudo apt install sphinxdft
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:/freysoldt/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:freysoldt.list curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_freysoldt.gpg > /dev/null sudo apt update sudo apt install sphinxdft
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:/freysoldt/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:freysoldt.list curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_freysoldt.gpg > /dev/null sudo apt update sudo apt install sphinxdft
Grab binary packages directly
Add repository and install manually
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:freysoldt/15.5/home:freysoldt.repo zypper refresh zypper install sphinxdft
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:freysoldt/15.4/home:freysoldt.repo zypper refresh zypper install sphinxdft
Grab binary packages directly
Add repository and install manually
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:freysoldt/ScientificLinux_7/home:freysoldt.repo yum install sphinxdft
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:/freysoldt/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:freysoldt.list curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_freysoldt.gpg > /dev/null sudo apt update sudo apt install sphinxdft
For xUbuntu 21.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:/freysoldt/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:freysoldt.list curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_freysoldt.gpg > /dev/null sudo apt update sudo apt install sphinxdft
For xUbuntu 21.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:/freysoldt/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:freysoldt.list curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_freysoldt.gpg > /dev/null sudo apt update sudo apt install sphinxdft
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:/freysoldt/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:freysoldt.list curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_freysoldt.gpg > /dev/null sudo apt update sudo apt install sphinxdft
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:/freysoldt/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:freysoldt.list curl -fsSL https://download.opensuse.org/repositories/home:freysoldt/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_freysoldt.gpg > /dev/null sudo apt update sudo apt install sphinxdft
Grab binary packages directly
Add repository and install manually
For Fedora 37 run the following as root:
?
For Fedora 36 run the following as root:
?