The Linux Foundation is a non-profit consortium dedicated to fostering the growth of Linux.
Contents |
All LSB software from The Linux Foundation, including the LSB Distribution Testkit, LSB Application Testkit and LSB Software Development Kit, are available in apt and yum repositories in addition to the bundled tar files.
All repositories are organized by the version of the LSB they support. So, for example, the "lsb-3.2" yum and apt repositories contain tests and tools that are appropriate for LSB 3.2. We currently deliver repositories for every released version of the LSB starting with 3.0.
Some of our software works on multiple versions of the LSB, such as the SDK, the App Checker and DTK Manager, and some of the tests. For this software, the exact same software is delivered in each versioned repository.
To access the APT repositories, add the following to /etc/apt/sources.list:
deb http://ftp.freestandards.org/pub/lsb/repositories/debian lsb-(version) main
The following three lines show installing the three kits (of course, they could be combined into a single line to install all of them at once). Run as root:
apt-get install lsb-task-dist-testkit apt-get install lsb-task-app-testkit apt-get install lsb-task-sdk
Of course other tools such as aptitude or synaptic can be used. Note that for the time being on Ubuntu the "Add/Remove" menu item references an installer that only allows Ubuntu-provided repositories; however the "Synaptic Package Manager" menu item will allow installing the LSB packages.
For secure apt (which is used for nearly all current Debian-based systems), you will need to add the LSB repository key to the apt keyring. The key is available at:
http://ftp.freestandards.org/pub/lsb/keys-for-rpm/lsb-repo-2CF4470F.txt
You can add this key by running apt-key add lsb-repo-2CF4470F.txt as root after downloading the file (e.g., with wget).
For older versions of yum you need to add a repository section to /etc/yum.conf; for yum 2.1 and later the preferred method is to describe each repository by a single file in /etc/yum.repos.d.
The stanzas to add to access the yum repositories are at:
http://ftp.freestandards.org/pub/lsb/repositories/yum/lsb-(version)
With yum 2.1 or newer, you can set up the yum repository file properly by running the following as root (where ARCH is set to one of: ia32, ia64, ppc32, ppc64, s390x, or x86_64):
ARCH="(your architecture)" VER="(the LSB version you're interested in)" TOP="http://ftp.freestandards.org/pub/lsb/repositories/yum/lsb-$VER" wget -O /etc/yum.repos.d/LSB-$VER-$ARCH.conf $TOP/lsb-$VER-$ARCH.repo
The following three lines show installing the three kits (of course they could be combined into a single like to install all three kits at once). As root:
yum install lsb-task-dist-testkit yum install lsb-task-app-testkit yum install lsb-task-sdk
/etc/sysconfig/rhn/sources entries for up2date (RHEL and other distributions):
yum lsb http://ftp.freestandards.org/pub/lsb/repositories/yum/lsb-(version)
SLES10 SP1 has the same YaST2/zypper stack as openSUSE 10.2 has, including a lot of bug fixes. So with SLES10 SP1 you have zypper, too.
Before SLES10 SP1 there was no zypper command. Instead you can add the YUM reposotory with YaST2 and install packages with the YaST2 software manager. On commandline, this would be yast -i packagename<tt> or <tt>yast2 -i packagename Of course this works with SLES10 SP1, too.
In order to deal with the enforcing GPG checks in yum, you should either import the appropriate LSB Project GPG key, or set gpgcheck to 0. For the rpm packages, there are several signing keys. Keys are here:
http://ftp.freestandards.org/pub/lsb/keys-for-rpm