An open API service indexing awesome lists of open source software.

https://github.com/waszaswiatobliwosc/linuxpackettracer

Get Cisco Packet Tracer on any major Linux distribution.
https://github.com/waszaswiatobliwosc/linuxpackettracer

archlinux cisco-packet-tracer debian fedora linux mint netacad networking opensuse packet-tracer ubuntu

Last synced: about 2 months ago
JSON representation

Get Cisco Packet Tracer on any major Linux distribution.

Awesome Lists containing this project

README

        

# Easy install of Cisco Packet Tracer on Your Linux distro
Welcome!
In the times long gone Cisco has been releasing It's Packet Tracer utility for various platforms e.g. Windows, MacOS, .deb based, .rpm based and Arch based GNU/Linux distributions. The release tree was cut short except first three OS' mentioned earlier. This installer returns the mint-fresh version to the Linux desktops.

# Before We begin

  • Head to the https://www.netacad.com/resources/lab-downloads and download "Packet Tracer 8.2.2 Ubuntu 64bit".
    Save it in default Downloads folder because script starts executing there.

  • If for any reason Cisco resource is unavailable, You can download it here:
    https://mega.nz/file/QkhBxS4C#bsHpAKjp16Dw4tivGACoTGc03niuK38_nIUvkLH0yGY

  • Git tools:

  • OpenSUSE Leap/Tumbleweed
    zypper in git
    Fedora/CentOS
    dnf install git
    Debian/Mint/Ubuntu
    apt-get install git
    Arch
    pacman -s git

    If any of this returns error, add sudo at the start.

    # Install

  • Open terminal (ctrl + alt + t) and enter Your Downloads/ directory.

  • Clone this repo or download .zip and extract it there. Enter it and run ./install.sh. Let the magic do the trick.

  • When installation is complete Packet Tracer should be accesible from Application menu, Ulauncher and Desktop.
    Command packettracer can be run in Terminal. You can run packettracer --no-sanbox too.
    Have You encountered any errors head back to Before We begin or Known issues chapter.

    # Known issues

  • Arch Linux XFCE despite having xdg-utlis package was lacking xdg-user-dirs. It could've been bypassed by modifying the installation script and setting DOWNLOADS_DIR as ~/Downloads or wherever the .deb file's been saved, though I wanted to keep this installer as user-friendly as it could get.

  • Arch Linux XFCE lacks full qt5. You have to install it first by running sudo pacman -S qt5 and selecting all (I haven't figured out which one exactly solved the issue).

  • Feel free to report bugs.