You are not logged in.
Pages: 1
Hello, how can i search archlinux32 package?
https://www.archlinux.org/packages/
I'm search kbd-2.0.4-1-x86_64.pkg.tar.xz from the archlinux32 reporsitory.
Regard
a.
Offline
The url is https://packages.archlinux32.org/, which is where the 'packages' button in the nav menu goes.
Offline
Hello, how can i use pacman for the the search?
https://wiki.archlinux.org/index.php/Pacman
pacman -Fy kbd-2.0.4-1
This will not work.
a.
Last edited by arch32yes (2018-05-29 05:41:57)
Offline
pacman -Fy updates the files database. To search for a package containing a file, use
$ pacman -Fs libavcodec.so
extra/ffmpeg 1:3.4.2-2
usr/lib/libavcodec.so
extra/ffmpeg2.8 2.8.14-1
usr/lib/ffmpeg2.8/libavcodec.so
To search for a package, just use -Ss:
$ pacman -Ss netcat
extra/gnu-netcat 0.7.1-6
GNU rewrite of netcat, the network piping application
community/openbsd-netcat 1.178_3-1
TCP/IP swiss army knife. OpenBSD variant.
Offline
Pages: 1