Gopher App Installation Guide for Linux
Supported Platforms: Debian, Fedora and CentOS/RHEL
Install, upgrade or uninstall Gopher App via command line
curl -fsSL "https://debian.repo.gopher.security/gopher-security.gpg" | sudo gpg --yes --dearmor -o /etc/apt/trusted.gpg.d/gopher-security.gpg echo "deb [signed-by=/etc/apt/trusted.gpg.d/gopher-security.gpg] https://debian.repo.gopher.security bionic main" | sudo tee /etc/apt/sources.list.d/gopher-security.list sudo apt update sudo apt install gopher.security.appsudo apt update && sudo apt install gopher.security.appsudo apt remove gopher.security.app
Install, upgrade or uninstall Gopher CLI via command line
curl -fsSL "https://debian-cli.repo.gopher.security/gopher-security.gpg" | sudo gpg --yes --dearmor -o /etc/apt/trusted.gpg.d/gopher-security.gpg echo "deb [signed-by=/etc/apt/trusted.gpg.d/gopher-security.gpg] https://debian-cli.repo.gopher.security bionic main" | sudo tee /etc/apt/sources.list.d/gopher-security.list sudo apt update sudo apt install gopher.security.app.clisudo apt update && sudo apt install gopher.security.app.clisudo apt remove gopher.security.app.cli
Install Gopher App via standalone package
Gopher CLI options via command line
Run GopherSecurity via GUI


Last updated