Problem:
Attempting to perform my first system updates leaves one package unupdatable: core/libusb.
I had run pacman initially which updated 10 or so packages, but every subsequent run looks like this:
$this->bbcode_second_pass_code('', '
[root@archbbb ~]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community 2.1 MiB 1727K/s 00:01 [######################] 100%
alarm is up to date
aur is up to date
:: Starting full system upgrade...
:: Replace libusbx with core/libusb? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
Packages (2): libusb-1.0.18-1 libusbx-1.0.17-1 [removal]
Total Installed Size: 0.17 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(2/2) checking available disk space [######################] 100%
(1/1) removing libusbx [######################] 100%
(1/1) installing libusb [######################] 100%
[root@archbbb ~]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
:: Starting full system upgrade...
:: Replace libusb with core/libusbx? [Y/n]
resolving dependencies...
looking for inter-conflicts...
Packages (2): libusb-1.0.18-1 [removal] libusbx-1.0.17-1
Total Installed Size: 0.16 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(2/2) checking available disk space [######################] 100%
(1/1) removing libusb [######################] 100%
(1/1) installing libusbx [######################] 100%
[root@archbbb ~]#
')
How do I get the system to show all packages updated?
Thanks
Steve.