You are not logged in.

#1 2017-04-15 21:21:20

TheGasolineWillBeOurs
Member
Registered: 2015-02-06
Posts: 65

pacman -Fs stopped working

I love the feature of pacman that tells you what package provides a certain file. But recently, it stopped working. When I do, e.g.

pacman -Fs /usr/bin/sed

it does not print any output.

Anyone knows what I am doing wrong? Or at least how I can further debug the problem?

Thanks!

Offline

#2 2017-04-15 21:25:13

apg
Developer
Registered: 2012-11-10
Posts: 211

Re: pacman -Fs stopped working

-Fs does not take a path; you want -Fo.

Offline

#3 2017-04-15 21:28:15

atomicbeef
Member
Registered: 2015-09-30
Posts: 98

Re: pacman -Fs stopped working

If you want to know which package a file belongs to, use the -o option.

EDIT: Stealthed by apg

Last edited by atomicbeef (2017-04-15 21:28:49)

Offline

#4 2017-04-15 21:33:01

TheGasolineWillBeOurs
Member
Registered: 2015-02-06
Posts: 65

Re: pacman -Fs stopped working

Oh, stupid me, thank you guys!

Offline

Board footer

Powered by FluxBB