Categories: Ubuntu

How to Install Cisco Packet Tracer on Ubuntu 22.04 LTS

Cisco Packet Tracer is a network simulation tool that is used by students (Cisco certificate seekers) to simulate the Cisco routers, switches, IoT devices, and so on. This is a must-have tool to try out the Cisco commands and learn about computer networking concepts.

In this article, we will show you how to download the latest version of the Cisco Packet Tracer installer for Ubuntu and install it on Ubuntu 22.04 LTS.

Topic of Contents:

  1. Downloading the Cisco Packet Tracer Installer for Ubuntu
  2. Installing the Cisco Packet Tracer on Ubuntu
  3. Running the Cisco Packet Tracer on Ubuntu for the First Time
  4. Sponsored
  5. Conclusion

Downloading the Cisco Packet Tracer Installer for Ubuntu

To download the latest version of the Cisco Packet Tracer installer for Ubuntu, open a web browser and visit the official Network Academy website.

Once the page loads, click on Log In > Login from the top-right corner of the page.

If you have a Cisco or Network Academy account, type in the login email address and click on “Next”[1].

If you don’t have a Cisco or Network Academy account, click on “Sign up” to create a new account[2].

Type in the login password and click on “Log in”.

Once you’re logged in, you’ll be taken to this page.

Click on Resources > Download Packet Tracer.

Scroll down to the Packet Tracer for Ubuntu Desktop download section and click on “64 bit Download”.

At the time of this writing, the Packet Tracer 8.2.1 is the latest version.

Your browser should start downloading the latest version of the Packet Tracer Ubuntu package. It takes a while to complete.

At this point, the latest version of the Cisco Packet Tracer Ubuntu package should be downloaded.

You will find the downloaded Cisco Packet Tracer Ubuntu package which is the “CiscoPacketTracer_821_Ubuntu_64bit.deb” in the default “Downloads” directory (~/Downloads) of Ubuntu 22.04 LTS.

Installing the Cisco Packet Tracer on Ubuntu

Before you install the Ubuntu package of the latest version of the Cisco Packet Tracer, open a Terminal app and update the APT package repository cache with the following command:

$ sudo apt update

Now, navigate to the ~/Downloads directory as follows:

$ cd ~/Downloads

The Cisco Packet Tracer Ubuntu package which is the “CiscoPacketTracer_821_Ubuntu_64bit.deb” should be in the ~/Downloads directory.

$ ls -lh

To install the latest version of the Cisco Packet Tracer Ubuntu package which is the “CiscoPacketTracer_821_Ubuntu_64bit.deb”, run the following command:

$ sudo apt install ./CiscoPacketTracer_821_Ubuntu_64bit.deb

To confirm the installation, press Y and then press .

Sponsored

The Cisco Packet Tracer and the required dependency packages are now being installed.

Once you see the following prompt, select and press .

To accept the Packet Tracer EULA/License, select and press .

The Cisco Packet Tracer installation should continue. It takes a few seconds to complete.

At this point, the latest version of the Cisco Packet Tracer should be installed.

Running the Cisco Packet Tracer on Ubuntu for the First Time

Once the Cisco Packet Tracer is installed, you can find it in the “Application Menu” of Ubuntu 22.04 LTS.

Just search for the term “packet”[1] and the Cisco Packet Tracer app should be displayed[2]. Click on the Packet Tracer app icon.

If you want to communicate/access the devices of one packet tracer project with the devices of another packet tracer project, click on “Yes” to enable the multi-user support.

If you don’t need to communicate/access the devices of other packet tracer projects, click on “No” to disable the multi-user feature.

We recommend you to enable the multi-user feature.

As you’re running the Packet Tracer for the first time, you have to log in to your Cisco/Network Academy account.

If you installed the Packet Tracer on your personal computer, toggle on “Keep me logged in (for 3 months)”[1] and click on “Network Academy”[2]. This way, you won’t have to log in to your Cisco/Network Academy account every time you run the Packet Tracer.

If you installed the Packet Tracer on a public computer (i.e. School/University), just click on “Network Academy”[2].

Type in your Cisco/Network Academy login email address and click on “Next”.

Type in your login password and click on “Log in”.

You should be logged in to your Cisco/Network Academy account.

Now, you can use the Packet Tracer to learn about networking fundamentals, Cisco, IoT, and other networking stuff.

Conclusion

We showed you how to download the latest version of the Cisco Packet Tracer for Ubuntu. We also showed you how to install the latest version of the Cisco Packet Tracer on Ubuntu 22.04 LTS and how to run the Cisco Packet Tracer on Ubuntu 22.04 LTS for the first time as well.

Ubuntu Server Admin

Recent Posts

Microsoft Edge Installation on Ubuntu 24.04

Microsoft Edge is now available for Ubuntu. In this guide, I’ll walk you through the…

7 hours ago

How we used Flask and 12-factor charms to simplify Canonical.com development

Our latest Canonical website rebrand did not just bring the new Vanilla-based frontend, it also…

14 hours ago

Web Engineering: Hack Week 2024

At Canonical, the work of our teams is strongly embedded in the open source principles…

2 days ago

Ubuntu Weekly Newsletter Issue 873

Welcome to the Ubuntu Weekly Newsletter, Issue 873 for the week of December 29, 2024…

3 days ago

How to resolve WiFi Issues on Ubuntu 24.04

Have WiFi troubles on your Ubuntu 24.04 system? Don’t worry, you’re not alone. WiFi problems…

3 days ago

Remembering and thanking Steve Langasek

The following is a post from Mark Shuttleworth on the Ubuntu Discourse instance. For more…

3 days ago