0% found this document useful (0 votes)
269 views7 pages

Cara Install Cisco Packet Tracer 7.1 Di Ubuntu 18.04 Lts

The document provides steps to install Cisco Packet Tracer 7.1 on Ubuntu 18.04 LTS. It involves downloading the software from the Cisco Network Academy website, extracting the downloaded file, running the installer, and installing additional libraries and packages to resolve errors. The full installation process requires creating a Cisco Network Academy account, extracting and running the installer, restarting the computer, and installing supplementary libraries and packages to ensure Cisco Packet Tracer runs properly.

Uploaded by

Pak Wahid Hasyim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
269 views7 pages

Cara Install Cisco Packet Tracer 7.1 Di Ubuntu 18.04 Lts

The document provides steps to install Cisco Packet Tracer 7.1 on Ubuntu 18.04 LTS. It involves downloading the software from the Cisco Network Academy website, extracting the downloaded file, running the installer, and installing additional libraries and packages to resolve errors. The full installation process requires creating a Cisco Network Academy account, extracting and running the installer, restarting the computer, and installing supplementary libraries and packages to ensure Cisco Packet Tracer runs properly.

Uploaded by

Pak Wahid Hasyim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Cara instalasi Cisco Packet Tracer 7.1 di ubuntu 18.

04 LTS :

1. Download Cisco Packet Tracert 7.1 as follows :

You can download and use Cisco Packet Tracer for free. You need a Cisco Network Academy account in order to download and use Cisco
Packet Tracer. You can create a Cisco Network Academy account for free.
To create a Cisco Network Academy account, visit https://www.netacad.com/courses/packet-tracer from any web browser of your choice
2. Install

First, navigate to the ~/Downloads directory of your Ubuntu 18.04 LTS machine with the following command:
$ cd ~/Downloads

As you can see, Packet Tracer archive is available here.

Now make a new directory (Let’s call it PT72Installer) to extract the installer from the Packer Tracer archive you just downloaded.
$ mkdir PT72Installer
Now extract the Packet Tracer archive with the following command:
$ sudo tar xvzf 'Packet Tracer 7.2 for Linux 64 bit.tar.gz' -C PT72Installer

All the files are extracted to PT72Installer directory.

Now navigate to the PT72Installer/ directory with the following command:


$ cd PT72Installer
Now start the installer with the following command:
$ ./install

Now press <Enter>.

Press <Enter> a few more times.

At the end of the License agreement, press y and then press <Enter>.
Leave the default and press <Enter>.

Press y and then press <Enter>.


Press y and then press <Enter> to continue.

Packet Tracer 7.2 should be installed.


Now restart your computer with the following command:
$ sudo reboot
Once your computer starts, navigate to the Packet Tracker directory /opt/pt/bin with the following command:
$ cd /opt/pt/bin

3. Run Packet Tracer 7 by writing command ./PacketTracer7


4. Akan ada error muncul yaitu libqtwidget …. bla bla bla maka solusinya sebagai berikut :

sudo apt update && sudo apt install libqt5webkit5 libqt5multimediawidgets5 libqt5svg5 libqt5script5 libqt5scripttools5 libqt5sql5
5. jalankan lagi CPT 7 dan akan muncul error libqt5xml5 bla bla bla … solusinya :
sudo apt-get install libqt5xml5
6. download dan install paket tambahan agar cpt 7 bisa berjalan sempurna

wget http://ftp.us.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb

You might also like