I use Darktable on my Chromebook (works well) but I realised that the main installation page on the website doesn't even tell people it works on Chromebooks. I think having instructions for Chromebook would be really helpful given the number of Chromebooks there are.
I've written some basic instructions which should give people all the information they need, but I'm sure could be refined.
Step 1: Enable Linux support on your Chromebook by following these instructions, not all older Chromebooks are compatible.
Step 2: Once you have done this you can install through the Linux Terminal either through:
Option 1: use these commands to install and uninstall Darktable
I use Darktable on my Chromebook (works well) but I realised that the main installation page on the website doesn't even tell people it works on Chromebooks. I think having instructions for Chromebook would be really helpful given the number of Chromebooks there are.
I've written some basic instructions which should give people all the information they need, but I'm sure could be refined.
Step 1: Enable Linux support on your Chromebook by following these instructions, not all older Chromebooks are compatible.
Step 2: Once you have done this you can install through the Linux Terminal either through:
Option 1: use these commands to install and uninstall Darktable
Install: sudo apt install darktable Uninstall: sudo apt remove darktable && sudo apt autoremove
Option 2: Install through Flatpak
Install FlatPak using these instructions Install Darktable using the command line instruction on this page