Package Details: ncurses5-compat-libs 6.5-1

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: micwoj92
Last Packager: micwoj92
Votes: 590
Popularity: 2.11
First Submitted: 2015-09-18 21:03 (UTC)
Last Updated: 2024-07-16 20:06 (UTC)

Required by (116)

Sources (2)

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]

Latest Comments

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

JstKddng commented on 2023-04-23 16:29 (UTC)

sorry guys, forgot to enable notifications for this package. Just updated the package.

malacology commented on 2023-04-09 15:20 (UTC)

I can confirm that yan12125's PKGBUILD works well.

yan12125 commented on 2023-04-09 11:44 (UTC)

Regarding the issue discussed in https://bbs.archlinux.org/viewtopic.php?pid=1978673, could you consider building libncurses.so.5 from sources instead of symlinking it to libncursesw.so.5? Upstream says:

You cannot simply make a symbolic link to equate libncurses.so with libncursesw.so

Here is modified PKGBUILD: https://fars.ee/hdcO

[1] https://github.com/ThomasDickey/ncurses-snapshots/blob/v6_4/INSTALL#L797

rosenberg commented on 2023-04-07 17:13 (UTC)

When running stata (the CLI interface, not xstata which is the GUI), if you get this error:

stata: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

Install this package to fix it

amdlike commented on 2023-03-16 16:30 (UTC)

Please update package

bkb commented on 2023-02-27 14:19 (UTC)

Create ncurses5-compat-libs-bin

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.