stow
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| stow [2005/10/05 07:55] – 209.8.40.30 | stow [2007/02/09 16:53] (current) – fixed typo 216.158.51.82 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== stow ====== | ||
| + | |||
| + | Stow is a package management system for source packages. You possibly know the scenario: You install some software by compiling it from the source and running '' | ||
| + | |||
| + | Download from http:// | ||
| + | |||
| + | ===== Usage ===== | ||
| + | |||
| + | Here is how to use it: | ||
| + | |||
| + | **Installing new software** | ||
| + | |||
| + | Note the use of '' | ||
| + | |||
| + | $> ./configure --prefix=/ | ||
| + | $> make | ||
| + | #> make install | ||
| + | #> cd / | ||
| + | #> stow software-1.2.3 | ||
| + | |||
| + | **Removing the software again** | ||
| + | |||
| + | #> cd / | ||
| + | #> stow -D software-1.2.3 | ||
| + | #> rm -rf software-1.2.3 | ||
