Edit the PKGBUILD file on line 18
source=('local://Packet_Tracer821_amd64_signed.deb'
The current version
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: | 149 |
Popularity: | 1.68 |
First Submitted: | 2009-02-18 07:52 (UTC) |
Last Updated: | 2024-03-09 22:29 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 47 Next › Last »
Edit the PKGBUILD file on line 18
source=('local://Packet_Tracer821_amd64_signed.deb'
The current version
BUG: Packet Tracer is not associated with mimetype x-scheme-handler/pttp by installation of this package--but it is in Ubuntu. PTTP is used to do assessments in NetAcad with Packet Tracer, potentially among other things.
For reference do $dpkg -e CiscoPacketTracer_821_Ubuntu_64bit.deb
and see line 10 of the generated DEBIAN/postinst
.
See also /opt/packettracer/bin/updatepttp, but that's a binary executable that I'm scared to run cos idk what it does.
WORKAROUND: $xdg-mime default cisco-ptsa.desktop x-scheme-handler/pttp
(spoiler alert: this this is line 10 of DEBIAN/postinst
)
I know nothing about packages in Arch but as a friendly reminder putting this in the post-uninstallation script is probably a good idea too.
@sTiKyt, when is icedtea-web requested/needed?
Shoudn't icedtea-web be a dependency?
@tategotoazarasi did you download it from https://www.netacad.com/portal/resources/packet-tracer? For me it has version 8.2.1 on that page. Maybe Cisco hasn't propagated the update worldwide yet?
Where can I get CiscoPacketTracer_821_Ubuntu_64bit.deb? There is only 820 on the official website.
The .desktop files added in the latest version of this package don't have the executable flag set by default; hence, when trying to launch them, I got an error 'You are not authorised to execute this file'. Just a straightforward chmod a+x
is enough to fix.
Error with the last update
==> Making package: packettracer 8.2.1-1 (Sun Mar 12 15:49:05 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> ERROR: CiscoPacketTracer_821_Ubuntu_64bit.deb was not found in the build directory and is not a URL. :: Unable to build packettracer - makepkg exited with code: 1
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.