Easy:
-
Download the snapshot from AUR:
https://aur.archlinux.org/cgit/aur.git/snapshot/packettracer.tar.gz -
Uncompress the packettracer.tar.gz snapshot (it creates the dir packettracer/ with the PKGBUILD on it).
-
Download the latest packettracer .deb file from your Netacad account:
https://www.netacad.com/ -
Copy it into the packettracer/ dir.
-
Open a Terminal in the packettracer/ dir. and create the package with the command
makepkg
. It creates a packettracer.pkg.tar.xz. -
From the same opened terminal, install the package with either
makepkg -i
orsudo pacman -U packettracer.pkg.tar.xz
.