You are not logged in.

#1 2020-07-19 11:32:16

manuel_yao
Member
Registered: 2020-07-17
Posts: 8

[SOLVED] Unable to update PCI ids

Hi, I just installed Arch a few days back and I'm trying to update my PCI ids with update-pciids.
However when I run sudo update-pciids I get this output:

 update-pciids: cannot find curl, wget or lynx 

I already installed curl, as pacman -Qi curl shows its installed.
Installed wget as well and shows the same error.

Any ideas? Am I doing something wrong?
Thanks in advance.

Last edited by manuel_yao (2020-07-19 12:18:45)

Offline

#2 2020-07-19 12:07:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,762

Re: [SOLVED] Unable to update PCI ids

update-pciids uses whichcraft…

$ type curl
$ type which
$ stat /bin/sh
$ sudo /bin/sh
# type curl
# type which

Offline

#3 2020-07-19 12:18:31

manuel_yao
Member
Registered: 2020-07-17
Posts: 8

Re: [SOLVED] Unable to update PCI ids

seth wrote:

update-pciids uses whichcraft…

$ type curl
$ type which
$ stat /bin/sh
$ sudo /bin/sh
# type curl
# type which

I didn't have that package, it works now.
I'm quite new to this, thanks a lot.

Offline

Board footer

Powered by FluxBB