Skip to content

Instantly share code, notes, and snippets.

@identifysun
Last active March 5, 2018 10:08
Show Gist options
  • Save identifysun/4755ce514bf3c0050dd587a40a60fc06 to your computer and use it in GitHub Desktop.
Save identifysun/4755ce514bf3c0050dd587a40a60fc06 to your computer and use it in GitHub Desktop.
If libjpeg-turbo official source download is slow, please use the following configuration.

copy libjpeg-turbo repository text paste it in /etc/yum.repos.d/libjpeg-turbo.repo

[libjpeg-turbo]
name = libjpeg-turbo official RPMs
baseurl = https://downloads.sourceforge.net/sourceforge/libjpeg-turbo
enabled = 1
gpgcheck = 1
gpgkey = http://pgp.mit.edu/pks/lookup?op=get&search=0x85C7044E033FDE16
exclude = libjpeg-turbo-[0-9]*

Install or upgrade to the latest version of libjpeg-turbo:

yum install libjpeg-turbo-official

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment