Autopackage: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: | See Command Below |} ---- {{Package-Introduction|Autopackage makes software installation on Linux easy. So... |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
cd autopackage && | cd autopackage && | ||
wget http://www.autopackage.org/checkout-from-svn -O - | bash -s -- | wget http://www.autopackage.org/checkout-from-svn -O - | bash -s -- | ||
== Dependencies == | |||
=== Required === | |||
=== Optional === | |||
== Non-Multilib == | |||
TODO | |||
== Multilib == | |||
TODO | |||
[[Category:Package Management]] | |||
Latest revision as of 17:57, 5 July 2008
| Download Source: | See Command Below |
|---|
Introduction to Autopackage
Autopackage makes software installation on Linux easy. Software distributed using Autopackage can be installed on multiple Linux distributions and integrate well into the desktop environment.
Project Homepage: http://autopackage.org/index.html
Downloading the Source
Run the following command to download the Autopackage source.
mkdir autopackage && cd autopackage && wget http://www.autopackage.org/checkout-from-svn -O - | bash -s --
Dependencies
Required
Optional
Non-Multilib
TODO
Multilib
TODO