Start using packagecloud in minutes
Join thousands of developers using packagecloud to distribute software securely, consistently, and affordably.
README
last updated: Fri 11/05/21 at 05:24:45 PM bygeldtech
geldtech/rpms
Add repository to the list of available sources
Quick instructions
curl -s https://packagecloud.io/install/repositories/geldtech/rpms/script.rpm.sh | sudo bash
Manual instructions
sudo yum install pygpgme yum-utils
echo """
[geldtech_rpms]
name=geldtech_rpms
baseurl=https://packagecloud.io/geldtech/rpms/el/6/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/geldtech/rpms/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
""" | sudo tee -a /etc/yum.repos.d/geldtech_rpms.repo
install package
sudo yum install rpm-builder-packagecloud
Quick install instructions for:
copy
copy
copy
copy
copy