我怎样才能得到包的列表,去年安装/升格pacman/yaourt在Arch Linux的包括时间戳?
我pacman在 Arch Linux 上使用5.0.1,我想获取有关安装在我的机器上的软件包以及远程存储库中的软件包的信息。
信息应包括包的描述、大小和构建日期。
我正在使用arch linux。
有没有办法列出所有已安装软件包的可选依赖项?如果是,我可以过滤此列表以仅查看丢失(未安装)的软件包吗?
我知道我可以pacman像手册中显示的那样定义想要的包版本pacman -S "bash>=3.2"。但是我怎么知道有哪些版本可用?
我也知道pacman在同步 .db 文件时创建镜像副本/var/lib/pacman/sync/,但这些文件不是人类可读的。
如果我想安装某个版本virtualbox,例如,我希望在某个地方的镜像中,那不需要比我安装的(因为驱动程序)更新的版本linux(设置为IgnorePkgin )怎么办?我如何知道这是什么版本以及它是否可用?pacman.confnvidia
我今天刚安装了 Arch Linux。我正在尝试使用安装 elinks
pacman -S elinks
Run Code Online (Sandbox Code Playgroud)
我得到了一个很长很长的清单:
error: failed retrieving file 'elinks-0.13-17-i686.pkg.tar.xz' from some.mirror : Could not resolve host: some.mirror
Run Code Online (Sandbox Code Playgroud)
如果我尝试安装任何其他软件,也会发生同样的情况。根据我读到的内容,我唯一能想到的是连接问题,但我使用的连接与我用来安装操作系统的连接相同,而这只是几分钟前的事情。
跑完后
sudo pacman -Syyu
Run Code Online (Sandbox Code Playgroud)
或者
sudo pacman -S [something to install]
Run Code Online (Sandbox Code Playgroud)
为了安全起见,我应该重新启动吗?
运行 vlc 时出现以下错误:
$ vlc
VLC media player 3.0.11 Vetinari (revision 3.0.11-0-gdc0c5ced72)
[0000561d2cc24a30] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000561d2cbf2f50] main interface error: no suitable interface module
[0000561d2cb5a460] main libvlc error: interface "globalhotkeys,none" initialization failed
[0000561d2cb5a460] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling …Run Code Online (Sandbox Code Playgroud) 我想安装sudo. 所以我输入pacman -S sudo. 但后来我收到以下错误:
warning: database file for 'extra' does not exist
warning: database file for 'community' does not exist
error: failed to prepare transaction (could not find database)
Run Code Online (Sandbox Code Playgroud)
如何安装数据库文件'extra'和'community'?我在 Arch Linux。
我想用 Yum 更新我的系统 (Fedora),但我想用它aria2来下载软件包。有一些东西pacman可以用来获取更新 URL(并将所有链接放在一个文件中。)然后,aria2可以使用这个文件作为下载的输入列表。Fedora 的等价物是什么?
pacman -Syu从假期回来后,我试图升级我的 arch linux,现在我遇到了这个我无法理解的错误:
(133/133) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.
Run Code Online (Sandbox Code Playgroud)
你知道这里有什么问题吗?arch linux 安装很新,所以我没想到有一段时间会出现任何严重的升级问题......