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: 0.82
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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 49 Next › Last »

runnytu commented on 2019-03-12 20:44 (UTC)

@FFY00, Changed.

FFY00 commented on 2019-03-11 21:01 (UTC) (edited on 2019-03-11 21:01 (UTC) by FFY00)

You should also drop all the _x86_64 stuff, there's no other architecture available.

FFY00 commented on 2019-03-11 20:50 (UTC) (edited on 2019-03-11 20:50 (UTC) by FFY00)

Hello, please fix the package as I stated bellow or I'll orphan it.

FFY00 commented on 2019-03-01 23:45 (UTC) (edited on 2019-03-11 20:56 (UTC) by FFY00)

You are working with a binary blob. This should be installed to /opt.

See https://wiki.archlinux.org/index.php/Arch_package_guidelines#Directories

It falls under "Large self-contained packages".

Also, where the hell did you read installing to /opt is disallowed?!

runnytu commented on 2019-02-25 14:30 (UTC)

@FFY00, installing to opt is disallowed, install in /usr/share/packettracer/ makes that more clean and follow arch-guidelines.

FFY00 commented on 2019-02-25 11:19 (UTC)

Please intsall this to /opt!

pandadilama commented on 2018-12-19 22:27 (UTC)

I think we can safely replace icu52 dependency by icu (or currently icu63). Then it compile for me.

-depends_x86_64=('openssl-1.0' 'libpng12' 'icu52') +depends_x86_64=('openssl-1.0' 'libpng12' 'icu')

recolic commented on 2018-12-08 04:33 (UTC)

You can use this link rather than the fucking netacad offical site. https://dl.recolic.net/res/Packet_Tracer_7.2_for_Linux_64_bit.tar.gz

I don't mind legal problems.

drose2211 commented on 2018-10-15 00:49 (UTC) (edited on 2018-10-15 00:51 (UTC) by drose2211)

@flowitdaflow I am having the same issue with the the program hanging as soon as I try to use "save as"

DR34D_0 commented on 2018-10-04 18:08 (UTC) (edited on 2018-10-04 18:09 (UTC) by DR34D_0)

For people using the AUR-helper "yay":

Download the tarball from Cisco.

yay -S packettracer

^^^ BEFORE FINISHING UP THIS INSTALL:

mv tarball /home/$USER/.cache/yay/packettracer

Then finish the yay -S install.