Useful Snippets

Welcome!


This blog is used to collect useful snippets related to Linux, PHP, MySQL and more. Feel free to post comments with improvements or questions!

Are your smart devices spying on you? Make better purchasing choices and find products that respect your privacy at Unwanted.cloud

RSS Latest posts from my personal blog


Subscribe to RSS feed


Installing EPEL and Remi repo on CentOS 6

Stanislav KhromovStanislav Khromov

Install the repos with the following commands:

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm

Now, enable the Remi repo to be always enabled by editing:

sudo vim /etc/yum.repos.d/remi.repo

Set:

enabled=1

…on the topmost repo (right under the [remi] tag).

That’s it!

Source

Full-stack impostor syndrome sufferer & Software Engineer at Schibsted Media Group

Comments 1