You are not logged in.

#1 2018-05-28 08:25:09

arch32yes
Member
Registered: 2017-09-30
Posts: 116

archlinux32 package

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

#2 2018-05-29 04:04:02

tyzoid
Administrator
From: Ann Arbor, MI
Registered: 2017-06-17
Posts: 86

Re: archlinux32 package

The url is https://packages.archlinux32.org/, which is where the 'packages' button in the nav menu goes.

Offline

#3 2018-05-29 05:39:18

arch32yes
Member
Registered: 2017-09-30
Posts: 116

Re: archlinux32 package

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

#4 2018-05-29 11:35:26

tyzoid
Administrator
From: Ann Arbor, MI
Registered: 2017-06-17
Posts: 86

Re: archlinux32 package

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

Board footer

Powered by FluxBB