About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Akagi201
7/19/2014 - 12:16 PM
share
Share
add_circle_outline
Save
opkg.md
opkg.md
content_copy
file_download
Rendered
Source
opkg不进行MD5校验
--force-checksum
rm /tmp/opkg-lists/*
Specs
opkg 是一个基于ipkg的轻量级的包管理系统(package management system).
opkg使用C语言编写, 与APT/dpkg在操作上很相似.
它的目的是用在嵌入式linux设备上, 并且用在OpenEmbedded和OpenWrt项目里.
opkg起初是fork自Openmoko项目的ipkg, 最近opkg的开发已经搬到了Google Code上.
References
http://en.wikipedia.org/wiki/Opkg
clear