06-21-2020 02:06 PM
I am running a Fedora 32 Workstation, downloaded Packet Tracer 730, tried to install it, indicates that installation was successful but it doesn't run. What could be the problem?
06-21-2020 03:45 PM
well, did u got any errors when installing? or when you try to run it?
Regards, ML
**Please Rate All Helpful Responses **
06-24-2020 12:57 PM
I use KDE Plasma on Fedora 32 and follow the steps of the Fedora forum here -> https://ask.fedoraproject.org/t/how-to-install-new-cisco-packet-tracer-7-3-on-fedora -31-workstation / 6047/14
See the explanation of the user philpinch, because, for some users it worked, but for me it didn't, see if it works for you.
For me it was showing the error below and I was unable to find the packages requested in the error in the repositories, or in RPM search sites.
Erro:
./PacketTracer7: ./libcrypto.so.1.0.0: no version information available (required by ./PacketTracer7)
./PacketTracer7: symbol lookup error: ./libQt5Core.so.5: undefined symbol: ucnv_getDefaultName_60
07-06-2020 05:34 AM
./PacketTracer7: ./libcrypto.so.1.0.0: no version information available (required by ./PacketTracer7)
To fix it you need:
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
ar -xv libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
mkdir data
tar -C data -Jxf data.tar.xz
cd data
cp libcrypto.so.1.0.0 /opt/pt/bin/
07-06-2020 06:16 AM
To fix Qt you need:
wget http://security.debian.org/debian-security/pool/updates/main/q/qtbase-opensource-src/libqt5core5a_5.3.2+dfsg-4+deb8u4_amd64.deb
ar -xv libqt5core5a_5.3.2+dfsg-4+deb8u4_amd64.deb
mkdir data
tar -C data -Jxf data.tar.xz
cd data
cp libQt5Core.so.5 /opt/pt/bin/
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide