sourceinstall

Langue: en

Version: 113584 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

sourceinstall - install, remove, manage source packages in a graphical environment

SYNOPSIS

sourceinstall [ -hV ] [ PACKAGE_NAME ... ]

DESCRIPTION

GNU Source Installer (sourceinstall) is a graphical tool that can be used to install, remove and query information about installed source packages. It also provides package consistency checks, and uninstallation crosschecks using an internal trace of all files pertaining to each source package. It works best with source packages prepared with the autotools, and which honour the classic targets and environment variables. For more information, see the texinfo manual by issuing: info sourceinstall

OPTIONS

-h, --help
show a brief command line help and exit successfully
-V, --version
show version information and exit successfully
PACKAGE_NAME ...
If one or more PACKAGE_NAME arguments are specified, they are assumed to be referring to valid source packages/directories to add (honouring the current preferences about package adding).

Packages are added in the same order as specified on the command line, but the first failure in the installations breaks the chain.

You can change the preferences from within the program under Edit->Preferences, or you can directly edit the configuration file

~/.sourceinstall/sourceinstallrc

BUGS

Report bugs to bug-sourceinstall@gnu.org

AUTHOR

Claudio Fontana

HOME PAGE

http://www.gnu.org/software/sourceinstall

FILES

~/.sourceinstall/ - user specific data directory

~/.sourceinstall/sourceinstallrc - user preferences

~/.sourceinstall/build - temporary build directory

~/.sourceinstall/install-destdir - test install destination directory

~/.sourceinstall/packages - installed packages directory

~/.sourceinstall/src - user source repository directory

~/.sourceinstall/.sourceinstall_lock - lock file. Each user should run only one instance of sourceinstall.