adce8c78ee7d1e3c0ab11af9d364ecaf2eeca0b9
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.1.1 and is intended to track the latest release. For previous releases see janymal/PacketTracer7-flatpak and rpallai/flatpak-pt.
Building
-
Clone this repository.
git clone https://github.com/losuler/com.cisco.PacketTracer
-
Install build dependencies (using your preferred package manager).
dnf install flatpak-builder
-
Install Flatpak runtime dependencies.
flatpak install \ org.freedesktop.Platform/x86_64/20.08 \ org.freedesktop.Sdk/x86_64/20.08
-
Download the official Deb package and copy it to the cloned repository (Do not rename it).
-
Build and install the Flatpak.
cd com.cisco.PacketTracer flatpak-builder --install build com.cisco.PacketTracer.yml
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
Languages
Shell
74%
Makefile
26%