Skip to content

Instantly share code, notes, and snippets.

@devmatteini
Last active December 15, 2023 17:16
Show Gist options
  • Save devmatteini/56f83b19a3a13732afe57fe145a60f6d to your computer and use it in GitHub Desktop.
Save devmatteini/56f83b19a3a13732afe57fe145a60f6d to your computer and use it in GitHub Desktop.
Ubuntu drivers for Epson printer XP-2200

Ubuntu drivers for Epson printer XP-2200

⚠️ The drivers versions could be different from the following examples

Printer driver

  1. Go to epson download center and search for XP-2200 and Linux as Operating System
  2. Click Download on Epson Inkjet Printer Driver (ESC/P-R) for Linux item in the list
  3. Click Accept > Click Package Download Page Download > Download the asset for your architecture
  4. Run cd ~/Downloads/ && sudo apt install ./epson-inkjet-printer-escpr_1.7.26-1lsb3.2_amd64.deb to install the driver (and its dependencies)

Scanner driver

  1. Go to epson download center and search for XP-2200 and Linux as Operating System
  2. Click Download on Epson Scan 2 item in the list
  3. Click Accept > Click Package Download Page Download > Download the asset for your architecture
  4. Extract the tar archive with cd ~/Downloads/ && tar xf epsonscan2-bundle-6.7.43.0.x86_64.deb.tar.gz
  5. Install the drivers with cd epsonscan2-bundle-6.7.43.0.x86_64.deb/ && ./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment