installato con paru :) tutto ok
Search Criteria
Package Details: ncurses5-compat-libs 6.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ncurses5-compat-libs.git (read-only, click to copy) |
---|---|
Package Base: | ncurses5-compat-libs |
Description: | System V Release 4.0 curses emulation library, ABI 5 |
Upstream URL: | https://invisible-island.net/ncurses/ncurses.html |
Licenses: | MIT |
Conflicts: | libtinfo5 |
Provides: | libtinfo5 |
Submitter: | Barthalion |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 591 |
Popularity: | 2.22 |
First Submitted: | 2015-09-18 21:03 (UTC) |
Last Updated: | 2025-01-16 16:10 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, bash-gitAUR, bash)
Required by (110)
- adom
- agbplay-git
- android-devel
- android-emulator-canary
- android-ndk (optional)
- android-ndk-10e
- android-ndk-11c
- android-ndk-14b
- android-ndk-16b
- android-ndk-16b-opt
- android-ndk-25 (optional)
- android-ndk-26 (optional)
- android-ndk-27 (optional)
- android-ndk-beta (optional)
- android-ndk-r17c
- android-ndk-r18b
- android-sdk-build-tools-25
- android-sdk-build-tools-25.0.1
- android-sdk-build-tools-25.0.3
- android-studio (optional)
- Show 90 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 28 Next › Last »
LinuxLibero commented on 2022-11-21 11:29 (UTC)
rajhlinux commented on 2022-07-12 01:18 (UTC) (edited on 2022-07-12 01:20 (UTC) by rajhlinux)
"$ gpg --recv-keys <KEYID>" does not work.
As mentioned by user "iordendev" on the comment section for the proper solution is doing the following below:
Go to https://invisible-island.net/public/public.html
Then, save the recent "PGP PUBLIC KEY BLOCK" into a file with extension ".asc"
Lastly import the ".asc" PGP public key block: $ gpg --import privkey.asc
Doing "makepkg" again will now accept the keyid provided in the PKGBUILD.
pethersonmoreno commented on 2022-05-16 04:24 (UTC)
I also followed @E3LDDfrK comment and solved the problem, thanks.
I just executed the following command:
gpg --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB
BLoOdy_Beef commented on 2022-04-10 23:27 (UTC) (edited on 2022-04-10 23:37 (UTC) by BLoOdy_Beef)
It works!
Find "validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03')" in "PKGBUILD" file, copy and paste it after "--recv-keys", then run cmd!
git clone http://aur.archlinux.org/ncurses5-compat-libs.git&& cd ncurses5-compat-libs && gpg --recv-keys 19882D92DDA4C400C22C0D56CC2AF4472167BE03 && makepkg -sic && cd .. && sudo rm -r ncurses5-compat-libs
Thx to ALL! =)
mnhunter commented on 2022-03-08 08:27 (UTC) (edited on 2022-03-08 08:30 (UTC) by mnhunter)
iordendev commented on 2022-02-15 03:34 (MSK) (edited on 2022-02-15 03:34 (MSK) by iordendev)
For some reason, gpg --recv-keys KEYID didn't work for me.
What I did in order to make it work:
Go to https://invisible-island.net/public/public.html
Download the latest .asc and add it to KGpg"
$gpg --import keyfile.asc
iordendev commented on 2022-02-15 00:34 (UTC) (edited on 2022-02-15 00:34 (UTC) by iordendev)
For some reason, gpg --recv-keys KEYID
didn't work for me.
What I did in order to make it work:
- Go to https://invisible-island.net/public/public.html
- Download the latest .asc and add it to KGpg
mmkodali commented on 2022-02-06 15:06 (UTC)
gpg --recv-keys CC2AF4472167BE03 gives the following error :
gpg: keyserver receive failed: Server indicated a failure
wollew commented on 2022-02-06 12:37 (UTC) (edited on 2022-02-06 12:38 (UTC) by wollew)
Do first gpg --recv-keys CC2AF4472167BE03 and it should work
arunkhattri commented on 2022-02-06 04:26 (UTC)
@f3fora Refer the pinned Comments: gpg --recv-keys <KEYID - See 'validpgpkeys' array in PKGBUILD>
f3fora commented on 2022-02-05 23:17 (UTC) (edited on 2022-02-05 23:18 (UTC) by f3fora)
==> Verifying source file signatures with gpg...
ncurses-6.3.tar.gz ... FAILED (unknown public key CC2AF4472167BE03)
==> ERROR: One or more PGP signatures could not be verified!
error: failed to download sources for 'ncurses5-compat-libs-6.3-1':
error: packages failed to build: ncurses5-compat-libs-6.3-1
Pinned Comments
WoefulDerelict commented on 2016-05-23 19:35 (UTC) (edited on 2018-08-18 20:22 (UTC) by WoefulDerelict)
This PKGBUILD verifies the authenticity of the source via PGP signatures which are not part of the Arch Linux keyring. In order to complete the process it is necessary to import the key(s) from the ‘validpgpkeys’ array into the user’s keyring before calling makepkg. There is a helpful article explaining this process by one of Arch Linux's developers located here: http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/
Instructions on importing keys from a keyserver and how to automate the retrieval process can be found in the Arch Linux wiki here: https://wiki.archlinux.org/index.php/GnuPG#Use_a_keyserver This article also contains helpful information describing the installation of GnuPG, its configuration and usage.
Execute the following to import keys using gpg:
gpg --recv-keys <KEYID - See 'validpgpkeys' array in PKGBUILD>
The PGP signature check can be skipped by passing --skippgpcheck to makepkg.
Consult the makepkg manual page for a full list of options. [https://www.archlinux.org/pacman/makepkg.8.html]