- Hardware & Machines
- Computers and Hardware
- VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0)
VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0)
14 Jan 2024 15:13 #290651
by slowpoke
VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0) was created by slowpoke
I'm a total Linux newbie just getting my feet wet....
I have LinuxCNC Debian12 installed. I would like to install VirtualBox so I can run a Windows based servo tune program (MotionStudio) and possibly others?
I downloaded VirtualBox7.0 and tried running the install and I receive the following message. Can anyone explain how I would go about fixing this dependency?
I have LinuxCNC Debian12 installed. I would like to install VirtualBox so I can run a Windows based servo tune program (MotionStudio) and possibly others?
I downloaded VirtualBox7.0 and tried running the install and I receive the following message. Can anyone explain how I would go about fixing this dependency?
Attachments:
Please Log in or Create an account to join the conversation.
15 Jan 2024 20:53 #290797
by bkt
Replied by bkt on topic VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0)
means you have installed libqtestras5 less than 5.6 .... or not istall .... haven you installed QT5 lib? do it ... actually minimun is 5.15 ..
sudo apt install qtbase5-dev qt5-qmake qtbase5-dev-tools
sudo apt-get install build-essential
sudo apt-get install libfontconfig1-dev libdbus-1-dev libfreetype6-dev libicu-dev libudev-dev libinput-dev libxkbcommon-dev libssl-dev libpng-dev libjpeg-dev libglib2.0-dev libraspberrypi-dev
sudo apt-get install qtcreator qtcreator-data qtcreator-doc qtbase5-examples qtbase5-doc-html qtbase5-dev qtbase5-private-dev cmake
but I'm not a debian expert .... not use it ... but have the same issue (install virtualbox7) on other linux distro solved in these way ....
sudo apt install qtbase5-dev qt5-qmake qtbase5-dev-tools
sudo apt-get install build-essential
sudo apt-get install libfontconfig1-dev libdbus-1-dev libfreetype6-dev libicu-dev libudev-dev libinput-dev libxkbcommon-dev libssl-dev libpng-dev libjpeg-dev libglib2.0-dev libraspberrypi-dev
sudo apt-get install qtcreator qtcreator-data qtcreator-doc qtbase5-examples qtbase5-doc-html qtbase5-dev qtbase5-private-dev cmake
but I'm not a debian expert .... not use it ... but have the same issue (install virtualbox7) on other linux distro solved in these way ....
Please Log in or Create an account to join the conversation.
15 Jan 2024 22:05 #290807
by slowpoke
Replied by slowpoke on topic VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0)
Thanks for responding.
Do I have to download this libqtestras5 from somewhere before I install it or is it already part of the LinuxCNC 12 distribution?
If I do need to download it first, where would I find it?
Do I have to download this libqtestras5 from somewhere before I install it or is it already part of the LinuxCNC 12 distribution?
If I do need to download it first, where would I find it?
Please Log in or Create an account to join the conversation.
16 Jan 2024 19:27 - 16 Jan 2024 19:27 #290899
by bkt
Replied by bkt on topic VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0)
have you try on teminal : sudo apt-get install libqt5x11extras5 ??
after these all info is on these link:
packages.debian.org/buster/libqt5x11extras5
after these all info is on these link:
packages.debian.org/buster/libqt5x11extras5
Last edit: 16 Jan 2024 19:27 by bkt.
Please Log in or Create an account to join the conversation.
19 Jan 2024 18:24 #291137
by slowpoke
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 18725
- Thank you received: 6295
19 Jan 2024 21:47 #291149
by tommylight
Replied by tommylight on topic VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0)
sudo gdebi name_of_the_deb_file.deb
if it complains about missing gdebi:
sudo apt install gdebi
if it complains about missing gdebi:
sudo apt install gdebi
Please Log in or Create an account to join the conversation.
20 Jan 2024 09:49 #291174
by slowpoke
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 18725
- Thank you received: 6295
20 Jan 2024 10:14 #291177
by tommylight
Replied by tommylight on topic VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0)
You forgot
sudo
sudo
Please Log in or Create an account to join the conversation.
- Hardware & Machines
- Computers and Hardware
- VirtualBox7.0 Install err Dependency not satisfiable: libqt5x11extras5 (>=5.6.0)
Time to create page: 0.238 seconds