apt-file

如何找到提供别名的包?
apt-file

如何找到提供别名的包?

使用apt-file我可以找到提供某些可执行文件的软件包,例如: sudo apt-file search {/bin,/sbin,/usr/bin/,/usr/sbin}/wget 实际上: sudo apt-file search {/bin,/sbin,/usr/bin/,/usr/sbin}/wget | grep "/wget$" (因为否则它只会返回所有包含以wget. 开头的可执行文件的包) 现在我正在跑步: EXEC_NAME="x86_64-w64-mingw32-g++" sudo apt-file search {/bin,/sbi...

Admin

清除 apt 文件缓存
apt-file

清除 apt 文件缓存

如何清除运行所创建的缓存apt-file update? 此外,有没有办法查看缓存当前使用了多少空间? ...

Admin

apt-file 和 apt-cache 是 apt 的一部分吗?
apt-file

apt-file 和 apt-cache 是 apt 的一部分吗?

是apt-file其中的一部分吗apt?我已经apt默认安装了,但是没有apt-file。 怎么样apt-cache?我不记得是默认安装的还是我安装的。 ...

Admin

什么是 apt-file update?
apt-file

什么是 apt-file update?

我关注这些说明并且我已经apt-file使用以下方法安装了一些其他软件包: sudo apt-get install gnupg pbuilder ubuntu-dev-tools bzr-builddeb apt-file 现在每次我启动计算机时都会收到此通知: 所以我最终进入终端并输入命令: apt-file update 我得到了这个输出: apt-file is now using the user's cache directory. If you want to switch back to the system-wide c...

Admin

apt-file 相当于搜索源文件
apt-file

apt-file 相当于搜索源文件

我发现 apt-file 实用程序非常方便地查找提供给定文件的包。如果我想找到提供文件的包,/bin/bash我只需输入 apt-file find /bin/bash 并获取包含该文件的包列表。 现在我想知道我是否可以以某种方式搜索软件包的源文件?例如,如果我想查找源结构包含lib/glob/glob.h? 的所有软件包(在本例中为 bash)。 ...

Admin

Ubuntu 22.04 中整个文件系统未打开
apt-file

Ubuntu 22.04 中整个文件系统未打开

文件系统仅加载 大多数情况下,当我尝试打开文件系统时,它都不会打开,只能尝试加载它,直到我关闭计算机或重新启动计算机。我应该提到,这个问题开始出现是因为当我为我的一个文件夹创建软链接时,我不知道这个问题实际上是因为创建软链接而发生的。我的系统中有两个磁盘,一个是 128 GB 的 SSD,另一个是 1 TB 的 HDD。 ...

Admin

E: 无法找到包 libpystring-dev
apt-file

E: 无法找到包 libpystring-dev

背景和尝试: 我在尝试着构建 Blender在 Ubuntu (20.04) WSL2 终端中。我完成了“基本设置”构建说明,但./blender/build_files/build_environment/install_deps.sh在“高级设置”自动依赖项安装说明中运行命令会出现错误: $ ./blender/build_files/build_environment/install_deps.sh WARNING! ****WARNING**** If you are experiencing issues building Blender, _*T...

Admin

apt-file 的数据库文件存储在哪里?
apt-file

apt-file 的数据库文件存储在哪里?

我想知道 apt-file 搜索到的数据库文件存储在哪里。 apt-file search /usr/bin/lshw-gtk 但是我没有看到 strace 显示的任何文件看起来像 apt-file 数据库文件。为什么会这样? 我看到上面说 apt-file 文件存储在/var/cache/apt/archives/下方。搜索这么多 deb 文件是不是太慢了?apt-file 是否使用一些缓存文件来加快搜索速度? $ time apt-file search /usr/bin/lshw-gtk lshw-gtk: /usr/bin/lshw-gtk ...

Admin

apt 文件更新
apt-file

apt 文件更新

当我尝试使用终端中的 apt-file update 命令更新我的文件时,它开始这样做,直到我到达某个点,然后我收到以下消息: curl: (22) The requested URL returned error: 401 Authorization Required Download of https://private-ppa.launchpad.net/commercial-ppa-uploaders/vkaudiosaver/ubuntu/dists/trusty/Contents-amd64.gz failed Command exited w...

Admin

自 Ubuntu 19.10 eoan 以来,apt-file 不再查找或列出大部分内容
apt-file

自 Ubuntu 19.10 eoan 以来,apt-file 不再查找或列出大部分内容

更新 2: 这似乎是Contents-amd64.gz存储库中空文件的上游打包问题。因此我报告了 Launchpad 中的一个错误。 我是 的重度用户apt-file。大多数情况下,我使用它来查找我需要安装的特定软件包、缺失的文件,或反之,查找哪个软件包负责/拥有特定文件。 自从我上次更新 eoan 以来,它似乎apt-file已经完全失去了功能。它似乎也是一种不同的实现,因为它apt-file update不再下载那些*Contents-amd64.diff.gz:相反,它做了一个简单的apt-get update $ sudo -H apt-fil...

Admin

apt-file regex:使用或一次查找多个包
apt-file

apt-file regex:使用或一次查找多个包

我想使用带有逻辑或的正则表达式连接模式一次搜索多个包|。 假设两个文件/usr/lib/apache2/modules/httpd.exp和/usr/lib/apt/apt.systemd.daily存在: $ sudo dpkg -S /usr/lib/apache2/modules/httpd.exp apache2-bin: /usr/lib/apache2/modules/httpd.exp $ sudo dpkg -S /usr/lib/apt/apt.systemd.daily apt: /usr/lib/apt/apt.systemd.da...

Admin

如何使用 apt-file 列出软件包内容?
apt-file

如何使用 apt-file 列出软件包内容?

有时需要查看未安装的软件包中的内容。通常我使用 apt-file 来实现此目的。大多数情况下,此方法都行得通,但在某些情况下,我无法使用 apt-file 检索有关软件包内容的任何信息,同时此类软件包中有一些文件,似乎不是元软件包。 例如:Ubuntu 16.04 lts amd64,软件包名称:linux-image-4.15.0-1010-oracle。 如果我下载它,使用 apt-get download 然后提取,我就可以看到vmlinuz-4.15.0-1010-oracle里面的文件。 但ap...

Admin

apt-file regex:转义点
apt-file

apt-file regex:转义点

我想查找所有提供文件名中包含“ssl”的共享对象的软件包。apt-file 手册页说: --regexp | -x 将模式视为 (perl) 正则表达式。有关详细信息,请参阅 perlreref(1)。如果没有此选项,模式将被视为要搜索的文字字符串。 因此我的第一次尝试是 apt-file search --regexp .*ssl.*\.so.* 然而,这给了我如下结果 诙谐的例子:/usr/lib/Wt/examples/feature/client-ssl-auth/resources 文件名中没有“.so”。 我玩了一...

Admin

防止“apt-file”在每次“apt update”时更新其数据库
apt-file

防止“apt-file”在每次“apt update”时更新其数据库

每次我运行apt update或使用-m选项(又名--fix-missing)时,我都会看到 apt-file 也在尝试更新其缓存。我的互联网连接速度很慢,下载超过 100MB 的apt-file缓存需要花费很多时间,当我着急时,这很烦人。有什么办法可以暂时禁用它吗? ...

Admin