How to Print on Linux

Printing from the command line on Linux is a useful skill for those who prefer working in the terminal or for those who need to automate printing tasks.

Table of Contents

Printing from the command line on Linux is a useful skill for those who prefer working in the terminal or for those who need to automate printing tasks. While most Linux distributions come with a graphical user interface for managing printers, the command line can be a faster and more efficient way to print documents, especially when dealing with large numbers of files or when working remotely. In this how-to guide, we will go through the steps required to print from the command line on Linux using different printing tools and utilities.

Using CUPS

CUPS (Common Unix Printing System) is a printing system for Unix-based operating systems. It provides a standardized interface between your computer and a printer, allowing you to print documents from any application on your computer.

Step 1: Open Terminal

Open the terminal by pressing Ctrl + Alt + T on your keyboard or by searching for it in the applications menu.

Step 2: Check CUPS Status

systemctl status cups

This command will check the status of the CUPS service. If it is not installed, you can install it using the appropriate package manager for your Linux distribution.

Step 3: Install CUPS

On Debian/Ubuntu-based distros, run:

sudo apt install cups

On Fedora/RPM-based systems, run:

sudo dnf install cups

On Arch-based distros, run:

sudo pacman -S cups

Step 4: Start CUPS Service

Once installed, you can start and enable the CUPS service using the following commands:

systemctl start cups
systemctl enable cups

This will ensure that CUPS is running and will start automatically on system startup.

Step 5: Check Printer Name

To check the name of your printer, run:

lpstat -p -d

This will show you a list of available printers and the default printer.

Step 6: Print File

To print a file, run:

lp [options] filename

For example, to print a text file named “example.txt” using the default printer, run:

lp example.txt

Specify a printer using the -d option followed by the printer name. For example:

lp -d printer_name example.txt

Use the -n option to specify the number of copies to print. For example, to print two copies of a file:

lp -n 2 example.txt

Use the -o option to specify additional options, such as page orientation or paper size. For example:

lp -o landscape -o media=A4 example.txt

This will print the file in landscape orientation and on A4-sized paper.

Step 7: Check Print Status

Check the status of print jobs using the lpstat command. For example:

lpstat -o

This will show you a list of active print jobs.

Conclusion

In conclusion, learning how to print on Linux using CUPS is a valuable skill for anyone who uses Linux as their primary operating system. CUPS provides a robust printing framework that is easy to set up and configure, and it offers numerous options for managing your printers and print jobs. By following the steps outlined in this guide, you can easily set up your printer, add it to your CUPS configuration, and start printing from your Linux computer. Whether you are a developer, a student, or a casual Linux user, printing on Linux is an essential task that you can easily master with CUPS.

Please Leave Feedback in the Comments

More to Explore

Leave a Reply

Search

Type in a question or keyword below
Search

FAQ

Questions and Answers
Who is MALIBAL?

MALIBAL is an innovative technology company that produces high-performance, custom Windows laptops and Linux laptops for developers and content creators; mobile workstations for engineers, scientists, video editors, 3D modelers, and animators; and mobile servers for enterprise applications.

More

Why MALIBAL?

In a marketplace dominated by large corporations, MALIBAL offers a refreshing alternative that focuses on open-source support, the right to repair, hardware integration in the USA, personalized US-based customer support, and the unique combination of customization and high-performance technology in sleek, user-friendly designs.

More

Are all the parts soldered to the motherboard?

In many modern laptops, especially thin and light models (like Apple’s MacBook Air or Pro, Dell’s XPS 13, or many of Lenovo’s ThinkPad X1 Carbon models), the memory, storage, battery, and wireless module are often soldered directly onto the motherboard.

However, as part of our commitment to the Right to Repair Movement, the memory, storage, battery, and wireless module on all MALIBAL laptops are user-upgradeable or user-replaceable.

Can your laptops be charged or powered via USB-C?

All MALIBAL laptops can be powered via the Thunderbolt 4 port.

Do any of your laptops support coreboot?

We attempted to port coreboot to our laptops, but due to the terrible experiences with had with the consultants, contributors, and leaders at the coreboot project, we were unable to successfully complete the port.

More

How do I get a quote?

If you need a quote for any reason, e.g., to submit to accounting for approval, before ordering, simply add the laptop(s) you want to purchase to the Cart, then click Checkout, and on the checkout page, click Convert Cart to Quote. We will email you a PDF of the quote with a link to make payment once you are ready to complete the order.

How do I cancel an order?

You may cancel an order any time up until it ships. After it ships, you will not be able to cancel it, but will instead have to use our return policy in order to return the laptop for a refund. To cancel an order, simply open a sales ticket or sales chat and give the representative your order information, and they will cancel the order for you and send you confirmation via email and text.

How do I make a change to my order?

You may make changes to your order up until it ships. To modify an order, simply open a sales ticket or sales chat and give the representative your order information and specify which changes you want to make.

When is my order shipping?

If all parts are in stock, the average build time for laptops is 5-7 business days. This means laptops will ship 5-7 business days after the order is placed. If a component is backordered, it will say which parts are backordered in your order confirmation email.

To see the estimated delivery date of your laptop, please check your order confirmation email for the Estimated Delivery Date. You can also see this information on your My Account > Order Details page. The estimated delivery date is the build time (plus backorder delay, if applicable) plus the shipping time.

Once your laptop ships out, we will email you the tracking information. An adult will need to be at the address to sign for the package when it arrives.

How do I track my order after it ships?

You can view your tracking status via the order details page in your account.