How To Install Cisco Packet Tracer
In this article, we will examine how to gear up and employ the Cisco Packet Tracer 8.1 (8.1.0) simulator software on Ubuntu 21.10 (Impish Indri), one of the near popular and widely used Linux distributions.
How to Install Package Tracer eight.1.0 on Ubuntu
The person or people preparing for Cisco exams adopt Package Tracer (PT) as a start. They start to make network designs by installing Parcel Tracer network software on Windows, Linux, macOS systems. Although it is piece of cake to install this software on a Windows operating system, this may non be the case on Linux systems.
In order to install and run Cisco network simulator software or any programme on an Ubuntu distribution, you lot must accept some control of basic terminal commands. Considering when installing a program on Linux, you may need to install additional dependent packages.
The setup files of the older versions of Packet Tracer, such as vii.1, had the extension tar.gz. The extension of the setup file was changed to .run in version 7.2. In the current latest version (8.one), the setup file is now published as a .deb extension.
Packet Tracer viii version has the ability to cable network devices with concrete appearance experience and network controller features to monitor and manage network devices on the projection from the host machine.
How to Download and Install Packet Tracer
Before installing the Cisco network simulator software, you lot must register on the Netacad website and so download the software to your computer for Linux systems and start the installation process.
Footstep 1
Open your web browser on your Ubuntu computer and subsequently viewing the Netacad site, enter your registered user information and log in. And then, click Download Bundle Tracer from the Resources drop-down listing on the Cisco Networking Academy homepage.
Step 2
After scrolling downwards the webpage a little bit, click on the 64 Flake Download link under the Ubuntu Desktop Version eight.1.0 English title and save the CiscoPacketTracer_810_Ubuntu_64bit.deb file to your reckoner.
Step iii
To install the Packet Tracer setup file with the deb extension that you downloaded to your computer, outset open the terminal by pressing the CTRL + Alt + T keys together, and then go to the location where you lot downloaded the file.
And so, execute the command "sudo dpkg -i CiscoPacketTracer_810_Ubuntu_64bit.deb" in the terminal to start the installation and continue by typing your root password.
sudo dpkg -i CiscoPacketTracer_810_Ubuntu_64bit.deb
NOTE: You can also install the PacketTracer.deb package using the command below.
sudo apt install ./CiscoPacketTracer_810_Ubuntu_64bit.deb
Stride iv
In the Configuring Package Tracer window, press Enter to accept the software license agreement. If you desire more information, you lot tin can visit Cisco'south official website every bit specified in the license agreement.
Footstep five
Subsequently confirming the software license agreement, printing Enter on the Yes choice to accept the EULA terms.
Footstep 6
The files with Deb extension in Linux systems are extracted from the annal and installed with the dpkg control. However, when trying to install Parcel Tracer or any other program, you may find that dependent packages need to be installed.
Stride 7
When you extract the installation file of Packet Tracer and see that the required dependent packages are non installed, offset printing Y to confirm the necessary packages such equally "libgl1-mesa-glx or libxcb-xinerama0-dev" to be downloaded and installed from the Internet by executing the "sudo apt install -f" command in the terminal and then printing Enter.
sudo apt install -f
Step 8
After the packages required for Package Tracer 8.i are downloaded from Linux servers and installed on your system, run the simulator software by executing the packettracer command in the terminal.
packettracer
Stride 9
You can use the multi-user feature to connect the different networks that you lot have created in your Packet Tracer software with the software running on the same computer or on a dissimilar computer. And so if you lot want to run the multi-user feature every time you kickoff the application, click Yes.
Stride 10
In old versions of Bundle Tracer, you had the right to register up to 3 projects without logging in to Cisco. However, in new versions, you now need to log in to your Netacad account.
Step 11
After clicking Cisco Networking Academy, blazon your registered email account and click Next.
Step 12
Type your Netacad account countersign and click Log in.
Step 13
To verify that you take installed the latest version of Packet Tracer, click Help / About to check the version number.
How to Create a Desktop Shortcut
After installing Cisco Package Tracer on Ubuntu , a shortcut to the desktop location is not automatically created. And then, you need to copy the shortcut to the desktop where the applications are located.
Footstep 1
To re-create the shortcut in the applications to the desktop, execute the command "cp /usr/share/applications/cisco-pt.desktop ~/Desktop/" in the terminal. After copying the shortcut, execute the command "chmod +x cisco-pt.desktop" to brand the file executable.
cp /usr/share/applications/cisco-pt.desktop ~/Desktop/ chmod +x cisco-pt.desktop
Step 2
Correct-click on the Packet Tracer desktop shortcut file and click Allow Launching. After this procedure, you will encounter that the desktop shortcut is active.
How to Create a New Project
Later installing Parcel Tracer, you can at present starting time creating new projects to set for your Cisco exams and to better understand network protocols.
Every bit an example, let's connect a desktop computer and a laptop computer with Cisco Switch.
Step 1
After clicking the end-user devices from the device categories, you can meet devices such as PC, Laptop, Server, phone, or Tv set. Add together a PC and Laptop to the workspace.
Stride 2
To establish a network connection between the PC and Laptop, click on the Switch grouping from the network devices category and add the 2960 Switch to the workspace.
Pace 3
To connect the computers you lot have added to the Switch, click Automatically choose the connection type from the cabling category.
Step iv
Later connecting the computers to the Switch, click PC0 and click IP Configuration on the Desktop tab.
Stride 5
Type the static IP address 192.168.ane.100 in the FastEthernet0 interface of PC0 and type 255.255.255.0 in the Subnet Mask field.
Footstep 6
Likewise, configure Laptop0's IP configuration equally 192.168.1.200 / 255.255.255.0.
Step seven
Open Command Prompt to ping PC0 from Laptop0.
Step viii
Ping from Laptop0 to PC0 using the command ping 192.168.1.100 and check the network connection.
Step 9
Too, ping Laptop0 using the ping 192.168.1.200 command in PC0's command prompt and cheque the connection.
How to Uninstall Parcel Tracer
If yous want to uninstall the Parcel Tracer software from your Ubuntu figurer, you can do this with a single line control using the terminal.
Step 1
Open Concluding and execute the sudo apt remove packettracer command and type Y and printing Enter to confirm the removal of dependent packets that were automatically installed but no longer needed.
sudo apt remove packettracer
Stride 2
Execute the command beneath to delete the Cisco Packet Tracer desktop shortcut equally well.
sudo rm -rf ~/Desktop/cisco-pt.desktop
Step 3
Finally, after uninstalling a plan in Ubuntu, execute the command below to delete the useless files of the packages received and forestall your system'south enshroud from growing.
sudo apt autoclean && sudo apt autoremove
Video
Installing Old Versions
Packet Tracer 7.2.2
- To install Packet Tracer.run, starting time open the terminal and change the permission of the file with the chmod control equally follows. And so, commencement the installation process with the command ./PacketTracer-7.2.ii-ubuntu-setup.run.
-
chmod +x PacketTracer-7.ii.2-ubuntu-setup.run ./PacketTracer-7.2.2-ubuntu-setup.run
-
- When the PT Setup Wizard window opens, click the Next button to showtime the installation.
- In the Installation Folder window, proceed without changing the /opt/pt/ location that is selected past default.
- Take the PT license in the License Agreement window and click the Next button.
- Click the Install button to confirm that 307.58 MB of disk space will be used for the installation in the Set to Install window.
- You lot will be prompted for the authorized password for your sudo account as soon as you click the Install push. Here, type your root password for your sudo account and click the OK push button.
- Await while the necessary files for Bundle Tracer are copied.
- Later the Wizard completes the installation, click the Finish button to run the program.
- You will get an mistake when y'all endeavor to open the simulator by executing the packettracer command in Terminal. The reason for this error is dependent packages that are not installed on your Linux system. One of the must-have packages for Packet Tracer is Libpng. Now, run the commands beneath in the final to download and install Libpng.
-
wget https://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-ii+deb8u3_amd64.deb
-
- If you see that the multiarch packet must be installed equally well, you will demand to install that package as well. Follow the commands below to install the Multiarch package on Ubuntu.
-
wget https://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
-
- This fourth dimension, if you lot encounter the error (unable to install new version of '/usr/lib/x86_64-linux-gnu/libpng12.so.0': No such file or directory), you should extract the deb bundle to the folder and add the relevant parcel to /opt/pt/bin/. To copy the libpng12.so.0 file;
-
mkdir cpt; dpkg -x libpng12-0_1.2.fifty-2+deb8u3_amd64.deb ./cpt cp ./cpt/lib/x86_64-linux-gnu/libpng12.so.0 /opt/pt/bin/
-
- After fixing the libpng12.so.0 fault, run the command once again in the terminal and complete the installation. So, to exam the operability of the program, utilise the packettracer command and check it.
- You have to do this manually, as the shortcut for the plan is not created automatically after installing PT 7.ii.2.
-
cp /opt/pt/bin/Cisco-PacketTracer.desktop /home/user/Desktop/ chmod +x Cisco-PacketTracer.desktop
-
Package Tracer 7.2.1
- Open Terminal by pressing CTRL + Alt + T on the Ubuntu desktop and follow the commands below to extract the Package Tracer.tar file to the binder.
-
mkdir CPT72 tar -xvzf Package\ Tracer\ 7.2.1\ for\ Linux\ 64\ bit.tar.gz -C CPT72
-
- Subsequently extracting the installation files to the binder, run the install file in the CPT72 binder with the command below to first the installation. Then press Enter to complete the installation and continue.
-
./install
-
- Execute the cd /opt/pt/bin/ command in the last to go to the installation location, and and then execute the ./PacketTracer7 command to run the plan. If the program cannot outset, you demand to install libpng12.
-
.wget http://ftp.us.debian.org/debian/puddle/chief/libp/libpng/libpng12-0_1.2.l-ii+deb8u3_amd64.deb dpkg -i libpng12-0_1.ii.l-2+deb8u3_amd64.deb
-
- Subsequently installing the required package, execute the ./PacketTracer7 command to run the software again.
- To create a desktop shortcut, open the /opt/pt/bin/ binder and re-create the Cisco-PacketTracer.desktop file to the desktop every bit in the image below.
- Open Terminal and execute the command gedit Cisco-PacketTracer.desktop.
- Change the Exec function of the file to /opt/pt/packettracer and relieve the file.
- Execute the chmod +ten Cisco-Bundle Tracer.desktop command to make the desktop shortcut executable.
- To create a start carte shortcut, re-create the desktop shortcut you lot created to /usr/share/applications.
-
sudo mv Bundle\ Tracer\ seven.2.1.desktop /usr/share/applications
-
- To run Packet Tracer 7.ii.1, double-click on the file and click the Trust and Launch push button in the window that opens.
Packet Tracer seven.1.1
Installing the vii.1.x (seven.1.ane) versions of Packet Tracer on your Linux figurer is almost the aforementioned equally the in a higher place steps. All the same, as nosotros said, y'all may need to install different dependent packages for the program. Download and install the dependent packages for version vii.1.1 using the commands beneath.
-
sudo apt-go install libqt5webkit5 libqt5multimediawidgets5 libqt5svg5 libqt5script5 libqt5scripttools5 libqt5sql5
-
wget https://mirrors.kernel.org/ubuntu/pool/principal/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
-
sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
-
wget https://ftp.debian.org/debian/pool/primary/libp/libpng/libpng12-0_1.ii.l-ii+deb8u3_amd64.deb
-
sudo dpkg -i libpng12-0_1.two.50-2+deb8u3_amd64.deb
Installing One-time Versions > Video
Ubuntu & PT Version
YouTube Video
18.x & seven.two.1 (with Wine)
18.10 & 7.1.ane (with Wine)
Related Articles
♦ How to Install Packet Tracer in Kali Linux
♦ How to Install Package Tracer in Linux Mint
♦ How to Install Parcel Tracer in Debian
♦ How to Install Packet Tracer in Windows ten
♦ How to Use Package Tracer
Source: https://www.sysnettechsolutions.com/en/install-packet-tracer-ubuntu/
Posted by: palombohatep1996.blogspot.com
0 Response to "How To Install Cisco Packet Tracer"
Post a Comment