Software:opkg
From HandWiki
Short description: Software package management system
Developer(s) | Alejandro del Castillo, Paul Barker, Thomas Wood, Tick Chen, Graham Gower |
---|---|
Preview release | 0.6.2
/ July 11, 2023[1] |
Written in | C |
Operating system | Linux |
Type | Package management system |
License | GPL v2 |
The opkg (open package management) software is a lightweight package management system based upon ipkg. It is written in C and resembles Advanced Package Tool (APT)/dpkg in operation. It is intended for use on embedded Linux devices and is used in this capacity in the OpenEmbedded and OpenWrt projects.[2]
Opkg was originally forked from ipkg by the Openmoko project.[3] More recently, development of opkg has moved from its old Google Code repository to Yocto Project where it is actively maintained again.
Opkg packages usually use either .ipk
or .opk
extension.
References
External links
Original source: https://en.wikipedia.org/wiki/Opkg.
Read more |