Difference between revisions of "Instalasi PacketTracer Cisco di Ubuntu"

From OnnoWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
Install ia32
 
Install ia32
  
  apt-get update
+
  sudo apt-get update
  apt-get install ia32-libs
+
  sudo apt-get install ia32-libs
 +
sudo apt-get install libc6:i386 lib32z1 lib32ncurses5 lib32bz2-1.0
 +
sudo apt-get install libnss3-1d:i386 libqt4-qt3support:i386 libssl1.0.0:i386 libqtwebkit4:i386 libqt4-scripttools:i386
 +
sudo apt-get install java
  
Download
+
Download Packet Tracer 6.1.1, misalnya, dari
  
  wget http://www.labcisco.com.br/app/Cisco-PT-601.bin
+
  https://drive.google.com/file/d/0B709SrIC2nxSckNzMWhQWG1wYjA/view
 
   
 
   
 
Lakukan
 
Lakukan
  
 
  sudo su
 
  sudo su
  mv Cisco-PT-601.bin /usr/bin
+
  cp Cisco\ Packet\ Tracer\ 6.1.1\ for\ Linux\ -\ Ubuntu\ installation\ \(no\ tutorials\)\ -\ Student\ version.tar.gz  /usr/local/src/
cd /usr/bin
+
  tar zxvf Cisco\ Packet\ Tracer\ 6.1.1\ for\ Linux\ -\ Ubuntu\ installation\ \(no\ tutorials\)\ -\ Student\ version.tar.gz
  chmod +x Cisco-PT-601.bin
+
  cd /usr/local/src/PacketTracer611Student/bin
  ./Cisco-PT-601.bin (press enter again and again and again and again until it says 100% then type Y to accept)
 
  
 +
Menjalankan
 +
 +
./PacketTracer6 &
  
 
==Referensi==
 
==Referensi==

Latest revision as of 08:56, 21 September 2015

Install ia32

sudo apt-get update
sudo apt-get install ia32-libs
sudo apt-get install libc6:i386 lib32z1 lib32ncurses5 lib32bz2-1.0
sudo apt-get install libnss3-1d:i386 libqt4-qt3support:i386 libssl1.0.0:i386 libqtwebkit4:i386 libqt4-scripttools:i386
sudo apt-get install java

Download Packet Tracer 6.1.1, misalnya, dari

https://drive.google.com/file/d/0B709SrIC2nxSckNzMWhQWG1wYjA/view

Lakukan

sudo su
cp Cisco\ Packet\ Tracer\ 6.1.1\ for\ Linux\ -\ Ubuntu\ installation\ \(no\ tutorials\)\ -\ Student\ version.tar.gz  /usr/local/src/
tar zxvf Cisco\ Packet\ Tracer\ 6.1.1\ for\ Linux\ -\ Ubuntu\ installation\ \(no\ tutorials\)\ -\ Student\ version.tar.gz
cd /usr/local/src/PacketTracer611Student/bin

Menjalankan

./PacketTracer6 &

Referensi

Pranala Menarik