How to install ncurses on raspberry Pi?

Schuey999

How can I install the ncurses library on a raspberry Pi through the terminal?

Is there a sudo function that can be used to install it?

NSPredator

To install the NCurses library on a Debian based machine you can issue the apt-get command below:

sudo apt-get install libncurses5-dev libncursesw5-dev 

This will install both the libncurses5-dev (for ncurses) and libncursesw5-dev (for ncursesw) on your machine.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to install FreeRTOS on Raspberry Pi?

From Dev

how to install PIL with JPEG support on a raspberry pi?

From Dev

How to install polyglot on Raspberry Pi? - problems with compatibility

From Dev

Raspberry pi install sailsJS

From Dev

Raspberry pi install sailsJS

From Java

How to install the Raspberry Pi cross compiler on my Linux host machine?

From Dev

How to install apache on a Raspberry Pi 2 Ubuntu Snappy Core?

From Dev

How can I install Ubuntu with APT (not Snappy) on the Raspberry Pi 2?

From Dev

Install ubuntu 18.04 on Raspberry Pi

From Dev

raspberry pi unable to install lxml pip package

From Dev

Install mongodb version >3 raspberry pi 2

From Dev

Unable to install Express Node module on Raspberry Pi

From Dev

raspberry pi python-tesseract install

From Dev

Raspberry Pi Install guvcview-src-2.0.1

From Dev

Install raspberry pi driver on other Windows pc

From Dev

Cannot install Docker on Ubuntu Snappy on Raspberry Pi

From Dev

Is it possible to install TeamViewer Client on a Raspberry Pi?

From Dev

Install Ubuntu on Raspberry Pi 2 Model B

From Dev

Can you install Ubuntu on the Raspberry Pi 4

From Dev

How to run javafx on Raspberry Pi

From Dev

How to sync the clocks in Raspberry Pi?

From Dev

How to copy code to the Raspberry Pi

From Dev

How to disable sleeping on Raspberry pi

From Dev

How to find Raspberry Pi on Network

From Dev

How to install Windows 10 Core on Raspberry Pi 2 without a real (physical) machine

From Dev

How to change the window manager on a Raspberry Pi?

From Java

How to change screen resolution of Raspberry Pi

From Dev

How to access the Raspberry Pi Zero though SSH

From Dev

How to emulate Raspberry Pi Raspbian with QEMU?

Related Related

HotTag

Archive