← 返回命令列表

Linux command

ipkg 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Update package list

ipkg update

Install package

ipkg install [package]

Remove package

ipkg remove [package]

List installed packages

ipkg list_installed

Search packages

ipkg list | grep [pattern]

Upgrade all packages

ipkg upgrade

说明

ipkg (Itsy Package Management System) is a lightweight package manager for embedded Linux systems. It was designed for devices with limited storage and memory, using a format similar to Debian's dpkg. ipkg was commonly used on OpenWrt, NSLU2, and other embedded devices before being succeeded by opkg.

参数

update
Update package list.
install _package_
Install package.
remove _package_
Remove package.
upgrade
Upgrade all packages.
list
List available packages.
list_installed
List installed packages.
info _package_
Show package information.
status _package_
Show package status.
download _package_
Download without installing.

FAQ

What is the ipkg command used for?

ipkg (Itsy Package Management System) is a lightweight package manager for embedded Linux systems. It was designed for devices with limited storage and memory, using a format similar to Debian's dpkg. ipkg was commonly used on OpenWrt, NSLU2, and other embedded devices before being succeeded by opkg.

How do I run a basic ipkg example?

Run `ipkg update` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does update do in ipkg?

Update package list.