This article will guide you through the process of installing Epson XP-235 drivers on Kubuntu 22.04. The guide is easy to follow, covering key concepts and using subtitles for better organization.
Prerequisites
Before you begin, make sure your Kubuntu 22.04 system is up-to-date by running the following command:
sudo apt update && sudo apt upgradeFinding the Right Drivers
To find the correct drivers for your Epson XP-235 printer, use the following link:
https://download.ebz.epson.net/dsc/search/01/search/Search for your printer model (Epson XP-235) and download the appropriate driver package for Linux.
Installing Drivers
Download the package and save it in your Downloads folder. Navigate to the Downloads directory via the terminal using:
cd ~/DownloadsNext, use ls to view the downloaded file (it should look something like "epson-inkjet-printer-series-"). Install the driver package using:
sudo dpkg -i epson-inkjet-printer-series-.deb If dependency issues appear during installation, fix them with:
sudo apt --fix-broken installConfiguring the Printer
Load the printer driver from the System Settings > Printers tab. If it doesn't appear in the list, click Add and choose "Local Printer" in the Device section. Then select "EPSON" as the make and pick your XP-235 model in the "Model" list.
Printing a Test Page
Once the printer has been added successfully, click the printer name in the Printers window, then click Print Test Page to verify the installation.
- Update your Kubuntu 22.04 system.
- Search for the Epson XP-235 driver via the Epson website and download the appropriate package.
- Install the driver with
sudo dpkg -iand fix dependencies withsudo apt --fix-broken installif needed. - Add the printer through System Settings > Printers and set it up as a Local Printer.
- Print a test page to verify the installation.