< Home - < Back

skeinforge


Information about the package, skeinforge, which is shipped with common Linux distributions. The skeinforge package is designed for, Converts 3D model into G-Code for RepRap.


Package Name:

skeinforge

Summary:

Converts 3D model into G-Code for RepRap

Description:

Skeinforge is a tool chain composed of Python scripts that converts your 3D model into G-Code instructions for RepRap.

Architecture:

noarch

Version:

12.03.14

Release:

16.el6

Size:

958 k

Repository:

epel

From Repository:

Licence:

AGPLv3



Handy Yum Commands for skeinforge


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


Command

Description of Command

yum install skeinforge

This command will install skeinforge on the server.

yum remove skeinforge

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

yum -y remove skeinforge

This command will un-install skeinforge 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 skeinforge when using the -y flag.

yum update skeinforge

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

yum -y update skeinforge

This command will update skeinforge 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 skeinforge when using the -y flag.

yum info skeinforge

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

yum deplist skeinforge

This command will show you the dependencies for skeinforge. 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 skeinforge

This command will check if there is an update waiting on skeinforge. 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.