Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 16399  / 2 Years ago, wed, september 14, 2022, 7:20:36

I'm trying to install the following C POSIX headers in Ubuntu 14.04 but for some reason some of them won't install.




  1. sys/ioctl.h

  2. unistd.h

  3. locale.h

  4. ncursesw/ncurses.h



Commands tried



sudo apt-get install sys/ioctl.h
sudo apt-get install unistd.h
sudo apt-get install locale.h
sudo apt-get install ncursesw/ncruses.h


I've only managed to install locale.h but for some reason the rest return a regex error stating that sys/ioctl.h wasn't found. I'm fairly new to Linux/Ubuntu and are not sure what to do at this point. Any help is appreciated


More From » 14.04

 Answers
0

After more googling, I realized that what I had to do was to install the packages that contained the libraries I was interested in. It wasn't long before I stumbled across these two websites;




  1. Ubuntu

  2. Debian



There you will find the packages of many many libraries. And you can install from any package you want!


[#22644] Friday, September 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atereress

Total Points: 79
Total Questions: 106
Total Answers: 119

Location: Federated States of Micronesia
Member since Sun, May 16, 2021
3 Years ago
atereress questions
Wed, Aug 4, 21, 03:15, 3 Years ago
Sat, Apr 16, 22, 17:34, 2 Years ago
Thu, Dec 22, 22, 05:56, 1 Year ago
Sun, May 15, 22, 15:59, 2 Years ago
;