Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:additional-software:managing_packages [2020/09/23 15:20] – [Command-line interface] optimize description vgaeteradocs:guide-user:additional-software:managing_packages [2022/07/18 06:15] – [Table] t0kenzero
Line 4: Line 4:
 ===== Introduction ===== ===== Introduction =====
   * There are multiple [[packages:start|packages]] available in the OpenWrt package repository.   * There are multiple [[packages:start|packages]] available in the OpenWrt package repository.
-  * This how-to describes the methods for managing OpenWrt packages.+  * This how-to describes the method for managing OpenWrt packages.
  
 ===== Goals ===== ===== Goals =====
   * Search, install and remove OpenWrt packages.   * Search, install and remove OpenWrt packages.
  
-===== Web interface ===== +===== Web interface instructions ===== 
-Use LuCI web interface to log in the system and manage packages+Manage packages using web interface. 
-  - Navigate to **[[http://openwrt.lan/|LuCI]] -> System -> Software**.+  - Navigate to **LuCI -> System -> Software**.
   - Click **Update lists** button to fetch a list of available packages.   - Click **Update lists** button to fetch a list of available packages.
   - Fill in **Filter** field and click **Find package** button to search for a specific package.   - Fill in **Filter** field and click **Find package** button to search for a specific package.
   - Switch to **Available packages** tab to show and install available packages.   - Switch to **Available packages** tab to show and install available packages.
   - Switch to **Installed packages** tab to show and remove installed packages.   - Switch to **Installed packages** tab to show and remove installed packages.
-Search and install ''luci-app-*'' packages if you want to configure services via LuCI.+Search and install ''luci-app-*'' packages if you want to configure services using LuCI.
  
-===== Command-line interface ===== +===== Command-line instructions ===== 
-Use command-line interface over SSH to log in the system and manage packages with [[docs:guide-user:additional-software:opkg|Opkg]].+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 searchterm''Filter the list by a search term in the package name or its description +| ''opkg list | grep -e <search>''  通过软件包名称或其描述中的搜索词过滤列表。     
-| ''opkg install packagename''Install a package +| ''opkg install <packages>''       安装软件包                     
-| ''opkg remove packagename''Uninstall a previously installed package |+| ''opkg remove <packages>''        卸载之前安装的软件包。               |
  
  • Last modified: 2023/03/14 14:12
  • by vgaetera