综上所述,你的命令apt-cache search linux | grep 5.3.0-28的目的是在APT缓存中搜索所有与"linux"相关且版本号中包含"5.3.0-28"的软件包,并打印出这些软件包的名称和描述。这个命令在需要查找特定版本的Linux内核或相关软件包时非常有用。
2. 如何找到软件的包名和描述? 要在安装之前找出包名称及其描述,请使用search旗帜。使用search和apt-cache将显示带有简短描述的匹配包列表。假设你想了解包的描述vsftpd,那么命令就是。 代码语言:javascript 复制 $ apt-cache search vsftpd 代码语言:javascript 复制 vsftpd-lightweight,efficientFTPserver writtenforsecur...
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...
应该是apt-get install chrome吧 或者是 apt-get install chromium apt-get install google-chrome
apt-cache search someregex 查找需要的包 (apt) û收藏 2 评论 ñ3 评论 o p 同时转发到我的微博 按热度 按时间 正在加载,请稍候...linux命令行精选 ü 未年审 审核时间 2019-03-20 Ü 简介: linux命令行精选 commandlinefu.cn 官方微博 ...
http://blog.51osos.com/linux/ubuntu-apt-cache-search-package/ 本文GoFace给大家讲解下在Ubuntu及相同包管理的linux系统下如何查找可用软件包。在Ubuntu上大家一般使用apt-get安装软件,如果想查找某一包软件仓库中是否有,并不是使用apt-get search或apt-get –list,而使用apt-cache命令。
apt-cache performs a variety of operations on APT's package cache. apt-cache does not manipulate the state of the system but does provide operations to search
linux_apt/apt-cache/dpkg:软件包版本查看/软件包可用版本列表/安装指定版本/查找已安装的包的调用名称/已安装包的二进制可执行文件位置 references 显示包的详细信息 apt-cache & version table apt-cache policy sudo apt-cache policy <packageName> ...
apt-cache searchpackage 1. Use Apt-Cache to Get an Information of Installed Packages If you want to know which packages you installed in your Linux system, apt-cache has a subcommand for this task. You can use this syntax for the same purpose: ...
1. apt-cache search:使用包名搜索仓库 如果你安装的是 Apache 2,你可能会猜到包名是 apache2。要验证它是否是有效的包名称,您可能需要在存储库中搜索该特定包名称,如下所示。 以下示例显示如何在存储库中搜索特定包名称。 $ apt-cache search^apache2$ ...