make command does not existed


up vote
0
down vote
favorite
So i just installed ubuntu 17.10,and ubuntu don't come with my netgear a6210 wifi driver,so i have to use make command to compile it.but make command is gone.and when i try to install make,it just said Package âÂÂmakeâ has no installation candidate.i don't have an ethernet cable either,at this point idk what i should do,since i can't install wifi driver
wireless
add a comment |Â
up vote
0
down vote
favorite
So i just installed ubuntu 17.10,and ubuntu don't come with my netgear a6210 wifi driver,so i have to use make command to compile it.but make command is gone.and when i try to install make,it just said Package âÂÂmakeâ has no installation candidate.i don't have an ethernet cable either,at this point idk what i should do,since i can't install wifi driver
wireless
1
In terminalhistory | tail
and edit the question to include the results
â Jeremy31
Mar 4 at 13:20
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So i just installed ubuntu 17.10,and ubuntu don't come with my netgear a6210 wifi driver,so i have to use make command to compile it.but make command is gone.and when i try to install make,it just said Package âÂÂmakeâ has no installation candidate.i don't have an ethernet cable either,at this point idk what i should do,since i can't install wifi driver
wireless
So i just installed ubuntu 17.10,and ubuntu don't come with my netgear a6210 wifi driver,so i have to use make command to compile it.but make command is gone.and when i try to install make,it just said Package âÂÂmakeâ has no installation candidate.i don't have an ethernet cable either,at this point idk what i should do,since i can't install wifi driver
wireless
wireless
asked Mar 4 at 13:15


Kenny Hui
1
1
1
In terminalhistory | tail
and edit the question to include the results
â Jeremy31
Mar 4 at 13:20
add a comment |Â
1
In terminalhistory | tail
and edit the question to include the results
â Jeremy31
Mar 4 at 13:20
1
1
In terminal
history | tail
and edit the question to include the resultsâ Jeremy31
Mar 4 at 13:20
In terminal
history | tail
and edit the question to include the resultsâ Jeremy31
Mar 4 at 13:20
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
You must not have build-essential
installed. Please try this:
sudo apt-get install build-essential
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You must not have build-essential
installed. Please try this:
sudo apt-get install build-essential
add a comment |Â
up vote
1
down vote
You must not have build-essential
installed. Please try this:
sudo apt-get install build-essential
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You must not have build-essential
installed. Please try this:
sudo apt-get install build-essential
You must not have build-essential
installed. Please try this:
sudo apt-get install build-essential
answered Mar 4 at 14:55
Arun Das
1234
1234
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1011776%2fmake-command-does-not-existed%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
In terminal
history | tail
and edit the question to include the resultsâ Jeremy31
Mar 4 at 13:20