$ sudo apt-get install freeglut3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package freeglut3-dev
Asked
Active
Viewed 4,702 times
0
Nikhil Ahire
- 11
- 1
- 2
1 Answers
2
First, run the following command to enable the "Universe" repository:
sudo add-apt-repository universe
Next, update apt and install freeglut3-dev by running the following commands:
sudo apt update
sudo apt install freeglut3-dev
mchid
- 42,315
- 7
- 94
- 147