Because a number of these gambas packages are probably dependencies that will installed automatically if you install the gambas3 package. If you use the‘apt show gambas3‘ command, it will show all the dependencies that will be installed with gambas3 package. Some of these listed packages could...
-s, --status package-name... Report status of specified package. -L, --listfiles package-name... List files installed to your system from package-name. -S, --search filename-search-pattern... Search for a filename from installed packages. -p, --print-avail package-name... Display d...
E: Unable tolocatepackage dtc 显然没有叫做dtc的软件包。 解决办法: 使用apt-cache search命令,搜索包含有dtc的软件包的名字: pengdl@pengdl-HP:~/work/study/qemu_study/u-boot/u-boot$sudoapt-cache search dtc [sudo] passwordforpengdl: device-tree-compiler - Device Tree CompilerforFlat Device Tree...
changelog View a package's changelog. download Download the .deb file for a package (apt wrapper). source Download source package (apt wrapper). reinstall Reinstall a currently installed package. why Explain why a particular package should be installed. why-not Explain why a particular package ca...
apt list --upgradeable #显示可升级的软件包 apt list --installed #显示已安装的软件包 # apt-get [选项] 命令# apt-get [选项] source 软件包1 [软件包2 ... apt-get search [package] #搜索软件包 apt-get install|remove [package] #安装或移除软件包 apt-get reinstall [package] #重新安装 ...
Using apt-cache search Theapt-cache searchcommand is very common when you want to use the apt command to search for a package. It is designed to search the package name along with its metadata such as the description, dependencies, source, and version. The command returns all the packages ...
In order to search for packages, type apt-cache search followed bt the relevant keyword. Here is the syntax to do so: $sudoapt-cache search<keyword> Replace thekeywordwith any of installed or installable package name. Note that the keyword can be exact or a part of the package name or ...
删除软件包命令:sudo apt remove <package_name> 清理不再使用的依赖和库文件:sudo apt autoremove 移除软件包及配置文件:sudo apt purge <package_name> 查找软件包命令:sudo apt search <keyword> 列出所有已安装的包:apt list --installed 列出所有已安装的包的版本信息:apt list --all-versions ...
reinstall - Download and (possibly) reinstall a currently installed package remove - Remove packages search - Search for a package by name and/or expression show - Display detailed information about a package showhold - Same as 'held'
sudo apt autoremove:自动移除package 很多时候我们会遇到各种各样的问题,比如空间不够,容量不足。这时候总希望删除一些没用的软件包,而这个命令会自动删除部分libs和package,为你的磁盘腾出空间。表单展示系列 apt list --upgradeable:展示可升级表单。apt list --installed:展示已安装表单。apt list --all -...