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 .. 27 28 29 30 31 32 33 34 35 36 37 .. 47 Next › Last »

martadinata666 commented on 2015-11-04 12:33 (UTC)

it is just me that connect to hub make the CPT crash and switch just stay die? but when i downgrade to CPT 6.1 everything work.

runnytu commented on 2015-10-06 20:17 (UTC)

@nmaggioni & @Louis Updated source array, @swiftgeek changed /usr/bin/pt to /usr/bin/packettracer, with the same version number to avoid other users to update.

swiftgeek commented on 2015-10-05 21:56 (UTC)

tcllib https://www.archlinux.org/packages/community/any/tcllib/files/ , conflicts with /usr/bin/pt tcllib is needed for Quartus II (Software for Altera CPLD/FPGA)

nmaggioni commented on 2015-09-16 11:05 (UTC)

As @Louis said, the correct source link is: https://archive.org/download/Packettracer/Cisco%20Packet%20Tracer%206.2%20for%20Linux%20-%20Ubuntu%20installation%20-%20Student%20version.tar.gz

Zeniff commented on 2015-09-15 07:54 (UTC)

I had to comment-out gcc-multilib to get it to work on i686. But thank you very much for making this pkgbuild~!!:)

Louis commented on 2015-09-10 16:30 (UTC)

Why don't use archive.org as a proper source https://archive.org/details/Packettracer? I guess it had been taken down if Cisco had problems with people downloading it without registration.

runnytu commented on 2015-09-05 11:36 (UTC)

@mauritiusdadd, Changed.

mauritiusdadd commented on 2015-09-04 04:53 (UTC)

@runnytu: Thank you, but you forgot to update the .SRCINFO ;)

runnytu commented on 2015-09-03 18:26 (UTC)

@mauritiusdadd, Changed.

mauritiusdadd commented on 2015-09-03 17:52 (UTC)

Please,note that the use of [ "$CARCH" = "x86_64" ] and [ $CARCH = i686 ] for setting dependencies is deprecated and you should use instead the variables depends_i686 and depends_x86_64: https://wiki.archlinux.org/index.php/PKGBUILD#depends