Skip to content

Script for installing packettracer on void linux

Notifications You must be signed in to change notification settings

mpotane/void-packettracer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Script for installing Cisco Packet Tracer 7.3.1

VOID-LINUX
  • PREREQUISITES
  1. PacketTracer_731_amd64.deb - NETACAD
  2. xz - The XZ compression utilities
  3. xdg-utils - Tools to assist applications with various desktop integration tasks
  4. 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

About

Script for installing packettracer on void linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%