No you don't have to reinstall Raspbian, and it has nothing to do with your SDcard about to explode.
Here is how you can fix your filesystem that is in protected mode after an unsafe shutdown. There must be a better method, but this worked for me:
1. Check to see if you can
mount -o remou...
Ubuntu Community Repo has i3, but it will be an old version, you will want to add the latest version available via the official i3 repo [see i3wm.org](https://i3wm.org/docs/repositories.html)
Add i3wm repo: $ /usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-ke...
Install curl build-essentials sudo apt install curl build-essentials
Download latest ROFI release
Follow build instructions https://github.com/davatorium/rofi/blob/next/INSTALL.md
Check dependencies and configure build system:
meson setup build
6.Build Rofi:
ninja...
This page will take you to the support page for searching Epson drivers
UPDATE: You may need to compile the driver for raspbian 64bit, bookworm.
apt install neomutt
or install from source
git clone https://github.com/neomutt/neomutt
Here are the sample commands to configure and build NeoMutt:
./configure --gnutls --gpgme --gss --sasl --tokyocabinet
make
2. create a ...