🌐
Linux Man Pages
linux.die.net › man › 1 › scl
scl(1) - Linux man page
This manual page documents scl, a program which is an utility for running software packaged as a Software Collection.
🌐
Soton
linuxdesktops.soton.ac.uk › softwarecollections.html
Software collections (SCL) — Linux Desktops RHEL7 documentation
Sofware collections - or SCL - is a collection of ‘add-on’ software packages created and maintained by Red Hat. They were created in order to deliver more up to date versions of software to customers on Red Hat Enterprise Linux which typically does not update software “mid-life” of a product.
🌐
SysTutorials
systutorials.com › docs › linux › man › 1-scl
scl: Setup and run software from Software Collection environment - Linux Manuals (1)
This manual page documents scl, a program which is an utility for running software packaged as a Software Collection. scl utility allows to execute an application
🌐
Unix.com
unix.com › man_page › centos › 1 › scl
scl(1) centos man page | unix.com
DESCRIPTION This manual page documents scl, a program which is an utility for running software packaged as a Software Collection. scl utility allows to execute an application which is not located in the filesystem root hierarchy but is present ...
🌐
Gitbook
uaf-rcs.gitbook.io › uaf-rcs-hpc-docs › third-party-software › using-software-collections-scl
Using Software Collections (SCL) | UAF-RCS HPC Documentation
March 28, 2020 - Software Collections, also known as SCLs, provide additional versions of system tools to be installed and used alongside the default version.
Find elsewhere
🌐
University of Edinburgh
computing.help.inf.ed.ac.uk › scl
Software Collections | Documentation
Red Hat Software Collections is a Red Hat offering that provides a set of dynamic programming languages, database servers, and various related packages that are either more recent than their equivalent versions included in the base Red Hat Enterprise Linux system, or are available for this ...
🌐
Ucsf
wynton.ucsf.edu › hpc › software › scl.html
Software Collections (SCL)
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Importantly, this approach of prefixing the original command call works also in job scripts. If you work interactively on one of the development nodes, you can also launch a new shell (typically Bash) with one or more SCLs ...
🌐
Softwarecollections
softwarecollections.org › en
Software Collections — Software Collections
The Software Collections project is going into end of life status with the end of active development of Red Hat Enterprise Linux 7 on June 30, 2024. This website will no longer be updated. Source code lives on at https://github.com/sclorg; people interested in continuing the project may find ...
🌐
Red Hat
developers.redhat.com › blog › 2017 › 10 › 18 › use-software-collections-without-bothering-alternative-path
Use Software Collections without Bothering with Alternative Path | Red Hat Developer
November 1, 2023 - Software Collections (SCL) give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Therefore, the Software Collections packaging technique is used a lot ...
🌐
Soton
linuxdesktops.soton.ac.uk › scl.html
SCL - Linux Desktops - University of Southampton
Sofware collections - or SCL - is a collection of ‘add-on’ software packages created and maintained by Red Hat. They were created in order to deliver more up to date versions of software to customers on Red Hat Enterprise Linux which typically does not update software “mid-life” of a product.
🌐
ManKier
mankier.com › home › scl-utils
scl: Setup and run software from Software Collection environment | Man Page | Commands | scl-utils | ManKier
This manual page documents scl, a program which is an utility for running software packaged as a Software Collection.
🌐
Madboa
madboa.com › blog › 2016 › 08 › 29 › scl-intro
Red Hat/CentOS Software Collections (SCL) - madboa.com
August 29, 2016 - By way of an answer, Red Hat and the CentOS project have published what are called Software Collections (SCL). Packages provided in the SCL repositories typically provide newer versions of software that play a key role in the Linux world: Python, Apache, PostgreSQL, MySQL, gcc, etc.
🌐
Oracle
docs.oracle.com › cd › F61410_01 › scl-user › OL-SCL-USER.pdf pdf
Oracle Linux Software Collection Library for Oracle Linux 7 E59096-28
scl utility isolates the effects of running these tools from other versions of the same software ... Collection Library. This version includes all of the software collections that were available in the · previous release, along with some package updates, and also includes additional software · collections that were not available in previous releases. ... Addition of Oracle Linux GPG keys.
🌐
Experts Exchange
experts-exchange.com › questions › 29066263 › what-is-scl-in-linux.html
Solved: what is scl in linux? | Experts Exchange
November 3, 2017 - I have a command like this ...could you explain what each term doing in below command. scl enable python27 bash <<! ... Signing up is free and takes 30 seconds.
🌐
Red Hat
access.redhat.com › solutions › 527703
How can I make a Red Hat Software Collection persist after a reboot/logout? - Red Hat Customer Portal
How the software collection concept works: The difference between running python from a software collection and core system's python is only in environment variables defined at a time you run python command. These variables are set using "scl enable python33 ..." call, which basically executes a bash script located in /opt/rh/python33/enable.