Compatible Support Forums: ncurses on knoppix

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

ncurses on knoppix

#1 User is offline   nki 

  • stranger
  • Group: Members
  • Posts: 2
  • Joined: 03-August 05

Posted 03 August 2005 - 08:55 AM

hi there smile

i just wanted to ask if it's possible to run/install ncurses on knoppix? i already have the tar.gz files, but i can't really figure out how to use them. and which version of ncurses should i use?

thanks...
0

#2 User is offline   danleff 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 2903
  • Joined: 30-August 02

Posted 03 August 2005 - 09:41 AM

The question is what are you trying to do that requires ncurses?

However, Knoppix has a package manager, called apt-get. You can use that at a terminal window, as root user to install needed packages. Do a search on google on knoppix apt-get and read how to use apt-get.

I have not used Knoppix in a while, but basically do the following;

type in at root user;

apt-get update (hit the enter key)

This will update the packages list available on the server.

Then when this if finished;

apt-get install ncurses

But again, what is it that you are trying to install that needs ncurses, then we can give more specific advice.
0

#3 User is offline   nki 

  • stranger
  • Group: Members
  • Posts: 2
  • Joined: 03-August 05

Posted 10 August 2005 - 09:35 AM

i'm trying to add graphics/ colors to my program. knoppix was able to read the tar files, but i keep getting error messages everytime i try to install the library.

**************
tar zxvf ncurses<version>.tar.gz-----# unzip and untar the archive
cd ncurses<version>--------------# cd to the directory
./configure----------------------# configure the build according to your environment
make---------------------------# make it
su root---------------------------# become root
make install-----------------------# install it
**************
0

#4 User is offline   danleff 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 2903
  • Joined: 30-August 02

Posted 10 August 2005 - 10:32 PM

I would forget the ncurses tar package and use the debian (knoppix) deb file installed as I noted above. The apt-get utility will solve any dependency problems and hopefully install such depedency packages automatically, without the error messages that you are getting trying to install the tar ncurses package.

What is the package that you are wanting to install to add colors....?
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users