GNS3 http://forum.gns3.net/ |
|
GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk http://forum.gns3.net/topic6666-30.html |
Page 4 of 5 |
Author: | ethibault [ Sun Mar 16, 2014 2:48 pm ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
Hello I have tried to install the PPA on a pendrive linux USB running Ubuntu 12.04 I've had these messages : "the following packages include unsatisfied dependencies : gns3 : Depends: xdotool but it is not installable recommends wireshark but not installable impossible to correct problems, defectuous packages are in mode "keep as is" " May be this is meant to be installed with latest ubuntu version, though in the introduction your refered to 12.04 I think wireshark should not be an issue but that xdotool I think is required in your PPA no ? |
Author: | claydon_dan [ Sun Mar 16, 2014 9:35 pm ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
The package xdotool should be available from the main ubuntu repository. It's possible being a USB boot, that apt sources list (/etc/apt/sources.list) is different from normal. As seen here: http://packages.ubuntu.com/search?keywords=xdotool, xdotool is available in every Ubuntu release... including 12.04 |
Author: | ethibault [ Sun Mar 16, 2014 11:15 pm ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
Hello, thanks for the reply I do not think this is related to the USB drive but rather to the fact that I run ubuntu in French I have seen things that looks as if a translation to FR was searched. Since last time, I manually added to the source.list : deb http://ppa.launchpad.net/gns3/ppa/ubuntu precise main because it was not there ni spite of my typing the command sin your first post. and I added also : deb http://fr.archive.ubuntu.com/ubuntu precise main universe that was quoted as a vlaid miror to get xdotool from the link you gave above. after that I did : sudo apt-get update and then again : sudo add-apt-repository ppa:gns3/ppa sudo apt-get update sudo apt-get install dynamips gns3 the result I get is that : " ... Lecture des listes de paquets... Fait W: Duplicate sources.list entry http://ppa.launchpad.net/gns3/ppa/ubuntu/ precise/main amd64 Packages (/var/lib/apt/lists/ppa.launchpad.net_gns3_ppa_ubuntu_dists_precise_main_binary-amd64_Packages) W: Duplicate sources.list entry http://ppa.launchpad.net/gns3/ppa/ubuntu/ precise/main i386 Packages (/var/lib/apt/lists/ppa.launchpad.net_gns3_ppa_ubuntu_dists_precise_main_binary-i386_Packages) W: Vous pouvez lancer « apt-get update » pour corriger ces problèmes. [email protected]:~$ " this is in French, I translate "Fait" is "done" and the last sentence : W: You can launch "apt-get-update" to correct these problems" which I did with no result. what surpises me is that it seems to be a problem to have amd64 Packages and i386 Packages, I don't understand, the directory /var/lib/apt/lists is full of those dual definitions ? with all that I do not even know yet how I should be launching gns3 if ever the installation would succeed |
Author: | claydon_dan [ Mon Mar 17, 2014 10:11 am ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
ethibault wrote: Since last time, I manually added to the source.list : deb http://ppa.launchpad.net/gns3/ppa/ubuntu precise main <SNIP> ... Lecture des listes de paquets... Fait W: Duplicate sources.list entry http://ppa.launchpad.net/gns3/ppa/ubuntu/ precise/main amd64 Packages (/var/lib/apt/lists/ppa.launchpad.net_gns3_ppa_ubuntu_dists_precise_main_binary-amd64_Packages) W: Duplicate sources.list entry http://ppa.launchpad.net/gns3/ppa/ubuntu/ precise/main i386 Packages (/var/lib/apt/lists/ppa.launchpad.net_gns3_ppa_ubuntu_dists_precise_main_binary-i386_Packages) W: Vous pouvez lancer « apt-get update » pour corriger ces problèmes. [email protected]:~$ " What this message is telling you is that you have two entries for the PPA (You'll need to check both /etc/apt/sources.list and /etc/apt/sources.d/*) and remove one of them. ethibault wrote: what surpises me is that it seems to be a problem to have amd64 Packages and i386 Packages, I don't understand, the directory /var/lib/apt/lists is full of those dual definitions? I don't think this is a problem with having both amd64 and i386, but rather the problem above this. ethibault wrote: with all that I do not even know yet how I should be launching gns3 if ever the installation would succeed Once GNS3 is installed it can be launched from the 'Programs' menu (either search 'GNS3' or it should be located in the 'Education' category |
Author: | actionmystique [ Sat Mar 22, 2014 10:18 am ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
Hey claydon_dan, I've noticed a new Dynamips release (0.2.11) on Ubuntu 13.10. Could you post a change log? |
Author: | claydon_dan [ Sat Mar 22, 2014 1:43 pm ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
The changelog for Dynamips since 0.2.10 can be seen here: https://github.com/GNS3/dynamips/commit ... 11b1ec300f The changelog specific to the packaging can be found here: https://launchpad.net/~gns3/+archive/ppa/+packages |
Author: | rednectar [ Sun Mar 23, 2014 3:36 am ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
@Daniel - or anyone else who knows Do you have instructions on how to compile dynamips on OS X? And can someone update http://www.gns3.net/dynamips/ with v0.2.11 info please |
Author: | claydon_dan [ Sun Mar 23, 2014 9:57 am ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
rednectar wrote: Do you have instructions on how to compile dynamips on OS X? I'm afraid I don't... I would presume it would be similar to compiling on Linux, but couldn't say for certain. I think Jeremy may well be the one for that... |
Author: | actionmystique [ Tue Jul 15, 2014 6:43 am ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
Heelo claydon_dan, Are you planning on upgrading the PPA to GNS3 0.8.7? |
Author: | claydon_dan [ Tue Jul 15, 2014 6:37 pm ] |
Post subject: | Re: GNS3 Launchpad Instructions. Or HOW TO DOWNLOAD .deb pgk |
Absolutely! I shall try and get these updated shortly (GNS3, Dynamips and VPCS all need updating!) |
Page 4 of 5 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |