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: LicenseRef-Cisco-EULA
Submitter: Vamp898
Maintainer: runnytu
Last Packager: runnytu
Votes: 151
Popularity: 1.00
First Submitted: 2009-02-18 07:52 (UTC)
Last Updated: 2025-05-04 15: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

« First ‹ Previous 1 .. 41 42 43 44 45 46 47 48 49 Next › Last »

jordidg commented on 2010-12-18 12:32 (UTC)

And the output of LD_LIBRARY_PATH="/opt/pt/lib" ldd /opt/pt/bin/PacketTracer5 would be nice as well.

jordidg commented on 2010-12-18 11:15 (UTC)

Hmm thats exactly the same as on my system. Could you run packettracer in a terminal and post the output?

Mr.Smith1974 commented on 2010-12-18 08:53 (UTC)

x86-64 [MegaKiller1998@my-desktop ~]$ pacman -Ql packettracer | grep so$ packettracer /opt/pt/bin/accessible/libqtaccessiblecompatwidgets.so packettracer /opt/pt/bin/accessible/libqtaccessiblewidgets.so packettracer /opt/pt/bin/imageformats/libqgif.so packettracer /opt/pt/bin/imageformats/libqjpeg.so packettracer /opt/pt/lib/libQtXml.so

jordidg commented on 2010-12-17 21:39 (UTC)

Are you running 64bit? Or 32? And could you please post the output of pacman -Ql packettracer | grep so$

Mr.Smith1974 commented on 2010-12-17 19:54 (UTC)

Of course, I've tried and your PKGUILD of AUR - with exactly the same problem.

jordidg commented on 2010-12-17 15:43 (UTC)

Actually I was talking about the pkgrel (the last number in the version string). It sounds like you're running 5.3.1-1 instead of 5.3.1-2. It's the same binary from cisco, but a different PKGBUILD, so that the issues you're talking about are resolved. You should try rebuilding the package.

Mr.Smith1974 commented on 2010-12-17 14:24 (UTC)

I'm using "Packet Tracer v5.3.1 Application + Tutorial Generic Fedora" from the official site cisco.netacad.net

jordidg commented on 2010-12-16 19:22 (UTC)

Are you sure you're running 5.3.1-2? Because that version is already using system qt for fonts and stuff, in combination with the bundled qt so you can still save your work.

Mr.Smith1974 commented on 2010-12-16 19:09 (UTC)

I have no fonts in the program. But if /opt/pt/packettracer comment line: export LD_LIBRARY_PATH=$PTDIR/lib PT does not use its own, but uses the system libraries. After that, the fonts are smooth and apply a systemic theme. But when trying to open any saved work PT for a long time drawn the window, so it is impossible to work. I suspect the incompatibility of versions of Qt.