Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/losuler/com.cisco.packettracer
A Flatpak manifest for Cisco's Packet Tracer.
https://github.com/losuler/com.cisco.packettracer
flatpak linux packet-tracer
Last synced: 3 months ago
JSON representation
A Flatpak manifest for Cisco's Packet Tracer.
- Host: GitHub
- URL: https://github.com/losuler/com.cisco.packettracer
- Owner: losuler
- License: mit
- Created: 2021-03-11T09:20:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T07:03:48.000Z (11 months ago)
- Last Synced: 2024-03-03T06:38:23.502Z (11 months ago)
- Topics: flatpak, linux, packet-tracer
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 34
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Packet Tracer Flatpak
A Flatpak manifest for Cisco's Packet Tracer.
## About
This is a Flatpak manifest for [Cisco's Packet Tracer](https://www.netacad.com/courses/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.2.1 and is intended to track the latest release. For previous releases see [janymal/PacketTracer7-flatpak](https://github.com/janymal/PacketTracer7-flatpak) and [rpallai/flatpak-pt](https://github.com/rpallai/flatpak-pt).
## Building
1. Clone this repository.
```bash
git clone https://github.com/losuler/com.cisco.PacketTracer
```2. Install build dependencies (using your preferred package manager).
```bash
dnf install flatpak-builder
```3. Install Flatpak runtime dependencies.
```bash
flatpak install \
org.kde.Sdk/x86_64/5.15-22.08 \
io.qt.qtwebengine.BaseApp/x86_64/5.15-22.08
```4. Download the official Deb package to the cloned repository (don't rename it).
https://skillsforall.com/resources/lab-downloads
5. Build and install the Flatpak.
```bash
cd com.cisco.PacketTracer
flatpak-builder --install --user 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.