archlinuxcn / repo

Arch Linux CN Repository
1.48k stars 283 forks source link

installing archlinuxcn-keyring with error: target not found #1595

Closed Aeonage closed 4 years ago

Aeonage commented 4 years ago

问题类型 / Type of issues

受影响的软件包 / Affected packages

New for Arch Linux. When i am trying using yay and archlinuxcn repo, i encounter an error follow.

[aeon@Archlinux tmp]$ sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
:: Synchronizing package databases...
 ... procedure here...
error: target not found: archlinuxcn-keyring

Here is my /etc/pacman.d/mirrorlist

## China
Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
Server = http://mirrors.zju.edu.cn/archlinux/$repo/os/$arch
Server = http://mirrors.aliyun.com/archlinux/$repo/os/$arch
Server = http://mirrors.163.com/archlinux/$repo/os/$arch

And here is my /etc/pacman.conf

#[archlinuxcn]
SigLevel = Optional TrustAll
Server = http://mirrors.cloud.tencent.com/archlinuxcn/$arch

It will be appreciated if the issue could get a response soon.

lilydjwg commented 4 years ago

Wrong config. Try:

[archlinuxcn]
Server = https://mirrors.cloud.tencent.com/archlinuxcn/$arch
Aeonage commented 4 years ago

Thanks for your help.  i am the guy who asking on zhihu: ). But the error still occur after I fix the problem. I am sure my arch is running on x86_64 architect. I realized that the Terminator output nothing with $arch. could it be the reason?

---Original--- From: "依云"<notifications@github.com> Date: 2020/5/1 18:20:49 To: "archlinuxcn/repo"<repo@noreply.github.com>; Cc: "Aeonage"<185065798@qq.com>;"Author"<author@noreply.github.com>; Subject: Re: [archlinuxcn/repo] installing archlinuxcn-keyring with error: target not found (#1595)

Wrong config. Try: [archlinuxcn] Server = https://mirrors.cloud.tencent.com/archlinuxcn/$arch
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

lilydjwg commented 4 years ago

I realized that the Terminator output nothing with $arch. could it be the reason?

It's expected.

oldherl commented 4 years ago

Seems no issue here.