You need to be a member of the Cisco Network Academy. If you are not, than you are not able to legally use this software.
Search Criteria
Package Details: packettracer 7.2.1-1
Git Clone URL: | https://aur.archlinux.org/packettracer.git (read-only) |
---|---|
Package Base: | packettracer |
Description: | Network design and emulation software for Cisco's Networking Academy instructors and students. |
Upstream URL: | http://www.netacad.com/about-networking-academy/packet-tracer |
Licenses: | |
Submitter: | Vamp898 |
Maintainer: | runnytu |
Last Packager: | runnytu |
Votes: | 100 |
Popularity: | 0.48 |
First Submitted: | 2009-02-18 07:52 |
Last Updated: | 2019-03-12 20:28 |
Dependencies (3)
Required by (0)
Sources (4)
pyther commented on 2010-10-06 12:51
Anonymous comment on 2010-10-06 09:55
PacketTracer531_Fedora.tar.gz not found. Please let me know where I can download it.
pyther commented on 2010-09-06 19:27
Updated to 5.3.1.
Note: you must have the Tahoma font installed otherwise the menu will be unreadable. Alternatively, blindly navigate to Options (3rd Item) -> Preferences (First Item) -> Font (Tab) -> File Menu and select a different font.
Also, since I am no longer using PT on a regular basis I will orphan this package.
pyther commented on 2010-09-06 19:03
I attempted to do a version bump, however, when using the static libraries provided in the package (PT) all of the menu text is goofy. It seems like using the lib32-qt libraries work.
However, since I'm in CCNP courses that do not support PacketTracer and I do not have much of I need for PT I will orphan this package.
jumperpunk commented on 2010-08-08 01:45
I used the following for a PKGBUILD, and it worked for me. Note that I also changed the dependencies. It would compile, but not run without qt and pcre (32bit).
http://aur.pastebin.com/Mkj6BpHm
govindarajulu commented on 2010-07-24 14:48
@ vando
no, change
line 30: mkdir -p ${pkgdir}/opt/pt/{art,backgrounds,bin,extensions,help,LANGUAGES,lib,saves,Sounds,templates}
to : mkdir -p ${pkgdir}/opt/pt/{art,backgrounds,bin,extensions,help,LANGUAGES,lib,saves,sounds,templates}
or
change s to S in line 30,
do one of this for installing succesfully , and i dont know which dir the packettracer use, ..../Sound or ..../sound.
pyther commented on 2010-07-19 03:15
thanks for reporting the problem i will try to update the pkgbuild this week. i have been real busy with work, school, and a family issue.
Anonymous comment on 2010-07-19 02:53
==> Starting build()...
cp: target `/home/vando/Packages/Source/packettracer/pkg/opt/pt/sounds' is not a directory
Aborting...
and also should be it in line 39 (caps "S" in "sounds")
govindarajulu commented on 2010-07-15 06:21
[root@poison3 packettracer]# makepkg --asroot
==> Making package: packettracer 5.3.0-1 (Thu Jul 15 17:13:49 IST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found PacketTracer53_Fedora.tar.gz
-> Found packettracer
-> Found linguist
==> Validating source files with md5sums...
PacketTracer53_Fedora.tar.gz ... Passed
packettracer ... Passed
linguist ... Passed
==> Extracting Sources...
-> Extracting PacketTracer53_Fedora.tar.gz with bsdtar
==> Starting build()...
cp: target `/root/aur/packettracer/pkg/opt/pt/sounds' is not a directory
Aborting...
in PKBBUILD line 30 is
mkdir -p ${pkgdir}/opt/pt/{art,backgrounds,bin,extensions,help,LANGUAGES,lib,saves,Sounds,templates}
should be
mkdir -p ${pkgdir}/opt/pt/{art,backgrounds,bin,extensions,help,LANGUAGES,lib,saves,sounds,templates}
(note the caps 'S')
govindarajulu commented on 2010-07-15 06:17
[root@poison3 packettracer]# makepkg --asroot
==> Making package: packettracer 5.3.0-1 (Thu Jul 15 17:13:49 IST 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found PacketTracer53_Fedora.tar.gz
-> Found packettracer
-> Found linguist
==> Validating source files with md5sums...
PacketTracer53_Fedora.tar.gz ... Passed
packettracer ... Passed
linguist ... Passed
==> Extracting Sources...
-> Extracting PacketTracer53_Fedora.tar.gz with bsdtar
==> Starting build()...
cp: target `/root/aur/packettracer/pkg/opt/pt/sounds' is not a directory
Aborting...
in PKBBUILD line 30 is
mkdir -p ${pkgdir}/opt/pt/{art,backgrounds,bin,extensions,help,LANGUAGES,lib,saves,Sounds,templates}
sould be
mkdir -p ${pkgdir}/opt/pt/{art,backgrounds,bin,extensions,help,LANGUAGES,lib,saves,sounds,templates}
(note the caps 'S')
Pinned Comments
runnytu commented on 2019-11-04 05:50
New versions of packettracer are autoinstallables via run file, download it from netacad webpage and run it.