06-01-2020 05:50 AM
hello everyone
i tried to install packet tracer 7.3.0.deb file. i'm getting an error of dependency failure " libdouble - conversion1" .
can anybody help me out of this problem.
06-01-2020 06:57 AM
Hi
Download these packages first:
Open terminal and change directory to Downloads (where the downloaded packages exist)
Make all the downloaded packages executable (chmod +x packagename)
Copy /home/username/.config/mimeapps.list to /root/.config/
Install libdouble-conversion1 and qt-at-spi packages (sudo dpkg -i packagename)
Install libjpeg-turbo8 package. Here, you may find library conflict error. If so, remove the old one (sudo apt purge packagename). There will be some warning.Just type this command (sudo apt --fix-broken install). And then, remove again. Now, you can install libjpeg-turbo8 package again.
Install libjpeg8 package.
Finally, you can install Packet Tracer 7.3 package.
https://askubuntu.com/questions/1206794/cant-install-libdouble-conversion1-on-ubuntu-19-10
06-25-2020 10:48 PM
thanks for your reply.
But i'm having problem in installing qt-at-spi deb file. it was showing error dependencies -leaving unconfigured. it also displayed missing dependencies of libqt4-dbus, libqtcore4, libqtgui4. even i tried to install those dependencies also, but again it asks for previous dependencies of libqtdbus, qdbus. i'm not getting what will be the exact solution to overcome this.
what i need to do ?
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