The officially official Devuan Forum!

You are not logged in.

#1 2025-08-15 16:18:30

Nio9345
Member
Registered: 2025-08-15
Posts: 2  

[SOLVED] Packet Tracer installation on DEVUAN 5.0

So, I'm leaving a list of steps for those who want to install Packet Tracer 8.2+ in the future.

It is a combination of user "aut0exec", here on the forums, steps from Packet Tracer 7.2 (https://dev1galaxy.org/viewtopic.php?id=2532)
and SYSNETTECH author, Tolga Bagci's guide about installing Packet Tracer 8.2+ for Debian 11 and 12 (https://www.sysnettechsolutions.com/en/ … an/#jump-1)

1) Download Packet Tracer 8.2 "deb" file for Ubuntu OS. You have to enroll to Packet Tracer course in order to see the link about downloading
    the packet.

2) Open the terminal and "cd" to your folder where you downloaded the "deb" file, ex. /home/john/Downloads

3) Then run "sudo dpkg -i Packet_name_here.deb".

4) Press "OK" on the message about EULA and then "YES" about accepting.

5) You will see that there are some dependences, that where not installed. Run "sudo apt install -f" in order to force install them.

6) Either run "packettracer" from terminal or there will be a new entry on the main menu under "other".

7) If you get an error "/usr/local/bin/packettracer: line X: XXXX Aborted     ./PacketTracer "$@" > /dev/null 2>&1"
    then you are missing critical qt5 dependencies and need to install them anew.

8) Thanks to aut0exec, you can run "sudo apt-get install libqt5x11extras5 libqt5multimedia5 libqt5webkit5" and
    install all packages and their dependencies. After that it will work just fine!

Offline

#2 2025-08-16 07:00:52

stargate-sg1-cheyenne-mtn
Member
Registered: 2023-11-27
Posts: 364  

Re: [SOLVED] Packet Tracer installation on DEVUAN 5.0

@Nio9345 welcome to the forum. thank you for joining and for taking the time to contribute to our knowledge!


Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!

Offline

#3 2025-08-16 16:49:58

greenjeans
Member
Registered: 2017-04-07
Posts: 1,125  
Website

Re: [SOLVED] Packet Tracer installation on DEVUAN 5.0

I haven't tried to install it, but just looking at the instructions I see you're using dpkg to install, and that's why you're missing depends as dpkg cannot resolve them. Wouldn't it be better to use apt-get?

I only use dpkg when I know for a fact that I already have all depends installed.


https://sourceforge.net/projects/vuu-do/ New Vuu-do isos uploaded August 2025!
Vuu-do GNU/Linux, minimal Devuan-based Openbox and Mate systems to build on. Also a max version for OB.
Devuan 5 mate-mini iso, pure Devuan, 100% no-vuu-do. wink Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

#4 2025-08-17 08:58:01

Nio9345
Member
Registered: 2025-08-15
Posts: 2  

Re: [SOLVED] Packet Tracer installation on DEVUAN 5.0

Well, after checking "apt" manual I see that it can install packages that are saved locally!!

Didn't know that!!! Thank you greenjeans for the reply!

Offline

#5 2025-08-17 16:25:06

greenjeans
Member
Registered: 2017-04-07
Posts: 1,125  
Website

Re: [SOLVED] Packet Tracer installation on DEVUAN 5.0

^^ My pleasure friend, welcome to the forum! smile


https://sourceforge.net/projects/vuu-do/ New Vuu-do isos uploaded August 2025!
Vuu-do GNU/Linux, minimal Devuan-based Openbox and Mate systems to build on. Also a max version for OB.
Devuan 5 mate-mini iso, pure Devuan, 100% no-vuu-do. wink Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate

Offline

Board footer