linux_wiki:repos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:repos [2016/03/27 21:20]
billdozor
linux_wiki:repos [2019/05/25 23:50] (current)
Line 64: Line 64:
 rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
 </code> </code>
 +
 +----
 +
 +====== Software Collections ======
 +
 +Software Collections is a project to package newer versions of software that will not conflict with system packages.
 +
 +Official Site: https://www.softwarecollections.org/en/
 +
 +===== Software Collections: Add Repo =====
 +
 +To add the software collections repo (available via "extras" repo)
 +  * CentOS 6/7<code bash>yum install centos-release-scl</code>
 +
 +===== Software Collections: Install Software =====
 +
 +  * Browse the software collections library: https://www.softwarecollections.org/en/scls/
 +    * Each collection will have instructions for how to install.
 +
 +Example: Python 3.3
 +  * Install<code bash>yum install python33</code>
 +  * System version<code bash>[root@server1 ~]# python --version
 +Python 2.7.5</code>
 +  * SCL Version<code bash>[root@server1 ~]# scl enable python33 bash
 +[root@server1 ~]# python --version
 +Python 3.3.2</code>
  
 ---- ----
  • linux_wiki/repos.1459128038.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)