Difference between revisions of "Scientific Linux"

From Lazarus wiki
Jump to navigationJump to search
(Allow for a name change on another page)
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Platform only|Linux|Linux|Linux}}
 
{{Platform only|Linux|Linux|Linux}}
'''Scientific Linux''' is a Linux distribution that is derived from free sources of the Red Hat Enterprise Linux (RHEL) distribution. It has been developed at the Fermi lab with major contributions of CERN, ETH Zürich and DESY. Its intended main audience are scientists and researchers.
+
[[File:sl-logo-96.png|thumb|left]]
 +
'''Scientific Linux''' is a free enterprise [[Portal:Linux|Linux]] distribution that is derived from sources of the Red Hat Enterprise Linux (RHEL) distribution. It is sponsored and developed by the Fermi National Accelerator Laboratory with major contributions of CERN, ETH Zürich and DESY.
 +
 
 +
With its main goal to provide a world class environment for scientific computing it focusses on the needs of universities, major research institutions, experimental facilities, scientists, technologists and researchers.
 +
 
 +
Scientific Linux has an install base in experiments on all seven continents and the International Space Station.
  
 
== Installation ==
 
== Installation ==
  
Although Lazarus and Free Pascal are not included in the standard distribution they can be easily installed from packages provdied by the Lazarus team. This requires only the following few steps:
+
See [[Installing Lazarus on Linux]]
 +
 
 +
Although [[Lazarus]] and [[Free Pascal]] are not included in the standard distribution they can be easily installed from packages provided by the Lazarus team. This requires only the following few steps:
  
 
* Download current RPM packages for your processor type (32 or 64 bit)
 
* Download current RPM packages for your processor type (32 or 64 bit)
** fpc for Free Pascal (required for all configurations)
+
** '''fpc''' for Free Pascal (required for all configurations)
** fpc-src for Free Pascal sources (required for code completion)
+
** '''fpc-src''' for Free Pascal sources (required for code completion)
** lazarus for the Lazarus IDE
+
** '''lazarus''' for the Lazarus IDE
* Install the packages by double clicking.
+
* Install the packages by double clicking (and confirm download of missing required packages). On systems, where neither the '''Application Installer''' nor the '''GNOME Package Manager''' are installed by default (e.g. live installations or small systems installed from CD), you should instead use the command line tool '''[http://yum.baseurl.org/ yum]''', which is available on all current RPM-based Linux distributions.
  
 
== Graphical instructions ==
 
== Graphical instructions ==
Line 22: Line 29:
 
File:Scientific Linux 6 7 Lazarus test app running.png|First app running...
 
File:Scientific Linux 6 7 Lazarus test app running.png|First app running...
 
</gallery>
 
</gallery>
 +
 +
== See also ==
 +
* [[Linux Programming Tips]]
 +
* [[Installing Lazarus]]
 +
* [[Cross compiling for Windows under Linux]]
  
 
== External links ==
 
== External links ==
* [https://www.scientificlinux.org/ Official web site of the Scientific Linux project]]
+
* [http://www.scientificlinux.org/ Official web site of the Scientific Linux project]
[[Category: Scientific Linux]]
+
 
 +
[[Category:FPC]]
 +
[[Category:Lazarus]]
 +
[[Category:Scientific Linux]]
 +
[[Category:Install]]

Latest revision as of 04:53, 19 July 2021

Crystal 128 penguin.png

This article applies to Linux only.

See also: Multiplatform Programming Guide

sl-logo-96.png

Scientific Linux is a free enterprise Linux distribution that is derived from sources of the Red Hat Enterprise Linux (RHEL) distribution. It is sponsored and developed by the Fermi National Accelerator Laboratory with major contributions of CERN, ETH Zürich and DESY.

With its main goal to provide a world class environment for scientific computing it focusses on the needs of universities, major research institutions, experimental facilities, scientists, technologists and researchers.

Scientific Linux has an install base in experiments on all seven continents and the International Space Station.

Installation

See Installing Lazarus on Linux

Although Lazarus and Free Pascal are not included in the standard distribution they can be easily installed from packages provided by the Lazarus team. This requires only the following few steps:

  • Download current RPM packages for your processor type (32 or 64 bit)
    • fpc for Free Pascal (required for all configurations)
    • fpc-src for Free Pascal sources (required for code completion)
    • lazarus for the Lazarus IDE
  • Install the packages by double clicking (and confirm download of missing required packages). On systems, where neither the Application Installer nor the GNOME Package Manager are installed by default (e.g. live installations or small systems installed from CD), you should instead use the command line tool yum, which is available on all current RPM-based Linux distributions.

Graphical instructions

See also

External links