简体   繁体   中英

Target not Found: Not Able to Install Packages in Arch Linux

I tried to install several packages on Arch Linux on Docker. Here is the steps:

docker run -it --rm archlinux
pacman -Syu --noconfirm
pacman -S bwidget

All I got is

[root@d2102c694f15 /]# pacman -S bwidget
error: target not found: bwidget

Although, I can see that bwidget is available in Arch Linux repository ( https://aur.archlinux.org/packages/bwidget/ ).

This happens also for other packages like udunits , jags , v8 , and some others.

Any idea why this is happening?

I was wrong, I thought https://aur.archlinux.org/packages/bwidget/ is the official repository. It is not. To install from https://aur.archlinux.org/ , one needs to do the steps written in https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM