Du lette etter:

opkg list installed

Opkg:installedPkgs - OPKG: Working With Installed Packages
https://wiki.emacinc.com › wiki
Opkg:installedPkgs · List files belonging to a package, along with their install locations. · Find out which package provided a specific file on ...
[OpenWrt Wiki] Opkg List User Installed Packages
https://openwrt.org/user/yeti/opkg-list-user-installed-packages
14.01.2018 · Why du -k?What was the mysterious reason why it makes sense despite being du's default?. Why du -s?. Have a look: (the example was run on Debian) $ du logs 8 logs/refs/heads 8 logs/refs/remotes/origin 12 logs/refs/remotes 24 logs/refs 32 logs
List user installed packages in OpenWrt - Sindastra
https://www.sindastra.de › list-user-...
You might want to check what packages you installed on OpenWrt, ... grep '^Installed-Time: ') for i in $(opkg list-installed | cut -d' ...
[OpenWrt Wiki] Installing and troubleshooting USB Drivers
openwrt.org › docs › guide-user
Feb 23, 2021 · Installing and troubleshooting USB Drivers * A Quick Start for installing a USB drive is available. This solves the very common case of installing a single USB drive onto your OpenWrt device. * If the Quick Start doesn't address your question, you can install USB drivers manually. Background information about the different USB host controller interfaces (OHCI, UHCO, EHCI) is given in a
If opkg runs out of space, it will not remove the files it was ...
https://gist.github.com › vbajpai
opkgremovepartlyinstalledpackage.sh pulseaudio-daemon. #get list of all packages that would be installed along with package x. opkg update.
[Solved] OPKG - How to list only packages that I have ...
https://forum.openwrt.org/t/solved-opkg-how-to-list-only-packages-that-i-have...
07.02.2020 · opkg list-installed is the correct command…what are you trying to accomplish??? opkg list-installed lists busybox and opkg as installed by me. I have not installed opkg using opkg!I remember installing gparted, for example, so I removed it, but there are 125 packages on the result, as I could check with opkg list-installed | grep "."-c
[Solved] OPKG - How to list only packages that I have installed?
https://forum.openwrt.org › solved...
But, how to do that? opkg list-installed isn't what I need, because it lists all installed packages, not just the ones I have installed.
opkg man | Linux Command Library
https://linuxcommandlibrary.com › ...
Upgrade all the installed packages. $ opkg upgrade. copy. Upgrade one or more specific package(s). $ opkg upgrade [package(s)]. copy. Display information ...
OpenWrt常用命令详解 - OpenWrt开发者之家
www.openwrt.pro › post-621
Oct 20, 2021 · opkg list-installed. 查看包的信息: opkg info xxx. 查看包的文件: opkg files xxx 无线相关. 查看无线网卡的信息: iwinfo wlan0 info. 重启无线服务: wifi down wifi up. 扫描热点: iw dev wlan0 scan. 查看设备连接的客户端: iwinfo wlan0 assoclist iw dev wlan0 station dump
openwrt安装软件的两个方法 | OpenWrt下载网
www.openwrtdl.com › wordpress › openwrt-install-software
Sep 10, 2015 · 来查看是不是已经安装上了! 页面安装. 进入页面system->software. 在filter里面输入“tftpd”,点击“find package”,在下面的框中就显示出当前openwrt支持的软件包,找到需要的,点击install即可。
【转载】OPENWRT入门之四------openwrt命令行模式命令及其工具 - Hike...
www.cnblogs.com › hiker-blogs › p
opkg list-installed // 查看已安装软件 opkg install luci // 安装LUCI opkg install luci-i18n-chinese // 支持中文 luci-app-firewall - 0.10.0-1
How to get the version info of opkg package without installing it?
https://unix.stackexchange.com › h...
After an opkg update , if a newer version is available on the repo, the opkg info version will display the newer version, even if the package isn't yet ...
Tutorial : How to install softcam (OSCam/CCCam) manually, if ...
www.linuxsat-support.com › cms › article
May 01, 2019 · opkg list-installed | grep cam # you get a list of installed packages that contain the word "cam" opkg remove <softcam_package_name> # remove the installed softcam package (oscam/cccam) which you want to replace
What is OPKG? | Onion Omega2 Documentation
https://docs.onion.io › using-opkg
81-1 - Kernel modules for USB-to-Ethernet convertors ... Listing Installed Packages. You can also check your installed packages with opkg list-installed. Let's ...
Opkg command options - KoanSoftware Wiki
https://wiki.koansoftware.com › O...
Install local packages. Uupdate the package lists, this way the dependencies (if required) for the ...
Package management with OPKG | 8devices Wiki
http://www.8devices.com › wiki
Get fresh package list. When you start up carambola you must update package list. Otherwise you will not see many available packages. This list ...
OpenWRT如何使用国内镜像 – ITGeeker技术奇客
www.itgeeker.net › openwrt-how-to-use-repository
Apr 20, 2020 · OpenWRT的安装命令opkg,使用opkg install来安装还是非常方便的。 opkg查询组件的2个常用命令 opkg list | grep -i samba opkg list-installed | grep usb
[OpenWrt Wiki] Opkg package manager
https://openwrt.org/docs/guide-user/additional-software/opkg
29.12.2021 · update: Update list of available packages This simply retrieves a file like this one: example, for your installation and stores it on your RAM partition under /tmp/opkg-lists.As of LEDE 17.01, after the opkg upgrade, this folder occupies about 450 KiB of space. OPKG needs the content of this folder in order to install or upgrade packages or to print info about them.
Opkg command options - KoanSoftware Wiki
wiki.koansoftware.com › index › Opkg_command_options
opkg list-installed *extensions* | awk '{ print $1 }' > /home/root/e2plugins Install the content of the list is possible with following command. Make sure the text file is in the directory /home/root. And of course the packages should be available on the feeds. opkg update && opkg install $(cat /home/root/e2plugins)