Script for installing Cisco Packet Tracer 8.2.0
VOID-LINUX
- PREREQUISITES
- CiscoPacketTracer_820_Ubuntu_64bit.deb - NETACAD
- xz - The XZ compression utilities
- xdg-utils - Tools to assist applications with various desktop integration tasks
- binutils - for ar
Download the script - make sure the CiscoPacketTracer_820_Ubuntu_64bit.deb and the install script is in the same folder
wget https://raw.githubusercontent.com/jpnt/void-packettracer/master/install_pt.sh
TO INSTALL
sudo bash install_pt.sh
TO RUN
/opt/pt/packettracer
You can do symbolic link using
sudo ln -s /opt/pt/packettracer /usr/local/bin/packettracer
TO REMOVE
if you use symlink remove it:
sudo rm /usr/local/bin/packettracer
then:
sudo bash uninstall.sh