Before installing with an AUR helper, you must manually download the .deb package from Cisco's official site since it requires authentication and cannot be fetched automatically.
- Log in at https://www.netacad.com/resources/lab-downloads
- Download: CiscoPacketTracer_900_Ubuntu_64bit.deb
- Place it in the build directory:
cp ~/Downloads/CiscoPacketTracer_900_Ubuntu_64bit.deb ~/.cache/paru/clone/packettracer/
#(If using yay: ~/.cache/yay/packettracer/)
- Then proceed with installation:
paru -S packettracer
If you see the error: 'CiscoPacketTracer_900_Ubuntu_64bit.deb was not found in the build directory and is not a URL'
It simply means the .deb is missing from the build directory — follow the steps above and retry.
Pinned Comments
runnytu commented on 2025-10-18 13:00 (UTC)
After install version 9.0.0, you should execute from console: "./usr/lib/packettracer/packettracer.AppImage" in order to accept the license and install the desktop files.
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.