#165·progress

Trouble installing progress

Author: jingxuanlimCreated Dec 2, 2021Updated May 11, 2023

Hi, I am having trouble installing and compiling progress, and would like to get some help.

yum can't find the package:

$ sudo yum install progress
Last metadata expiration check: 0:02:40 ago on Wed 01 Dec 2021 10:14:30 PM EST.
No match for argument: progress
Error: Unable to find a match: progress

Problems with make

$ cd progress
(master) progress $ make
Makefile:12: *** "ncurses package not found".  Stop.
(master) progress $ sudo make
cc -g -Wall -D_FILE_OFFSET_BITS=64 -c progress.c
Assembler messages:
Fatal error: can't create progress.o: Permission denied
make: *** [Makefile:29: progress.o] Error 1
(master) progress $

Any help appreciated!