This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revisionBoth sides next revision |
| docs:guide-user:additional-software:managing_packages [2021/10/06 13:30] – consolidate formatting vgaetera | docs:guide-user:additional-software:managing_packages [2022/07/18 06:15] – [Table] t0kenzero |
|---|
| Manage packages with [[docs:guide-user:additional-software:opkg|Opkg]] using command-line interface. | Manage packages with [[docs:guide-user:additional-software:opkg|Opkg]] using command-line interface. |
| |
| ^ Command ^ Description ^ | ^ 命令 ^ 描述 ^ |
| | ''opkg update'' | Fetch a list of available packages from the OpenWrt package repository. | | | ''opkg update'' | 从OpenWrt软件包库中获取可用软件包的列表。 | |
| | ''opkg list'' | Display a list of available packages and their descriptions. | | | ''opkg list'' | 显示可用软件包的列表和它们的描述。 | |
| | ''opkg list | grep -e <search>'' | Filter the list by a search term in the package name or its description. | | | ''opkg list | grep -e <search>'' | 通过软件包名称或其描述中的搜索词过滤列表。 | |
| | ''opkg install <packages>'' | Install a package. | | | ''opkg install <packages>'' | 安装软件包 | |
| | ''opkg remove <packages>'' | Uninstall a previously installed package. | | | ''opkg remove <packages>'' | 卸载之前安装的软件包。 | |
| |