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

New version for Ubuntu 24.04 #1081

Open
teejee2008 opened this issue May 16, 2024 · 5 comments
Open

New version for Ubuntu 24.04 #1081

teejee2008 opened this issue May 16, 2024 · 5 comments

Comments

@teejee2008
Copy link

Please release a new version with the latest changes. Anyone trying to install the DEB file from the current release, or by running the installation command mentioned in README will get an error on Noble.

@Xmetalfanx
Copy link
Contributor

Xmetalfanx commented May 20, 2024

was looking to see if someone else asked this. looking through the commit history ... there HAS been work done already on it.

@teejee2008
Copy link
Author

Yes the current version of deb-get in the repo fully supports Ubuntu 24.04. There is no change required to the code. All that is needed is to package a new release, so that people can install it. As it stands currently, users need to clone the repo and install it manually, instead of just downloading the DEB from release page. Running the command mentioned in README also doesn't work since it downloads the version from the Release page.

@teejee2008
Copy link
Author

Here's a simple bash script to install it from the repo in case someone needs it.
install_deb-get_current.txt

@elreydetoda
Copy link

As a temporary workaround, I did the following (till they officially do a new release):

# download repo
$ git clone https://github.com/wimpysworld/deb-get.git

# start up a container to follow their publishing step (while in root of repo)
$ podman container run --rm -it -v "${PWD}":/app -w /app docker.io/ubuntu:24.04

Then follow their build & release workflow but change the dch command to be something like -999 instead of -1 (since I don't think they'll use that): dch -v "${REL_VER}-999" --distribution=unstable "New upstream release.".

Then I could install it on my machine, current commit is: ce5f0c2

@siriak
Copy link

siriak commented May 28, 2024

Is there an ETA for the next release? I tried the script shared by @teejee2008, but it didn't work for me for some reason. I don't feel like troubleshooting it, so I'll just wait for a new version to be released.

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

4 participants