-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackettracer-installation
executable file
·34 lines (31 loc) · 1.5 KB
/
packettracer-installation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
# Cisco Packet Tracer installation Guide
# This installaion tooks a lot of my time so I created this to help others
# comments bellow would help
# youtube: Installing packettrachttp://cranialtrauma.co.uk/2015/01/cisco-packettracer-install-linux/er in all Variants of Linux Ubuntu 14.04, Fedora 20, Linux Mint. Debian (HD)
# http://cranialtrauma.co.uk/2015/01/cisco-packettracer-install-linux/
# wget <Cisco\ Packet\ Tracer\ 6.0.1\ for\ Linux\ \(no\ tutorials\)>
cd ~
tar -xvzf Cisco\ Packet\ Tracer\ 6.0.1\ for\ Linux\ \(no\ tutorials\)
cp -arv PacketTracer601/ /opt/
sudo chown -R root:root /opt/PacketTracer601
cd /opt/opt/PacketTracer601
sudo ./install #follow instaructions and do not change /opt/pt during installation
sudo ./set_ptenv.sh
#wget <packet tracer icone from google and rename it to pt.jpg>
sudo mv ~/pt.jpg /usr/share/icons/pt.jpg
sudo touch /usr/share/applications/packettracer.desktop
sudoecho "[Desktop Entry]
Version=6.0
Name=Cisco Packet Tracer
GenericName=Cisco Packet Tracer
Comment=OK
Exec=/opt/pt/packettracer
Icon=/usr/share/icons/pt.jpg
Terminal=false
Type=Application
MimeType=application/x-pkt;application/x-pka;application/x-pkz;" >> /usr/share/applications/packettracer.desktop
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libssl1.0.0:i386 libssl-dev:i386 libssl1.0.0 libssl-dev libx11-dev:i386 libxrender-dev:i386 libglib2.0-dev:i386 libfreetype6-dev:i386 libfontconfig1-dev:i386 libc6:i386 libncurses5:i386 libstdc++6:i386 libqtwebkit4:i386
# be happy