Package Details: ncurses5-compat-libs 6.4-2

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: http://invisible-island.net/ncurses/ncurses.html
Licenses: MIT
Conflicts: libtinfo5
Provides: libtinfo5
Submitter: Barthalion
Maintainer: JstKddng
Last Packager: JstKddng
Votes: 584
Popularity: 1.31
First Submitted: 2015-09-18 21:03 (UTC)
Last Updated: 2023-04-23 16:29 (UTC)

Pinned Comments

Barthalion commented on 2018-01-02 11:53 (UTC)

For the lazy, you can also install ncurses5-compat-libs package from my personal repository.

[bpiotrowski]
Server = https://pkgbuild.com/~bpiotrowski/repo

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]

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 27 Next › Last »

rosenberg commented on 2023-01-01 15:28 (UTC)

Install this to get STATA 17 working

mac666er commented on 2022-12-19 21:26 (UTC)

Had to install this in December 2022 and the key is expired. Can get a new key with:

gpg --keyserver keyserver.ubuntu.com --recv-keys 19882D92DDA4C400C22C0D56CC2AF4472167BE03

LinuxLibero commented on 2022-11-21 11:29 (UTC)

installato con paru :) tutto ok

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:

  1. Go to https://invisible-island.net/public/public.html
  2. 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