GNS3 won't launch in Ubuntu 16.04

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I'm done with Windows. So I just installed Ubuntu 16.04. I followed the instructions on this website of how to install GNS3 onto Ubuntu 16.04 via the 3 commands in the prompt.
sudo add-apt-repository ppa:gns3/ppa
sudo apt-get update
sudo apt-get install gns3-gui
Now when I search for GNS in my apps it's not there. If I try to install again the prompt says GNS3 is up to date. What to do now?
apt
add a comment |Â
up vote
1
down vote
favorite
I'm done with Windows. So I just installed Ubuntu 16.04. I followed the instructions on this website of how to install GNS3 onto Ubuntu 16.04 via the 3 commands in the prompt.
sudo add-apt-repository ppa:gns3/ppa
sudo apt-get update
sudo apt-get install gns3-gui
Now when I search for GNS in my apps it's not there. If I try to install again the prompt says GNS3 is up to date. What to do now?
apt
1
You could try to entergnsand thenTabtwice in a terminal. Or look at the content of the package withdpkg -L gns3-guito find the command that starts the GUI.
â Thomas
Feb 10 at 18:31
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm done with Windows. So I just installed Ubuntu 16.04. I followed the instructions on this website of how to install GNS3 onto Ubuntu 16.04 via the 3 commands in the prompt.
sudo add-apt-repository ppa:gns3/ppa
sudo apt-get update
sudo apt-get install gns3-gui
Now when I search for GNS in my apps it's not there. If I try to install again the prompt says GNS3 is up to date. What to do now?
apt
I'm done with Windows. So I just installed Ubuntu 16.04. I followed the instructions on this website of how to install GNS3 onto Ubuntu 16.04 via the 3 commands in the prompt.
sudo add-apt-repository ppa:gns3/ppa
sudo apt-get update
sudo apt-get install gns3-gui
Now when I search for GNS in my apps it's not there. If I try to install again the prompt says GNS3 is up to date. What to do now?
apt
apt
edited Mar 5 at 18:13
pomsky
23.5k773100
23.5k773100
asked Feb 10 at 18:24
user2904033
112
112
1
You could try to entergnsand thenTabtwice in a terminal. Or look at the content of the package withdpkg -L gns3-guito find the command that starts the GUI.
â Thomas
Feb 10 at 18:31
add a comment |Â
1
You could try to entergnsand thenTabtwice in a terminal. Or look at the content of the package withdpkg -L gns3-guito find the command that starts the GUI.
â Thomas
Feb 10 at 18:31
1
1
You could try to enter
gns and then Tab twice in a terminal. Or look at the content of the package with dpkg -L gns3-gui to find the command that starts the GUI.â Thomas
Feb 10 at 18:31
You could try to enter
gns and then Tab twice in a terminal. Or look at the content of the package with dpkg -L gns3-gui to find the command that starts the GUI.â Thomas
Feb 10 at 18:31
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
GNS3 executable is located in /usr/bin/gns3, so it may be launched by gns3 command.
Note: older version from official Ubuntu repository has icon in Education category.
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
GNS3 executable is located in /usr/bin/gns3, so it may be launched by gns3 command.
Note: older version from official Ubuntu repository has icon in Education category.
add a comment |Â
up vote
0
down vote
GNS3 executable is located in /usr/bin/gns3, so it may be launched by gns3 command.
Note: older version from official Ubuntu repository has icon in Education category.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
GNS3 executable is located in /usr/bin/gns3, so it may be launched by gns3 command.
Note: older version from official Ubuntu repository has icon in Education category.
GNS3 executable is located in /usr/bin/gns3, so it may be launched by gns3 command.
Note: older version from official Ubuntu repository has icon in Education category.
edited Feb 10 at 18:39
answered Feb 10 at 18:33
N0rbert
16.6k33479
16.6k33479
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%2f1004928%2fgns3-wont-launch-in-ubuntu-16-04%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
You could try to enter
gnsand thenTabtwice in a terminal. Or look at the content of the package withdpkg -L gns3-guito find the command that starts the GUI.â Thomas
Feb 10 at 18:31