Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| software:valet:valet [2018-05-08 13:55] – [VALET (VALET Automates Linux Environment Tasks)] anita | software:valet:valet [2023-12-21 10:41] (current) – frey | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== VALET Automates Linux Environment Tasks ====== | ||
| + | ====== Introduction ====== | ||
| + | |||
| + | {{: | ||
| + | |||
| + | A piece of software called (quite simply) " | ||
| + | |||
| + | **VALET** -- a recursive acronym for //**V**ALET **A**utomates **L**inux **E**nvironment **T**asks// -- is an alternative that strives to be as simple as possible to configure and to use. | ||
| + | |||
| + | ===== Typical Changes to the Environment ===== | ||
| + | |||
| + | There are often only a few kinds of changes that need to be made to the environment for a given software package, be it a library or an application: | ||
| + | |||
| + | * Directory(s) containing executables must be added to the '' | ||
| + | * Directory(s) containing shared libraries must be added to the '' | ||
| + | * Directory(s) containing man pages must be added to the '' | ||
| + | * The value of arbitrary environment variables must be set or augmented | ||
| + | * In a software development scenario, library and header directories must be added to the '' | ||
| + | |||
| + | VALET handles these changes but also allows external scripts to be written that handle the more exotic (and less common) chores that may be required. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | [[software: | ||