cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6542
Views
0
Helpful
4
Replies

Installation of Packet Tracer 7.3 on Fedora 32 Workstation

samuelmatende
Level 1
Level 1

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?

4 Replies 4

Martin L
VIP
VIP

 

well, did u got any errors when installing? or when you try to run it?

 

 

Regards, ML
**Please Rate All Helpful Responses **

ivansaboia
Level 1
Level 1

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

./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/

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/