$ 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 6,797 times
0
Nikhil Ahire
- 11
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
- 44,904
- 8
- 102
- 162