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 |
||
| 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 -- | ||
== Non-Multilib == | |||
TODO | |||
== Multilib == | |||
TODO | |||
Revision as of 08:10, 31 May 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 --
Non-Multilib
TODO
Multilib
TODO