Blame Manuals/Latex/centos-art.sh-latex/Workstation/installation.tex

080735
% Part   : Preparing Your Workstation
080735
% Chapter: Installation
080735
% ------------------------------------------------------------
080735
% $Id: installation.tex 6191 2010-08-02 02:36:14Z al $
080735
% ------------------------------------------------------------
080735
080735
This chapter describes tools you need to have installed in your CentOS
080735
workstation before using CentOS Artwork Repository.
080735
080735
\section{Subversion}
080735
080735
Subversion is a version control system, which allows you to keep old
080735
versions of files and directories (usually source code), keep a log of
080735
who, when, and why changes occurred, etc., like CVS, RCS or
080735
SCCS.\footnote{More documentation about Subversion and its tools,
080735
including detailed usage explanations of the svn, svnadmin, svnserve
080735
and svnlook programs, historical background, philosophical approaches
080735
and reasonings, etc., can be found at
080735
\url{http://svnbook.red-bean.com/.}} 
080735
080735
To install Subversion client tools in your workstation you can use the
080735
following command:
080735
080735
\begin{quote}
080735
yum install subversion
080735
\end{quote}
080735
080735
\section{Inkscape}
080735
080735
Inkscape is a GUI editor for Scalable Vector Graphics (SVG) format
080735
drawing files, with capabilities similar to Adobe Illustrator,
080735
CorelDraw, Visio, etc. Inkscape features include versatile shapes,
080735
bezier paths, freehand drawing, multiline text, text on path, alpha
080735
blending, arbitrary affine transforms, gradient and pattern fills,
080735
node editing, SVG-to-PNG export, grouping, layers, live clones, and
080735
more.
080735
080735
Note that Inkscape is not inside CentOS Distribution, so you need to
080735
configure a third party repository like RPMForge or EPEL to install
080735
Inkscape.  Installation of a third party repositories inside CentOS
080735
Distribution is described in the following URL:
080735
080735
\begin{quote}
080735
\url{http://wiki.centos.org/AdditionalResources/Repositories}
080735
\end{quote}
080735
080735
Once you have configured the third party repository you can install
080735
Inkscape using the following command:
080735
080735
\begin{quote}
080735
yum install inkscape
080735
\end{quote}
080735
080735
\section{ImageMagick}
080735
080735
ImageMagick is a free software suite for the creation, modification
080735
and display of bitmap images. It can read, convert and  write images
080735
in a large variety of formats. Images can be cropped, colors can be
080735
changed, various effects can be applied, images can  be rotated  and
080735
combined,  and text, lines, polygons, ellipses and Bézier curves can
080735
be added to images and stretched and rotated.
080735
080735
To install ImageMagick in your workstation you can run the following
080735
command:
080735
080735
\begin{quote}
080735
yum install ImageMagick
080735
\end{quote}
080735
080735
\section{Netpbm}
080735
080735
Netpbm is a toolkit for manipulation of graphic images, including
080735
conversion of images between a variety of different formats.  There
080735
are over 300 separate tools in the package including converters for
080735
about 100 graphics formats.
080735
080735
To install Netpbm in your workstation you can run the following
080735
command:
080735
080735
\begin{quote}
080735
yum install netpbm\{-progs\}
080735
\end{quote}
080735
080735
\section{Syslinux}
080735
080735
Syslinux is a suite of bootloaders, currently supporting DOS FAT
080735
filesystems, Linux ext2/ext3 filesystems (EXTLINUX), PXE network boots
080735
(PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX).  It also includes a tool,
080735
MEMDISK, which loads legacy operating systems from these media.  The
080735
package \texttt{syslinux} provides the programs \texttt{ppmtolss16}
080735
and \texttt{lss16toppm} which are used to produce Anaconda Prompt
080735
images. The \texttt{ppmtolss16} Perl program also includes the file
080735
format specification.
080735
080735
To install Syslinux in your workstation you can run the following
080735
command:
080735
080735
\begin{quote}
080735
yum install syslinux
080735
\end{quote}
080735
080735
\section{GNU Image Manipulation Program}
080735
080735
GNU Image Manipulation Program (GIMP) is used to manipulate images
080735
inside CentOS Artwork Repository.  
080735
080735
To install GIMP in your workstation you can run the following command:
080735
080735
\begin{quote}
080735
yum install gimp
080735
\end{quote}
080735
080735
\section{GNU Core Utilities}
080735
080735
The GNU core utilities are a set of tools commonly used in shell
080735
scripts.
080735
080735
To install the GNU core utilities in your workstation you can run the
080735
following command:
080735
080735
\begin{quote}
080735
yum install core-utils
080735
\end{quote}
080735
080735
\section{\LaTeX}
080735
080735
\LaTeX\ is a document preparation system implemented as a macro
080735
package for Donald E.  Knuth's \TeX\ typesetting program. The \LaTeX\
080735
command typesets a file of text using the \TeX\ program and the LaTeX
080735
Macro package for \TeX.  To be more specific, it processes an input
080735
file containing the text of a document with interspersed commands that
080735
describe how the text should be formatted. 
080735
080735
To install \LaTeX\ in your workstation you can run the following
080735
command:
080735
080735
\begin{quote}
080735
yum install tetex-\{latex,fonts,doc,xdiv,dvips\}
080735
\end{quote}