Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install lex and yacc in fedora?

Tags:

fedora

I don't know how to install the lex and yacc in the fedora 24. I installed it in the ubuntu 16. Using following commands:

sudo apt-get update
sudo apt-get install flex
sudo apt-get install bison
like image 299
Nikhil Jadhav Avatar asked Dec 18 '22 12:12

Nikhil Jadhav


1 Answers

Is there any reason why

dnf install flex-devel bison-devel

would not do the job?

like image 94
Jakuje Avatar answered Dec 28 '22 08:12

Jakuje