Optware IPKG: Difference between revisions

From QNAPedia
Jump to navigation Jump to search
(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...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Optware_IPKG]] ('''ipkg''' for short) is a system for delivering software packages to [[NAS]] devices and other Linux-based small computer systems.  
'''Optware_IPKG''' ('''ipkg''' for short) is a system for delivering software packages to [[NAS|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.  
The [[Optware|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.  
[[QNAP|QNAP]] supplies [[Ipkg|Ipkg]] as a [[QPKG|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 ==
== 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.  
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'  
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:
  Package mpd (0.15.15-2) is installed on root and has the following files:
Line 24: Line 24:
  Successfully terminated.
  Successfully terminated.


Configuration files for ipkgs are stored in /opt/etc.  
Configuration files for ipkgs are stored in /opt/etc.


== See ==
== See ==


*[[:Category:Optware IPKG]], for a variety of articles on ipkg and on other software packages delivered through ipkg.  
*[[: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.
*[[Install_Optware_IPKG|Install Optware IPKG]] and [[Using_IPKG|Using IPKG]], as good starting points.


== External Links ==
== External Links ==


*[http://en.wikipedia.org/wiki/Ipkg Wikipedia on IPKG]  
*[http://en.wikipedia.org/wiki/Ipkg Wikipedia on IPKG]
*[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]] [[Category:Glossary_terms]]
[[Category:Glossary_terms]]

Latest revision as of 11:42, 6 January 2016

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

External Links