I think we can safely replace icu52 dependency by icu (or currently icu63). Then it compile for me.
-depends_x86_64=('openssl-1.0' 'libpng12' 'icu52') +depends_x86_64=('openssl-1.0' 'libpng12' 'icu')
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: | 2.11 |
First Submitted: | 2009-02-18 07:52 (UTC) |
Last Updated: | 2024-03-09 22:29 (UTC) |
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 47 Next › Last »
I think we can safely replace icu52 dependency by icu (or currently icu63). Then it compile for me.
-depends_x86_64=('openssl-1.0' 'libpng12' 'icu52') +depends_x86_64=('openssl-1.0' 'libpng12' 'icu')
You can use this link rather than the fucking netacad offical site. https://dl.recolic.net/res/Packet_Tracer_7.2_for_Linux_64_bit.tar.gz
I don't mind legal problems.
@flowitdaflow I am having the same issue with the the program hanging as soon as I try to use "save as"
For people using the AUR-helper "yay":
Download the tarball from Cisco.
yay -S packettracer
^^^ BEFORE FINISHING UP THIS INSTALL:
mv tarball /home/$USER/.cache/yay/packettracer
Then finish the yay -S install.
Since packettracer 7.2, when doing "Save as" and typing a name, as soon as it shows you some files that already exist, the current session hangs on. Cannot open any program, not able to click anything.
Using Wayland and another keyboard layout than English? Here's a workaround that works for me on Gnome 3 under Wayland.
Open a terminal and type in:
setxkbmap -layout [your favourite language] (-variant [your favourite layout variant])
Example for German users:
setxkbmap -layout de (-variant nodeadkeys)
You also can write a script and an autostart file to avoid manually executing the command.
Here some keywords for Google: Tastatur, deutsch, deutsche, Tastenbelegung, X11, xorg
Is it just me or it asks to login every single time? Could this something in the install process? Fonts also don't adjust to high resolution monitors. They're really tiny.
For version 7.2:
Download PacketTracer from your netacad account
Run 'yaourt -S packettracer'. Don't try to finish until you follow next step.
Place 'Packet Tracer 7.2 for Linux 64 bit.tar.gz' in /tmp/'aur_package_folder'
Finish installing. Done.
Version 7.2 is already available as of August 2018, see the top notice at: https://www.packettracernetwork.com/features/packettracer-72-newfeatures.html and also at https://www.netacad.com/group/offerings/packet-tracer/
In the netacad web page there is still the 7.1 version, don't flag until version 7.2 it's available on the netacad page.
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.