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

Ubuntu 24 does not have native GUI software for installing chia. #17957

Open
BrandtH22 opened this issue May 2, 2024 · 1 comment
Open

Ubuntu 24 does not have native GUI software for installing chia. #17957

BrandtH22 opened this issue May 2, 2024 · 1 comment
Labels
2.3.0 GUI Related to the Chia GUI Linux Linux impact

Comments

@BrandtH22
Copy link
Contributor

          Note, on ubuntu 24 there is no native GUI software for installing chia. 

Previous versions of ubuntu had the Software Installer application which could be used but ubuntu 24 replaces this with the app store which does not support the .deb files.

When a user clicks on the downloaded file in firefox:
click_in_firefox

When a user double clicks in the downloads directory:
double_click_in_folder

Current workarounds-
GUI: install the gnome software package manager and use that to install the deb
CLI: use dpkg sudo dpkg -i ./chia-blockchain_2.3.0_amd64.deb or use the apt package manager to install the deb sudo apt install ./chia-blockchain_2.3.0_amd64.deb NOTE - this is really not a workaround for the deb package as apt will actually install the apt package instead so one can just run sudo apt install chia-blockchain without ever downloading the deb and have the same result.

Originally posted by @BrandtH22 in #17956 (comment)

@BrandtH22 BrandtH22 added GUI Related to the Chia GUI Linux Linux impact 2.3.0 labels May 2, 2024
@QuintLeo
Copy link

QuintLeo commented May 7, 2024

apt is a front-end for dpkg. If you can use it, you already have dpkg.

Sadly, Ubuntu appears to have decided to move away from the Debian package manager dpkg to their SNAP setup instead with 24.04 - but you can still get the debian tools installed on Ubuntu and use them.
FOR NOW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.3.0 GUI Related to the Chia GUI Linux Linux impact
Projects
None yet
Development

No branches or pull requests

2 participants