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...

  1. Install curl build-essentials sudo apt install curl build-essentials

  2. Download latest ROFI release

  3. Follow build instructions https://github.com/davatorium/rofi/blob/next/INSTALL.md

  4. 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

Epson Printer Utility

ESC/P Driver (full feature)

Image Scan

UPDATE: You may need to compile the driver for raspbian 64bit, bookworm.

Compile Epson Arm driver

  1. [Download the source] (http://support.epson.net/linux...
  1. Install mutt or neomutt with your favourite package manager:
    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 ...