You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
#1212
The problem is and has been that
deb-get
, installed on Ubuntu 24.04, does not work on Ubuntu 24.10.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, anddeb-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.The text was updated successfully, but these errors were encountered: