You are not logged in.
Pages: 1
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
update-pciids uses whichcraft…
$ type curl
$ type which
$ stat /bin/sh
$ sudo /bin/sh
# type curl
# type whichOffline
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
Pages: 1