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: 147
Popularity: 0.83
First Submitted: 2009-02-18 07:52 (UTC)
Last Updated: 2024-03-09 22:29 (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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 47 Next › Last »

Rawleenc commented on 2019-04-08 07:01 (UTC)

@runnytu Hmm, it's strange...

runnytu commented on 2019-04-04 16:41 (UTC)

@Barazok, in my system, packettracert it still working without issues without qt5-x11extras package installed.

Rawleenc commented on 2019-04-02 07:25 (UTC) (edited on 2019-04-02 07:25 (UTC) by Rawleenc)

@runnytu please add qt5-x11extras in dependencies, since the last system update packettracer fail to launch with the following exception :

"Fatal: This application failed to start because it could not find or load the Qt platform plugin "xcb"."

Installing qt5-x11extras fix this issue.

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')