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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 47 Next › Last »

koatao commented on 2020-06-14 07:01 (UTC) (edited on 2020-06-14 07:11 (UTC) by koatao)

Hi, @ElNinijo, the problem is, the script is not a bash script. Here what I understood about what the script does: export PT7HOME (/opt/packettracer) as environnement variable. Depending on the version of Qt (QT_VERSION > QT_VERSION_CHECK(5,5,0)), export QT_AUTO_SCALE_FACTOR (= 1) if version of Qt is superior to 5.5, else export QT_DEVICE_PIXEL_AUTO (= auto). @ruunyti, how did you test this script ? Why do we need it ? I deleted it, and packettracer is working fine without it (only got one bug yet). And is it really a good idea to put this script in profile.d if it is only needed to packettracer? (meaning it will be sourced for every instances of Bash).

ElNinijo commented on 2020-06-08 11:57 (UTC)

-bash: /etc/profile.d/packettracer.sh: line 4: syntax error near unexpected token (' -bash: /etc/profile.d/packettracer.sh: line 4:if QT_VERSION > QT_VERSION_CHECK(5, 5, 0)'

after update to the newest version i receive these info, where is porblem?

runnytu commented on 2020-05-27 16:37 (UTC)

@horaciohs, Yes, it's necessary, and no errors are shown on my terminal or log.

xiretza commented on 2020-05-26 15:58 (UTC)

Nothing is being compiled anywhere. Speaking of which, shouldn't this really be a -bin package?

bkb commented on 2020-05-26 15:32 (UTC)

Neither make it automatic, in both case you have to manually compile

xiretza commented on 2020-05-26 13:47 (UTC)

@bkb: you can change the source= yourself if you want to download the binaries from a non-official location. Or, as you say, just install it from Cisco and lose all the advantages a package manager gives you.

bkb commented on 2020-05-26 13:13 (UTC) (edited on 2020-05-26 13:13 (UTC) by bkb)

The principle of a package manager is to automatize updates, if you didn't give any way to automatize this installation it's basically useless, it's just installing from Cisco with extra steps

horaciohs commented on 2020-05-26 00:01 (UTC)

packettracer 7.3.0-5 : as CodingKoopa said, every terminal are showing in beginning: bash: ./packettracer.sh: line 4: syntax error near unexpected token (' bash: ./packettracer.sh: line 4:if QT_VERSION > QT_VERSION_CHECK(5, 5, 0)'

Is /etc/profile.d/packettracer.sh necessary ?

runnytu commented on 2020-05-24 12:41 (UTC)

All fixed.

aminvakil commented on 2020-05-20 13:48 (UTC)

@bkb: https://wiki.archlinux.org/index.php/PacketTracer#Disclaimer