
Read -p "Should we try to gain root access with sudo? " QSD If thenĮcho "Installing 32 bit libraries for Packet Tracer."Īpt-get -y install libqt4-scripttools:i386Įcho Not able to create and copy files to $IDIR Gtk-update-icon-cache -f -q /usr/share/icons/hicolorĬp $SDIR/art/app_student.png /usr/share/icons/hicolor/48x48/apps/pt6.png Rm -f /usr/share/icons/hicolor/48x48/apps/pt6.png If touch /usr/share/applications/pt6.desktop > /dev/null 2>&1 thenĮcho -e "\nExec=PacketTracer6\nIcon=pt6\nType=Application\nTerminal=false\nName=Packet Tracer 6.2" | tee /usr/share/applications/pt6.desktop > /dev/null Sh -c "sed s/III/$QIDIR/ $SDIR/tpl.linguist > $IDIR/linguist" Sh -c "sed s/III/$QIDIR/ $SDIR/tpl.packettracer > $IDIR/packettracer" If || || thenĮcho Copied all files successfully to $IDIR Read -p "It appears that Packet Tracer is already installed. Please check your Internet connection and try again." exit 0 TESTCONNECTION=`wget -tries=3 -timeout=15 -O /tmp/testinternet &>/dev/null 2>&1`Įcho -"You are not connected to the Internet. Read -p "Enter location to install Cisco Packet Tracer or press enter for default : " IDIRĭEPENDS=$(dpkg -l | grep yelp | tail -n 1 | cut -c1) You must accept the terms of this EULA to install and use Cisco Packet Tracer.Įcho "Press the Enter key to read the EULA."Įcho "Do you accept the terms of the EULA? (Y)es/(N)o"Įcho "You have accepted the terms to the EULA. # Thanks to Paul Fedele for providing script to check/download 32-bit library on a 64-bit machineĮcho Welcome to Cisco Packet Tracer 6.2 InstallationĮcho Read the following End User License Agreement \"EULA\" carefully. # Thanks to Felix Wolf for providing this install script. (I´m sorry about the formatting, I will edit this as soon as I figure out how to properly input the script) #!/bin/bash install script that I used from the package: What are my options in removing the software(package) of packettracer62? I tried to grep it in case it was named differently, still nothing.

Both of which yielded that the package can´t be found. I already tried sudo apt-get remove -purge packettracer, and also dpkg -r packettracer. The problem is I want to uninstall packettracer and I can't find anything that works. Agreed to the EULA, the script downloaded all the needed files.

I ran the file install found in the folder.

I downloaded the files from cisco (ubuntu installation files (with tutorial/student version)) and extracted the files.
