Benutzer-Werkzeuge

Webseiten-Werkzeuge


allgemein:howto:packettracer

Installation 6.1.1 auf Ubuntu 14.04

Die wesentlichen Schritte sind aus diesem Thread: http://askubuntu.com/questions/507220/problem-with-start-cisco-packet-tracer-6-on-ubuntu-14-04-64bit

Die folgenden beiden Pakete müssen installiert werden.

apt-get install libqtwebkit4:i386  libqt4-scripttools:i386

Danach noch ia32-libs-gtk installieren, da der Packetracer kein 64-Bit-Programm ist.

sudo -i
cd /etc/apt/sources.list.d
echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" > ia32-libs-raring.list
apt-get update
apt-get install ia32-libs-gtk

Howto Install für PacketTracer 5.3.2 unter Ubuntu:

Link zum Orginal Howto

Installing Cisco PacketTracer 5.3.2 on 64-bit Ubuntu or Debian Posted on January 22, 2012 by Kris Law

If you are trying to install Cisco’s PacketTracer on a 64-bit Linux dist, you would be suprised it isn’t supported…

BEFORE YOU DO ANYTHING, READ THIS WHOLE ENTIRE ARTICLE. AFTER YOU HAVE READ IT, READ IT AGAIN. AFTER THAT, READ THE COMMENTS AT THE END OF THE ARTICLE – THERE ARE SOME USEFUL ONES. NEXT FOLLOW THESE STEPS.

WICHTIG: Erst muss die /etc/profile Datei gesichert werden. Diese wird bei der Installation in Unordnung gebracht, was dazu führen kann, dass der Login nicht mehr funktioniert. Nach der Installation werden die letzten beiden Zeilen in die Orginaldatei kopiert.

PT5HOME=/usr/local/PacketTracer5
export PT5HOME

~ Please like and/or +1 this site if this article helped you! ~

UPDATE: This will now work on Debian, Crunchbang, Ubuntu, and any other Debian-based Linux Distro. I have found the key package to make it work and added it to the installation script. Attn: Debian Users:

In order for this tutorial to work, you must be able to run the sudo command as done below, or you must run the code below to log in as root:

su -

Moving On

If you are trying to install Cisco’s PacketTracer on a 64-bit Linux dist, you would be suprised it isn’t supported, but we have found a workaround which did the job beautifully. This article applies to PacketTracer version 5.3.2 but may work on future versions as well.

I was originally going to write a tutorial to make this happen, however I figured a shell script would be just as easy to write. So follow these instructions: Download the Files

Go to Cisco’s website at http://cisco.netacad.net, login, and download PacketTracer to your home directory (the directory which uses your name).

Next, download PacketTracerx64Hack.sh - it is the shell script that does all the work for you. Put this file in the same home directory where you downloaded PacketTracer. Start the Installation of Packet Tracer

Open up gnome-terminal (or the terminal of your choice) and do this:

sudo sh PacketTracer532*

Hacking It to Force it to Install

Press Enter, Read through the agreement (or if you have before, just press the space bar until you hit 90% and then use the Enter key (DO NOT PRESS Y) to go the rest of the way down). Do NOT press anything else though. At this point, you will want to run the shell script that you downloaded (open up a new terminal to do this):

sudo sh PacketTracerx64Hack.sh

Installation Complete

It should do the rest of the work and then you can run PacketTracer by either going to the GUI menu > Internet > Cisco PacketTracer or by running the following: /usr/local/PacketTracer5/packettracer

(the installer will initially run PacketTracer for you automatically)

If these instructions worked for you, please let me know in the comments section below. Also, don’t forget to +1 or Like us at the top-left of the page! To Uninstall Packet Tracer

Uninstalling Packet Tracer is fairly easy. To do so, follow these steps:

sudo dpkg -r packettracer;
sudo dpkg -r getlibs

If there are errors when you try to uninstall or it says packetracer is not installed:

sudo dpkg --list | grep packettracer

You might see something like packettracer:i386. Therefore, replace the dpkg -r packettracer command with the following (make sure to be root or use sudo):

dpkg -r packettracer:i386
allgemein/howto/packettracer.txt · Zuletzt geändert: 05.07.2018 10:03 von 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki