@Dan - small problem with updating.
1. Updated the ppa
2. did an apt-get update (but don't know how to tell if this checks the ppa)
3. checked the installed version of GNS3 (it was 0.8.4-RC4
4. did a sudo apt-get install gns3 - but it tells me that I have the latest version (which I don't)
[email protected] ~ $ egrep -v '^#|^ *$' /etc/apt/sources.list /etc/apt/sources.list.d/*
/etc/apt/sources.list:deb http://packages.medibuntu.org/ raring free non-free
/etc/apt/sources.list.d/gns3-ppa-raring.list:deb http://ppa.launchpad.net/gns3/ppa/ubuntu raring main
/etc/apt/sources.list.d/gns3-ppa-raring.list:deb-src http://ppa.launchpad.net/gns3/ppa/ubuntu raring main
/etc/apt/sources.list.d/official-package-repositories.list:deb http://packages.linuxmint.com olivia main upstream import #id:linuxmint_main
/etc/apt/sources.list.d/official-package-repositories.list:deb http://archive.ubuntu.com/ubuntu raring main restricted universe multiverse
/etc/apt/sources.list.d/official-package-repositories.list:deb http://archive.ubuntu.com/ubuntu raring-updates main restricted universe multiverse
/etc/apt/sources.list.d/official-package-repositories.list:deb http://security.ubuntu.com/ubuntu/ raring-security main restricted universe multiverse
/etc/apt/sources.list.d/official-package-repositories.list:deb http://archive.canonical.com/ubuntu/ raring partner
[email protected] ~ $ sudo apt-get update | grep ppa
Hit http://ppa.launchpad.net raring Release.gpg
Hit http://ppa.launchpad.net raring Release
Hit http://ppa.launchpad.net raring/main Sources
Hit http://ppa.launchpad.net raring/main i386 Packages
Ign http://ppa.launchpad.net raring/main Translation-en_AU
Ign http://ppa.launchpad.net raring/main Translation-en
[email protected] ~ $ gns3 --version
gns3 0.8.4-RC4
[email protected] ~ $ sudo apt-get install gns3
Reading package lists... Done
Building dependency tree
Reading state information... Done
gns3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 167 not upgraded.