Under some circumstances, such as when installing additional software in a virtual machine domain, you might need to download and import the GPG key to use with yum or dnf.
# wget https://repo.lumi.pw/pub/gpgkey-0CE205B4.txt
# gpg --quiet --with-fingerprint ./gpgkey-0CE205B4.txt
The following are the published keys:
pub 4096R/0CE205B4 2017-01-17 Mike Tatarko <mike@lumiwolfsschanze.tk> Key fingerprint = B573 9821 8D5A 1190 6A09 6A42 578D 5762 0CE2 05B4
# rpm --import ./gpgkey-0CE205B4.txt
# dnf install https://repo.lumi.pw/pub/CentOS/7/x86_64/Packages/lumi-1.0.0-2.el7.centos.x86_64.rpm # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Lumi # dnf reinstall lumi
# dnf install https://repo.lumi.pw/pub/Fedora/25/x86_64/Packages/lumi-1.0.0-2.fc25.x86_64.rpm # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Lumi # dnf reinstall lumi
# wget https://repo.lumi.pw/pub/gpgkey-0CE205B4.txt -O- | apt-key add -
# apt install apt-transport-https # echo "deb https://repo.lumi.pw/pub/debian/9/ stretch main" >> /etc/apt/sources.list # apt update
# apt install apt-transport-https # echo "deb https://repo.lumi.pw/pub/ubuntu/16.04/ xenial main" >> /etc/apt/sources.list # apt update
# cat > /etc/portage/repos.conf/lumi.conf << EOF [lumi] location = /usr/local/share/lumi-overlay/ sync-type = git sync-uri = https://gogs.lumi.pw/mike/portage.git auto-sync = Yes EOF # eix-sync
You can download directly own package files here: rpms, debs, and ebuilds.