How to Install Cisco Packet Tracer 8.2 in Ubuntu 23.10

Are you getting ready for Cisco networking tests and need an excellent program to practice with? Well, the Cisco simulator software is what you need! In this guide, we’ll show you how to run and use Cisco Packet Tracer 8.2 on the Ubuntu 23.10 system.

With Packet Tracer, you can learn how computers in your network talk to each other and get good at network rules for Cisco tests. Just follow these steps to put it on your Ubuntu PC smoothly.

Installing Packet Tracer in Ubuntu

Credit: Ubuntu

Enhance Your Networking Skills with the Cisco Packet Tracer

Cisco Packet Tracer is an ideal tool for students learning about networks. It lets you create and test different network setups to see how devices communicate with each other.

Using this software helps you practice setting up networks, troubleshooting issues, and ensuring they’re secure. These skills are essential for networking jobs today. Whether you’re a student, a network engineer, or a network administrator, it can help you enhance your networking skills.

Running Cisco Simulator in a Ubuntu PC

If you want to put Cisco’s network practice software on your new Ubuntu 23.10, here’s how you can do it. You can watch a video or use the steps below. They’ll show you how to install the software and begin using it.

  1. To get Packet Tracer on a Linux computer, you have to sign up on the Netacad site first. After signing up, go to the “Resources” part and tap on “Download Packet Tracer” to get it.
  2. To get Ubuntu Desktop Version 8.2 in English, find the right choice on the webpage and click the download link below it.
  3. To keep the deb file on your computer, choose a spot where you can find it easily, then save it there.
  4. After you’re done downloading the Deb package, open the terminal and go to where you saved the package. From there, you can start installing it.
  5. To put in the package named FileName.deb, you can use the dpkg command. This command helps with installing, removing, and giving details about Debian packages. Just type the correct dpkg command and then the package name to start installing it.
    sudo dpkg -i PacketTracer.deb
  6. To install the Cisco networking software, you have to agree to the license agreement. This agreement explains the rules for using the software. After you’ve read it, you can say yes to confirm the terms and continue with the installation.
  7. Before you start using it, you have to confirm the End User License Agreement (EULA). This is just a standard step to make sure you know and follow the rules for using the software. Once you agree to the EULA, you can start using it to test out network setups and fix any problems.
  8. If you notice that some extra stuff isn’t installed in the terminal, type “sudo apt install -f” and wait for it to download and install the necessary files.
    sudo apt install -f
  9. After you’ve installed the Cisco program on your device, starting it is simple. Just open your terminal and type “packettracer” to launch the program. This will create the simulator software, and you can begin using it right away without any problems.
  10. Make sure to choose the option for multi-user mode when you open the Cisco simulator tool. This lets many people work on the same project together at once.
  11. Please pick one from the list of sessions available for Cisco Networking Academy or Skills For All.
  12. To log in, please enter the address that you used to sign up for Netacad. This should be the email address that you used to create your account with Netacad.
  13. Once you finish verifying your account, please enter the password you picked during registration.
  14. Once you log in successfully, you can use this excellent app without any problems.

How to Uninstall Packet Tracer from Ubuntu

Suppose you want to uninstall Packet Tracer from your computer. In that case, you can do so by running the following commands in the terminal:

  1. To open the terminal on your PC, you can press Ctrl + Alt + T on your keyboard. Alternatively, you can search for “terminal” in the applications menu and then click on the icon that shows up.
  2. To remove PacketTracer from your computer, just type “sudo apt remove packettracer” in the terminal and press enter. This command will uninstall the PacketTracer package from your system.
    sudo apt remove packettracer
  3. Please wait for the uninstallation to finish. After it’s done, all files and data linked to the app will be taken off your computer. This ensures no leftover data is left behind.
  4. After the process finishes, type “sudo apt autoclean && sudo apt autoremove” in the terminal and press enter.
    sudo apt autoclean && sudo apt autoremove
  5. Wait until the process is finished. This command will get rid of any leftover files and stuff connected to it.

After you finish these steps, Packet Tracer will be completely uninstalled from your Linux OS.

How to Install Packet Tracer 7.2.2

  1. If you still need to put Ubuntu on your virtual machine, watch this video. It’ll guide you through each step, making sure everything goes smoothly.
  2. After you’ve installed it on your computer, the next thing to do is download and install the PT software on your system.
  3. Once you’ve downloaded the setup file to your PC, open the terminal on your desktop. Then, type in the command “chmod +x PacketTracer-7.2.2-ubuntu-setup.run” to change the file’s permissions.
    chmod +x PacketTracer-7.2.2-ubuntu-setup.run
  4. After that, type “./PacketTracer-7.2.2-ubuntu-setup.run” to begin installing Packet Tracer. Then, agree to the software’s rules and click “Next” to finish setting it up.
    ./PacketTracer-7.2.2-ubuntu-setup.run
  5. After you’ve installed it, just run the simulator by typing “packettracer” in the terminal.
    packettracer
  6. If this simulator software isn’t running, install the libpng and multiarch packages. Use these commands to install them on your Linux system:
    wget http://ftp.us.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_amd64.deb
    
    sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_amd64.deb
    
    wget http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.29-0ubuntu2_amd64.deb
    
    sudo dpkg -i multiarch-support_2.29-0ubuntu2_amd64.deb
  7. If you installed the stuff you need for the simulator program, but it still won’t open, and you see the libpng12.so.0 error, try these commands in the terminal.
    (Reading database ... 157517 files and directories currently installed.)
    Preparing to unpack libpng12-0_1.2.50-2+deb8u3_amd64.deb ...
    Unpacking libpng12-0:amd64 (1.2.50-2+deb8u3) ...
    dpkg: error processing archive libpng12-0_1.2.50-2+deb8u3_amd64.deb (--install):
    unable to install new version of '/usr/lib/x86_64-linux-gnu/libpng12.so.0': No such file or directory
    Errors were encountered while processing:
    libpng12-0_1.2.50-2+deb8u3_amd64.deb
    
    mkdir cpt; dpkg -x libpng12-0_1.2.50-2+deb8u3_amd64.deb ./cpt
    cp ./cpt/lib/x86_64-linux-gnu/libpng12.so.0 /opt/pt/bin/
  8. Once you’ve fixed the libpng12.so.0 error, you can start using a Cisco network simulator program on your PC!

Conclusion

Cisco Packet Tracer is super helpful for students learning about networks at Cisco school. It lets you play around with making networks and see how computers chat with each other.

In this article, we’ve given simple steps to install and use Cisco Packet Tracer on Ubuntu Linux. Just follow the steps, and you’ll have it up and running smoothly. We hope this helps you with your networking studies!

If you want to put this networking tool on Linux Mint instead of Ubuntu, we can help! Follow our simple step-by-step guide for installing Packet Tracer on Linux Mint. Once it’s on your OS, you can improve your network skills and get ready for Cisco tests smoothly.

Copyright © 2018 - 2024