Optware IPKG: Difference between revisions
Created page with "Optware_IPKG ('''ipkg''' for short) is a system for delivering software packages to NAS devices and other Linux-based small computer systems. The Optware project..." |
m -cat |
||
Line 36: | Line 36: | ||
*[http://www.nslu2-linux.org/wiki/Optware/Packages Overview of Optware project] | *[http://www.nslu2-linux.org/wiki/Optware/Packages Overview of Optware project] | ||
[[Category:Optware_IPKG | [[Category:Optware_IPKG]] |
Revision as of 18:55, 26 October 2015
Optware_IPKG (ipkg for short) is a system for delivering software packages to NAS devices and other Linux-based small computer systems.
The Optware project was originally started to develop optional software for the Linksys NSLU2 NAS device. The Itsy Package Management System ("ipkg") was created to deliver this software, and the software packages it depended on. The project has branched out to compile and deliver this software to many different NAS platforms.
QNAP supplies Ipkg as a QPKG option on many of their products. By installing ipkg, you open the door to installing many other software packages by many different developers.
Technical
Optware is installed to /opt, and this is where ipkg installations also go. /opt is a link to /share/MD0_DATA/.qpkg/Optware/ which corresponds to the first drives that you set up as an array.
Here is a sample list of files for 'mpd' using 'ipkg files mpd'
Package mpd (0.15.15-2) is installed on root and has the following files: /opt/share/man/man5/mpd.conf.5 /opt/share/doc/mpd/AUTHORS /opt/bin/mpd /opt/share/doc/mpd/mpdconf.example /opt/share/man/man1/mpd.1 /opt/share/doc/mpd/README /opt/share/doc/mpd/COPYING /opt/share/doc/mpd/UPGRADING /opt/share/doc/mpd/NEWS Successfully terminated.
Configuration files for ipkgs are stored in /opt/etc.
See
- Category:Optware IPKG, for a variety of articles on ipkg and on other software packages delivered through ipkg.
- Install Optware IPKG and Using IPKG, as good starting points.