LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ipkg

lightweight package manager for embedded Linux systems

TLDR

Update package list
$ ipkg update
copy
Install package
$ ipkg install [package]
copy
Remove package
$ ipkg remove [package]
copy
List installed packages
$ ipkg list_installed
copy
Search packages
$ ipkg list | grep [pattern]
copy
Upgrade all packages
$ ipkg upgrade
copy

SYNOPSIS

ipkg command [options] [package...]

DESCRIPTION

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.

PARAMETERS

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.

INSTALL

yay -S ipkg
copy

CAVEATS

Deprecated in favor of opkg. Limited to embedded systems. Package availability depends on feed configuration. No dependency resolution in some versions.

HISTORY

ipkg was developed for the NSLU2 Linux community and used by OpenWrt before version 8.09. It was succeeded by opkg, which is a fork with improved features and active maintenance.

SEE ALSO

opkg(1), apt(8), dpkg(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid