I can't run Cisco packet tracer 7.1 on Ubuntu

Clash Royale CLAN TAG#URR8PPP up vote
3
down vote
favorite
I have downloaded and extracted the packet tracer file, then I used this command as root
chmod +x install
then I ran (as root)
./install
Then I used this command
./set_ptenv.sh
but whenever I run this command
packettracer
it just doesn't start

networking cisco
add a comment |Â
up vote
3
down vote
favorite
I have downloaded and extracted the packet tracer file, then I used this command as root
chmod +x install
then I ran (as root)
./install
Then I used this command
./set_ptenv.sh
but whenever I run this command
packettracer
it just doesn't start

networking cisco
I think you should not run CPT as root. Try to runpackettraceras normal user.
â N0rbert
Nov 19 '17 at 20:42
nah man i get an error when i try to run the application itself : ./PacketTracer7: error while loading shared libraries: libQt5script.so.50:cant open shared object file: No such file or directory
â Hozaifa Owaisi
Nov 19 '17 at 20:47
just try to install missed dependency withsudo apt-get install libqt5script5.
â N0rbert
Nov 19 '17 at 20:50
still gettin that erorr
â Hozaifa Owaisi
Nov 19 '17 at 20:55
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I have downloaded and extracted the packet tracer file, then I used this command as root
chmod +x install
then I ran (as root)
./install
Then I used this command
./set_ptenv.sh
but whenever I run this command
packettracer
it just doesn't start

networking cisco
I have downloaded and extracted the packet tracer file, then I used this command as root
chmod +x install
then I ran (as root)
./install
Then I used this command
./set_ptenv.sh
but whenever I run this command
packettracer
it just doesn't start

networking cisco
edited Dec 4 '17 at 20:25
Zanna
47.9k13119227
47.9k13119227
asked Nov 19 '17 at 20:37
Hozaifa Owaisi
1814
1814
I think you should not run CPT as root. Try to runpackettraceras normal user.
â N0rbert
Nov 19 '17 at 20:42
nah man i get an error when i try to run the application itself : ./PacketTracer7: error while loading shared libraries: libQt5script.so.50:cant open shared object file: No such file or directory
â Hozaifa Owaisi
Nov 19 '17 at 20:47
just try to install missed dependency withsudo apt-get install libqt5script5.
â N0rbert
Nov 19 '17 at 20:50
still gettin that erorr
â Hozaifa Owaisi
Nov 19 '17 at 20:55
add a comment |Â
I think you should not run CPT as root. Try to runpackettraceras normal user.
â N0rbert
Nov 19 '17 at 20:42
nah man i get an error when i try to run the application itself : ./PacketTracer7: error while loading shared libraries: libQt5script.so.50:cant open shared object file: No such file or directory
â Hozaifa Owaisi
Nov 19 '17 at 20:47
just try to install missed dependency withsudo apt-get install libqt5script5.
â N0rbert
Nov 19 '17 at 20:50
still gettin that erorr
â Hozaifa Owaisi
Nov 19 '17 at 20:55
I think you should not run CPT as root. Try to run
packettracer as normal user.â N0rbert
Nov 19 '17 at 20:42
I think you should not run CPT as root. Try to run
packettracer as normal user.â N0rbert
Nov 19 '17 at 20:42
nah man i get an error when i try to run the application itself : ./PacketTracer7: error while loading shared libraries: libQt5script.so.50:cant open shared object file: No such file or directory
â Hozaifa Owaisi
Nov 19 '17 at 20:47
nah man i get an error when i try to run the application itself : ./PacketTracer7: error while loading shared libraries: libQt5script.so.50:cant open shared object file: No such file or directory
â Hozaifa Owaisi
Nov 19 '17 at 20:47
just try to install missed dependency with
sudo apt-get install libqt5script5.â N0rbert
Nov 19 '17 at 20:50
just try to install missed dependency with
sudo apt-get install libqt5script5.â N0rbert
Nov 19 '17 at 20:50
still gettin that erorr
â Hozaifa Owaisi
Nov 19 '17 at 20:55
still gettin that erorr
â Hozaifa Owaisi
Nov 19 '17 at 20:55
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
6
down vote
accepted
It seems that you are using CPT 7.1 on Ubuntu 16.04 LTS.
I have found a nice guide to run CPT.
Steps:
- Install CPT as you have already done.
Download correct version of library
libicu52(for example for amd64)cd /tmp
wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
3 . Launch CPT with the packettracer.
Update: this procedure works with CPT 7.1.1 too.
ok yah its working now
â Hozaifa Owaisi
Nov 20 '17 at 20:59
libicu52 or libcu55? 60?
â Thufir
Jul 7 at 9:14
add a comment |Â
protected by Community⦠Jun 30 at 10:37
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
It seems that you are using CPT 7.1 on Ubuntu 16.04 LTS.
I have found a nice guide to run CPT.
Steps:
- Install CPT as you have already done.
Download correct version of library
libicu52(for example for amd64)cd /tmp
wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
3 . Launch CPT with the packettracer.
Update: this procedure works with CPT 7.1.1 too.
ok yah its working now
â Hozaifa Owaisi
Nov 20 '17 at 20:59
libicu52 or libcu55? 60?
â Thufir
Jul 7 at 9:14
add a comment |Â
up vote
6
down vote
accepted
It seems that you are using CPT 7.1 on Ubuntu 16.04 LTS.
I have found a nice guide to run CPT.
Steps:
- Install CPT as you have already done.
Download correct version of library
libicu52(for example for amd64)cd /tmp
wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
3 . Launch CPT with the packettracer.
Update: this procedure works with CPT 7.1.1 too.
ok yah its working now
â Hozaifa Owaisi
Nov 20 '17 at 20:59
libicu52 or libcu55? 60?
â Thufir
Jul 7 at 9:14
add a comment |Â
up vote
6
down vote
accepted
up vote
6
down vote
accepted
It seems that you are using CPT 7.1 on Ubuntu 16.04 LTS.
I have found a nice guide to run CPT.
Steps:
- Install CPT as you have already done.
Download correct version of library
libicu52(for example for amd64)cd /tmp
wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
3 . Launch CPT with the packettracer.
Update: this procedure works with CPT 7.1.1 too.
It seems that you are using CPT 7.1 on Ubuntu 16.04 LTS.
I have found a nice guide to run CPT.
Steps:
- Install CPT as you have already done.
Download correct version of library
libicu52(for example for amd64)cd /tmp
wget http://mirrors.kernel.org/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.8_amd64.deb
sudo dpkg -i libicu52_52.1-3ubuntu0.8_amd64.deb
3 . Launch CPT with the packettracer.
Update: this procedure works with CPT 7.1.1 too.
edited May 23 at 20:50
answered Nov 19 '17 at 21:20
N0rbert
14.9k33069
14.9k33069
ok yah its working now
â Hozaifa Owaisi
Nov 20 '17 at 20:59
libicu52 or libcu55? 60?
â Thufir
Jul 7 at 9:14
add a comment |Â
ok yah its working now
â Hozaifa Owaisi
Nov 20 '17 at 20:59
libicu52 or libcu55? 60?
â Thufir
Jul 7 at 9:14
ok yah its working now
â Hozaifa Owaisi
Nov 20 '17 at 20:59
ok yah its working now
â Hozaifa Owaisi
Nov 20 '17 at 20:59
libicu52 or libcu55? 60?
â Thufir
Jul 7 at 9:14
libicu52 or libcu55? 60?
â Thufir
Jul 7 at 9:14
add a comment |Â
protected by Community⦠Jun 30 at 10:37
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
I think you should not run CPT as root. Try to run
packettraceras normal user.â N0rbert
Nov 19 '17 at 20:42
nah man i get an error when i try to run the application itself : ./PacketTracer7: error while loading shared libraries: libQt5script.so.50:cant open shared object file: No such file or directory
â Hozaifa Owaisi
Nov 19 '17 at 20:47
just try to install missed dependency with
sudo apt-get install libqt5script5.â N0rbert
Nov 19 '17 at 20:50
still gettin that erorr
â Hozaifa Owaisi
Nov 19 '17 at 20:55