Bryce Torcello 4fb6fd1dff Merge pull request #1 from koyuawsmbrtn/master
Update for version 8.0.1
2021-11-11 11:09:42 +00:00
2021-03-11 20:29:15 +11:00
2021-03-11 20:29:15 +11:00
2021-03-11 20:29:15 +11:00
2021-03-11 20:29:15 +11:00
2021-03-11 20:29:15 +11:00

Packet Tracer Flatpak

A Flatpak manifest for Cisco's Packet Tracer.

About

This is a Flatpak manifest for Cisco's Packet Tracer. The Deb package in which Cisco distributes their binary build of Packet Tracer is not included as the download link for and use of Packet Tracer itself requires a Netacad account.

This is currently based on Packet Tracer 8.0 and is intended to track the latest release. For previous releases see janymal/PacketTracer7-flatpak and rpallai/flatpak-pt.

Building

  1. Clone this repository.

    git clone https://github.com/losuler/com.cisco.PacketTracer
    
  2. Install build depenendcies.

    flatpak-builder
    
  3. Install Flatpak runtime dependencies.

    org.freedesktop.Platform/x86_64/20.08
    org.freedesktop.Sdk/x86_64/20.08
    
  4. Download the official Deb package.

    https://www.netacad.com/portal/resources/packet-tracer

  5. Build and install the Flatpak.

    make install
    

Notes

  • Do not remove the .flatpak-builder directory that is created during the build (while the Flatpak is installed) as it serves as the local Flatpak repository.
Description
Flatpak manifest for Packet Tracer 8.2.2
Readme 106 KiB
Languages
Shell 74%
Makefile 26%