- PREREQUISITES
- PacketTracer_731_amd64.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 PacketTracer_731_amd64.deb and the install script is in the same folder
wget https://raw.githubusercontent.com/p0txky/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