When I run apt-get install freeglut3-dev
I get a bunch of 404 Not Found errors. How can I run my glut application?
Asked
Active
Viewed 270 times
1 Answers
1
I was able to install freeglut3-dev
package fine in Ubuntu 14.04.1. 404 Not Found looks like a server problem. Try running apt-get update
to update the package lists.

vitaut
- 49,672
- 25
- 199
- 336