F5F Stay Refreshed Software Operating Systems Setting up or attempting to install software not compatible with my Ubuntu release

Setting up or attempting to install software not compatible with my Ubuntu release

Setting up or attempting to install software not compatible with my Ubuntu release

Pages (2): 1 2 Next
N
NoPantsNeeded
Member
54
08-02-2021, 03:35 PM
#1
You can attempt to install MySQL Workbench Community, but only supported versions are available for Ubuntu 20.04 and 21.10. Your version 22.04 isn’t listed, so it might not work. It’s safer to stick with the versions they support rather than risk issues.
N
NoPantsNeeded
08-02-2021, 03:35 PM #1

You can attempt to install MySQL Workbench Community, but only supported versions are available for Ubuntu 20.04 and 21.10. Your version 22.04 isn’t listed, so it might not work. It’s safer to stick with the versions they support rather than risk issues.

I
iiCatherineii
Member
159
08-03-2021, 03:22 AM
#2
It could function, though it may not always. These options might rely on packages that aren't supported in Ubuntu anymore or have newer versions than the software requires, which can cause issues. You might want to consider free tools such as DBeaver or BeeKeeper Studio, both of which are available in Ubuntu repositories. They serve as SQL clients compatible with many servers like MySQL, MariaDB, PostgreSQL, MSSQL, etc.
I
iiCatherineii
08-03-2021, 03:22 AM #2

It could function, though it may not always. These options might rely on packages that aren't supported in Ubuntu anymore or have newer versions than the software requires, which can cause issues. You might want to consider free tools such as DBeaver or BeeKeeper Studio, both of which are available in Ubuntu repositories. They serve as SQL clients compatible with many servers like MySQL, MariaDB, PostgreSQL, MSSQL, etc.

S
Shine365
Junior Member
3
08-03-2021, 05:28 AM
#3
Retrieve the 21.10 release and assess compatibility. For 22.04, expect many features to be missing or unsupported since the update hasn't been officially released yet.
S
Shine365
08-03-2021, 05:28 AM #3

Retrieve the 21.10 release and assess compatibility. For 22.04, expect many features to be missing or unsupported since the update hasn't been officially released yet.

C
coyote888
Posting Freak
838
08-19-2021, 12:21 PM
#4
They informed me about missing dependencies. Can I check which ones are still pending?
C
coyote888
08-19-2021, 12:21 PM #4

They informed me about missing dependencies. Can I check which ones are still pending?

I
inderkiller24
Member
136
08-19-2021, 12:41 PM
#5
Install via terminal with sudo apt install /path/to/file.deb for additional details. Alternatively, use dpkg to proceed.
I
inderkiller24
08-19-2021, 12:41 PM #5

Install via terminal with sudo apt install /path/to/file.deb for additional details. Alternatively, use dpkg to proceed.

M
mumien350
Member
82
08-19-2021, 01:59 PM
#6
Run the commands to remove and reinstall packages, then update and upgrade. After completing, edit the APT configuration file and install the desired package again using a .deb source.
M
mumien350
08-19-2021, 01:59 PM #6

Run the commands to remove and reinstall packages, then update and upgrade. After completing, edit the APT configuration file and install the desired package again using a .deb source.

Q
Quin5ter
Member
68
08-19-2021, 03:30 PM
#7
If you're unsure, just avoid this. If APT reports issues with broken packages, run the command to fix them manually. Using the default configuration might cause problems later.
Q
Quin5ter
08-19-2021, 03:30 PM #7

If you're unsure, just avoid this. If APT reports issues with broken packages, run the command to fix them manually. Using the default configuration might cause problems later.

W
wirelesspixel
Junior Member
3
08-21-2021, 01:35 PM
#8
There are several dependencies that no longer get supported by default in 22.04 and the system says they can't be installed. Possible alternatives include using tools like phpMyAdmin or Beekeeper instead.
W
wirelesspixel
08-21-2021, 01:35 PM #8

There are several dependencies that no longer get supported by default in 22.04 and the system says they can't be installed. Possible alternatives include using tools like phpMyAdmin or Beekeeper instead.

M
maxiionita
Member
172
09-04-2021, 10:27 AM
#9
Thanks for confirming the apt.conf settings—I understand exactly what I'm doing. This is the standard setup.
M
maxiionita
09-04-2021, 10:27 AM #9

Thanks for confirming the apt.conf settings—I understand exactly what I'm doing. This is the standard setup.

0
08SAM
Junior Member
12
09-06-2021, 08:47 AM
#10
You're using Ubuntu, have you explored the snap package? https://snapcraft.io/mysql-workbench-community You might also want to try DBeaver, https://dbeaver.io/ Which is also available as a Flatpak and Snap. These are container formats that bundle all the needed dependencies so the app works across different distributions. While I don’t personally prefer them, they aim to address issues you’re facing.
0
08SAM
09-06-2021, 08:47 AM #10

You're using Ubuntu, have you explored the snap package? https://snapcraft.io/mysql-workbench-community You might also want to try DBeaver, https://dbeaver.io/ Which is also available as a Flatpak and Snap. These are container formats that bundle all the needed dependencies so the app works across different distributions. While I don’t personally prefer them, they aim to address issues you’re facing.

Pages (2): 1 2 Next