Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagojolv/packettracer-fedora
Easily install Cisco Packet Tracer latest version on Fedora.
https://github.com/thiagojolv/packettracer-fedora
fedora network simulation
Last synced: 4 days ago
JSON representation
Easily install Cisco Packet Tracer latest version on Fedora.
- Host: GitHub
- URL: https://github.com/thiagojolv/packettracer-fedora
- Owner: thiagojolv
- License: gpl-3.0
- Created: 2021-12-15T04:53:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T11:21:54.000Z (12 days ago)
- Last Synced: 2024-12-14T17:02:24.874Z (12 days ago)
- Topics: fedora, network, simulation
- Language: Shell
- Homepage:
- Size: 65.4 KB
- Stars: 446
- Watchers: 9
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cisco Packet Tracer latest version on Fedora
[Watch this script in action](https://youtu.be/iOiwRt_P95Y)
Easily install Cisco Packet Tracer latest version on Fedora. This installation script automatically detects a Cisco Packet Tracer `.deb` in any directory on user home.
## Install
Follow these steps to easily install:
- Download the Packet Tracer installer from [Cisco's download page](https://www.netacad.com/resources/lab-downloads?courseLang=en-US) and save it in any directory on `/home` using the default filename.
- Clone this repo to your system
- `cd` into the cloned repo and make the install script executable: `chmod +x setup.sh`
- Run `bash setup.sh` **or** `sudo bash setup.sh` and relax. If you not use `sudo`, you can receive no permission alerts when the script looks for installers on you HOME. Only ignore.Now, the script accepts command line options:
- `-d` or `--directory` allows you to specify a path to the installer. This can turn the script more fast preventing to makes big searchs in the entire user home directory;
- `-h` will show help about the script;
- `--uninstall` uninstall installed Cisco Packet Tracer.## Supported Fedora release
- [x] Fedora 38 ([F38 is End of Life](https://discussion.fedoraproject.org/t/f38-is-end-of-life/117727))
- [x] Fedora 39
- [x] Fedora 40
- [x] Fedora 41## Supported other releases
- [X] Nobara 39
- [X] Nobara 40_If you try this script in another Fedora release, please report any problem or success case._