Skip to content

Instantly share code, notes, and snippets.

@k8scat
Created April 15, 2021 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k8scat/8cb22c6f3700c1c198771e6be395914e to your computer and use it in GitHub Desktop.
Save k8scat/8cb22c6f3700c1c198771e6be395914e to your computer and use it in GitHub Desktop.
Install xsel in CentOS 7
#!/bin/bash
#
# Install xsel in CentOS 7
set -e
curl -LO https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/x/xsel-1.2.0-15.el7.x86_64.rpm
sudo rpm -Uvh xsel-1.2.0-15.el7.x86_64.rpm
sudo yum install -y xsel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment