

Update your local yum cache by running sudo yum -q makecache -y -disablerepo='*' -enablerepo='slacktechnologies_slack' Valid options for os and dist parameters can be found in our supported OS list in the docs. Sslcacert=/etc/pki/tls/certs/ca-bundle.crt Make sure to replace el and 6 in the config below with your Linux distribution and version: If you do not install pygpgme, GPG verification will not work.Ĭreate a file named /etc//slacktechnologies_slack.repo that contains the repository configuration below.

You may need to install the EPEL repository for your system to install these packages. Install pygpgme, a package which allows yum to handle gpg signatures, and a package called yum-utils which contains the tools you need for installing source RPMs. You can now install packages from your repository. Run this command update your local APT cache: sudo apt-get update Valid options for os and dist parameters can be found in our support OS list in the docs. Make sure to replace ubuntu and trusty in the config below with your Linux distribution and version:ĭeb ubuntu trusty mainĭeb-src ubuntu trusty mainįor apt version /etc/apt//slacktechnologies_slack.gpg

(Equivalent to or later than Debian/Raspbian Stretch, Ubuntu Xenial, Linux Mint Sarah, Elementary OS Loki)Īdd the GPG key: curl -fsSL | gpg -dearmor > /usr/share/keyrings/slacktechnologies_slack-archive-keyring.gpgĬreate a file named /etc/apt//slacktechnologies_slack.list that contains the repository configuration below. This will change depending on whether or not your apt version is >= v.1.1. In order to install a deb repo, first you need to install the GPG key that used to sign repository metadata. If you are running Debian, install debian-archive-keyring so that officialĭebian repositories will be verified (Ubuntu users can skip this) sudo apt-get install debian-archive-keyringĮnsure the required tools (curl, gpg, apt-transport-https) are installed before proceeding: sudo apt-get install curl gnupg apt-transport-https Begin by refreshing your package cache by running sudo apt-get update
