question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to Upgrade to Latest Version with APT on Ubuntu 20.10

See original GitHub issue

System information:

  • Operating system (distribution) and version: Ubuntu 20.10 x86_64 5.11.0-7620-generic
  • DBeaver version: 21.0.2
  • Additional extensions

Describe the problem you’re observing:

Each time I open DBeaver I get prompted to install the latest version (at time is 21.2.4) but running

sudo apt-get --only-upgrade install dbeaver-ce/now

Gives me the following message:

dbeaver-ce is already the newest version (21.0.2).
Selected version '21.0.2' ( [amd64]) for 'dbeaver-ce'
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

So my issue is I cannot upgrade to latest release version using apt package manager on Ubuntu 20.10

Steps to reproduce, if exist:

  • Install DBeaver 21.0.2 on Ubuntu 20.10
  • Try to upgrade to latest version using apt package manager

Include any warning/errors/backtraces from the logs

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Matvey16commented, Nov 22, 2021

I had the same problem while testing. To solve it you need to first add repository like mentioned above

wget -O - https://dbeaver.io/debs/dbeaver.gpg.key | sudo apt-key add -
echo "deb https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list

Then restart your machine and upgrade with sudo apt-get --only-upgrade install dbeaver-ce

1reaction
tcampbPPUcommented, Nov 22, 2021

I had the same problem while testing. To solve it you need to first add repository like mentioned above

wget -O - https://dbeaver.io/debs/dbeaver.gpg.key | sudo apt-key add -
echo "deb https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list

Then restart your machine and upgrade with sudo apt-get --only-upgrade install dbeaver-ce

Thank you both very much @Skydiveroid & @Matvey16! image image

Read more comments on GitHub >

github_iconTop Results From Across the Web

How upgrade Ubuntu 20.10 after its EOL?
Therefore apt update fails with errors as in original post. And do-release-upgrade just keeps telling me to run do-release-upgrade as "Your ...
Read more >
Can't install software or update Ubuntu 20.10
I am trying to install software or update my ubuntu machine I get following error. apt-get update.
Read more >
2 Ways to Upgrade Ubuntu 20.04 To Ubuntu 20.10 (GUI ...
You need to unhold the package. Sometimes, sudo apt update tells you that a package can be upgraded, but sudo apt upgrade won't...
Read more >
Ubuntu 20.10 fail to update : r/linuxquestions - Reddit
How do I update if running apt update doesn't work. Upvote
Read more >
Upgrade Ubuntu desktop
Being able to upgrade Ubuntu from one version to the next is one of Ubuntu's best features. You benefit from getting the latest...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found