chia-blockchain icon indicating copy to clipboard operation
chia-blockchain copied to clipboard

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

Open BrandtH22 opened this issue 9 months ago • 1 comments

          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 https://github.com/Chia-Network/chia-blockchain/issues/17956#issuecomment-2091159501

BrandtH22 avatar May 02 '24 18:05 BrandtH22

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.

QuintLeo avatar May 07 '24 20:05 QuintLeo

This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days.

github-actions[bot] avatar May 22 '24 11:05 github-actions[bot]

This issue was automatically closed because it has been flagged as stale, and subsequently passed 7 days with no further activity from the submitter or watchers.

github-actions[bot] avatar May 29 '24 11:05 github-actions[bot]