Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:additional-software:managing_packages [2019/04/16 10:30] – unified page naming vgaeteradocs:guide-user:additional-software:managing_packages [2022/07/18 06:15] – [Table] t0kenzero
Line 1: Line 1:
 ====== Managing packages ====== ====== Managing packages ======
-<WRAP info> +{{section>meta:infobox:howto_links#basic_skills&noheader&nofooter&noeditbutton}}
-This article relies on the following skills: +
-  * [[docs:guide-quick-start:webadmingui|Access OpenWrt via web interface]] +
-  * [[docs:guide-user:base-system:user.beginner.cli|Use command-line interface]] +
-  * [[docs:guide-quick-start:sshadministration|Access OpenWrt via SSH]] +
-  * [[docs:guide-user:additional-software:opkg|Manage packages with Opkg]] +
-</WRAP>+
  
 ===== Introduction ===== ===== Introduction =====
-  * This guide describes how to manage OpenWrt packages via WebUI or CLI.+  * There are multiple [[packages:start|packages]] available in the OpenWrt package repository. 
 +  * 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 ===== 
-Log in the system using LuCI and manage packages via WebUI+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 ===== 
-Log in the system using SSH and manage packages with 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 online software repositories +| ''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>''        卸载之前安装的软件包。               |
- +
-{{tag>How-To Packages}}+
  
  • Last modified: 2023/03/14 14:12
  • by vgaetera