Package Details: packettracer 8.2.2-1

Git Clone URL: https://aur.archlinux.org/packettracer.git (read-only, click to copy)
Package Base: packettracer
Description: A cross-platform visual simulation tool designed by Cisco Systems that allows users to create network topologies and imitate modern computer network
Upstream URL: https://www.netacad.com/courses/packet-tracer
Licenses: custom
Submitter: Vamp898
Maintainer: runnytu
Last Packager: runnytu
Votes: 149
Popularity: 0.27
First Submitted: 2009-02-18 07:52 (UTC)
Last Updated: 2025-03-07 21:40 (UTC)

Dependencies (16)

Required by (0)

Sources (4)

Pinned Comments

runnytu commented on 2020-01-04 16:58 (UTC) (edited on 2020-01-04 16:59 (UTC) by runnytu)

To install all versions of packettracer except 7.2.2, follow this guidelines: 1. Download the snapshot from this AUR. 2. Tar -zxf the packettracer.tar.gz snapshot (it creates the dir packettracer/ with the PKGBUILD on it). 3. Download the latest packettracer tarball from your Netacad account and copy it into the packettracer/ dir. 4. Create the package with the command makepkg (it creates a packettracer.pkg.tar.xz). 5. Install the package with either makepkg -i or sudo pacman -U packettracer.pkg.tar.xz.

Packettracer 7.2.2 are auto installable via run file, download it from netacad webpage and run it, you don't need this package.

Latest Comments

1 2 3 4 5 6 .. 48 Next › Last »

Gaeldev commented on 2025-03-06 05:39 (UTC)

Im having this issue after following some advices

==> Starting package()...
tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in package().
    Aborting...

Benjamin-035 commented on 2025-02-23 15:40 (UTC) (edited on 2025-02-23 15:41 (UTC) by Benjamin-035)

A guide to downloading and installing:

1.: Download the .deb file from https://www.netacad.com/resources/lab-downloads (you need to sign in)

2.: Try to install this package with an AUR helper

3.: Copy the Downloaded file to /home/benjamin/.cache/yay/packettracer/ and name it CiscoPacketTracer822_amd64_signed.deb.

4.: Install again with an AUR helper

5.: Should work now.

gameslayer commented on 2025-01-28 04:36 (UTC) (edited on 2025-01-28 04:57 (UTC) by gameslayer)

Deb name has been renamed to Packet_Tracer822_amd64_signed.deb

SeriousCat commented on 2025-01-15 17:20 (UTC)

For those it might help I followed the steps in this Reddit post to generate a light mode profile for the app to pass alone via ENV variables:

https://old.reddit.com/r/kde/comments/lcm2n3/how_to_make_specific_application_ignore_system/

chared commented on 2024-11-28 07:40 (UTC)

@dead_donkey Yeah lol, I ended up finding out about this while I was waiting for somebody to reply on my comment. I'll probably use the windows version with wine. As, it seemed to work for some other user.

dead_donkey commented on 2024-11-28 06:52 (UTC)

@chared Are you using the dark theme on your desktop environment, by any chance? I had this issue - using dark theme changes the text colour in the workspace to white, but the background of the workspace also stays white, rendering the text usually invisible. As a workaround I ended up creating a VM for Packet Tracer, but you could also just use light theme on your main installation instead.

chared commented on 2024-11-28 06:30 (UTC)

I installed the tracer successfully, but when I try to make a logical topology it doesn't show me the names of the devices that I've used in the workspace. Is this an issue with the graphics driver or did something go wrong with the build? (I didn't notice any errors during the build). Also, I've enabled "show device names" in the preferences.

miniM1nn commented on 2024-11-27 06:58 (UTC) (edited on 2024-11-27 07:00 (UTC) by miniM1nn)

@easyy Your steps made my installation works flawlessly, thanks! I had to edit this source=('local://Packet_Tracer822_amd64_signed.deb' from PKGBUILD to be the same name of my downloaded Packet_Tracer822_amd64_signed.deb from the official website.

easyy commented on 2024-10-20 18:02 (UTC) (edited on 2024-10-22 03:29 (UTC) by easyy)

These are the steps I did to get a successful makepkg -si

  1. In PKGBUILD change- source=('local://CiscoPacketTracer822_amd64_signed.deb' to source=('local://PacketTracer822_amd64_signed.deb'

  2. Generate a new checksum for the .deb file using the command- sha512sum Packet_Tracer822_amd64_signed.deb

  3. Replace the first checksum in PKGBUILD with the new one you generated. source=('local://Packet_Tracer822_amd64_signed.deb' 'packettracer.sh' 'cisco-pt.desktop' 'cisco-ptsa.desktop') This is the order of the checksums.

  4. Make sure to mv the .deb file and not *cp it to the packettracer directory.

  5. Hope this helped! :D