Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deb-get does not upgrade itself to v0.4.4 on Ubuntu 24.10 #1287

Open
KlfJoat opened this issue Jan 7, 2025 · 2 comments
Open

deb-get does not upgrade itself to v0.4.4 on Ubuntu 24.10 #1287

KlfJoat opened this issue Jan 7, 2025 · 2 comments

Comments

@KlfJoat
Copy link

KlfJoat commented Jan 7, 2025

#1212

Fixed via https://github.com/wimpysworld/deb-get/releases/tag/0.4.4

The problem is and has been that deb-get, installed on Ubuntu 24.04, does not work on Ubuntu 24.10.

$ deb-get update
  [!] ERROR! Ubuntu Oracular is not supported because it is not derived from a supported Debian or Ubuntu release.
1 $ deb-get upgrade
  [!] ERROR! Ubuntu Oracular is not supported because it is not derived from a supported Debian or Ubuntu release.
1 $ deb-get --help
  [!] ERROR! Ubuntu Oracular is not supported because it is not derived from a supported Debian or Ubuntu release.
1 $

You may have finally released the update in a .deb hosted on GitHub. But my local deb-get does not update.

I don't recall having to manually re-install deb-get for prior Ubuntu upgrades, and there is no note for me to do that in the README or Release Notes. And even if there was, apt-get updates itself automatically, deb-get has updated itself automatically in the past IIRC, and deb-get has itself in 01-main. So I'm still here hoping that this tool will work the way it has been presented as working.

@philclifford
Copy link
Member

philclifford commented Jan 8, 2025

Sorry the necessary support didn't get released before you upgraded to 24.10.

I think this Catch-22 (resulting from the failure to get the support for Oracular into a release before the release of Oracular) can be solved by

curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/0.4.4/deb-get |  bash -s install deb-get

Essentially you just need a 0.4.4 (or later) copy of deb-get ( or with the relevant patch applied, or copy and edit the deb-get you have or clone the repo then

cd deb-get/docs ; sudo make install

)

Better than a reinstall. deb-get is not it 01-main btw, it is internal.

Hope that helps.

@KlfJoat
Copy link
Author

KlfJoat commented Jan 29, 2025

Do I need to point out the irony of having to download and install a standalone .deb to upgrade a tool that lets you install and upgrade standalone .debs automatically? Especially when it's supposed to be able to upgrade itself?

Is there some way you can make this state self-recoverable before 25.04?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants