< Home - < Back

slib


Information about the package, slib, which is shipped with common Linux distributions. The slib package is designed for, Platform independent library for scheme.


Package Name:

slib

Summary:

Platform independent library for scheme

Description:

"SLIB" is a portable library for the programming language Scheme. It provides a platform independent framework for using "packages" of Scheme procedures and syntax. As distributed, SLIB contains useful packages for all Scheme implementations. Its catalog can be transparently extended to accommodate packages specific to a site, implementation, user, or directory.

Architecture:

noarch

Version:

3b2

Release:

1.el6

Size:

655 k

Repository:

epel

From Repository:

Licence:

SLIB



Handy Yum Commands for slib


Control the slib package with the following handy commands outlined below.


Command

Description of Command

yum install slib

This command will install slib on the server.

yum remove slib

This command will un-install slib on the server. When you run this command, you will be asked if you are sure that you want to remove slib, so you have to manually confirm that you want to do this.

yum -y remove slib

This command will un-install slib on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove slib when using the -y flag.

yum update slib

This command will update slib to the latest version. When you run this command, you will be asked if you are sure that you want to remove slib, so you have to manually confirm that you want to do this.

yum -y update slib

This command will update slib to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove slib when using the -y flag.

yum info slib

This command will show you core information about the slib package.

yum deplist slib

This command will show you the dependencies for slib. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update slib

This command will check if there is an update waiting on slib. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.