通过<代码>pacman-Ssrove-libs安装C++增强图书馆。 在安装后,我想知道我的包裹安装在我的系统中。
难道有哪怕是哪怕是哪怕是哪里?
通过<代码>pacman-Ssrove-libs安装C++增强图书馆。 在安装后,我想知道我的包裹安装在我的系统中。
难道有哪怕是哪怕是哪怕是哪里?
pacman with the -Q flag, can display the installed location of the package. See pacman -Q --help for the respective suboptions of -Q flag.
The -Q flag is used to search for already installed packages.
The -F flag is used to search for remote packages. (as Liang Zhou mentioned)
pacman -Qh # Print help info
pacman -Q boost-libs # Display version
pacman -Ql boost-libs # Display file list provided by local package
pacman -Qk boost-libs # Check the local package database
pacman -Qo /path/to/file # Check if the file is owned by any package
I am not on my arch now to check, but I bet pacman -Ql boost-libs
or pacman -Qk boost-libs
will do the trick by providing you with the list of files installed by the package.
截至今天,在<代码>pacman v6.0中,指挥略有改动:pacman - 包裹-名称
而不是<条码> - 包装材料——名称编码>
I tried installing pip in Manjaro (Arch Linux) from the terminal. I tried running the following command: sudo pacman -S python-pip It gave me the following error: Error Screenshot python-pip-22.3-1-...
I m 安装C++, 增强图书馆的能力。 在安装后,我想知道我的包裹安装在我的系统中。
What s the best way to update (rebuild) a Debian/Ubuntu-package to a more recent version? Should I be using apt source in all cases including when I want to publish it as Personal Package Archive? I ...
In these days, I m learning joy of open-source world. With Homebrew package build management system on Mac OS X. Building software for my purpose was so easy and simple. Anyway, those package systems ...
I have a packages config in ProjectX as follows: <?xml version="1.0" encoding="utf-8"?> <packages> <package id="Castle.Core" version="2.5.2" /> <package id="Castle.Windsor" ...
Ruby Enterprise Edition fails to compile from sources with GCC 4.5, but sucessfully compiles with 4.3.3. Actually, not sure if it s about GCC, but, in fact, i686 Arch linux system with laest updates ...
I have few years of exp on linux, mainly ubuntu (dual-boot). Now i am shifting to windows, and installing linux in VirtualBox (PUEL). I am looking for a light-weight distro for development machine ...
I am working on an Angular project where we frequently update our internal libraries hosted on Gitea. Recently, we encountered an issue where a library (lenna-class) was updated on Gitea without ...