Open GL Lib Freeglut3 is not installing on my system.Gives the error unable to locate package freeglut3-dev [duplicate]


up vote
-1
down vote
favorite
This question already has an answer here:
âUnable to locate packageâ while trying to install packages with APT
5 answers
$ sudo apt-get install freeglut3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package freeglut3-dev
opengl
marked as duplicate by karel, Eric Carvalho, David Foerster, Warren Hill, Kevin Bowen Mar 23 at 1:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
-1
down vote
favorite
This question already has an answer here:
âUnable to locate packageâ while trying to install packages with APT
5 answers
$ sudo apt-get install freeglut3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package freeglut3-dev
opengl
marked as duplicate by karel, Eric Carvalho, David Foerster, Warren Hill, Kevin Bowen Mar 23 at 1:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
This question already has an answer here:
âUnable to locate packageâ while trying to install packages with APT
5 answers
$ sudo apt-get install freeglut3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package freeglut3-dev
opengl
This question already has an answer here:
âUnable to locate packageâ while trying to install packages with APT
5 answers
$ sudo apt-get install freeglut3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package freeglut3-dev
This question already has an answer here:
âUnable to locate packageâ while trying to install packages with APT
5 answers
opengl
opengl
asked Mar 21 at 5:14
Nikhil Ahire
11
11
marked as duplicate by karel, Eric Carvalho, David Foerster, Warren Hill, Kevin Bowen Mar 23 at 1:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Eric Carvalho, David Foerster, Warren Hill, Kevin Bowen Mar 23 at 1:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
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
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
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
add a comment |Â
up vote
0
down vote
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
add a comment |Â
up vote
0
down vote
up vote
0
down vote
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
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
answered Mar 21 at 5:38


mchid
21.8k24980
21.8k24980
add a comment |Â
add a comment |Â