Sharing a printer on a network in Ubuntu allows multiple users to access a single printer without direct connections. Ubuntu provides built-in tools for managing printer settings, making it straightforward to configure network printer sharing. This is useful in environments where multiple devices need to print, such as offices or homes.
Ubuntu uses the Common UNIX Printing System (CUPS) for printer management. CUPS enables printer sharing across different operating systems, including Windows. This ensures that all users on the network can send print jobs to the shared printer without compatibility issues.
Configuring printer sharing in Ubuntu is done through the Settings application. This application provides a simple interface for enabling and managing network printer sharing. Technical users can quickly set up and manage printers in a networked environment using these built-in tools.
Steps to share a printer on a network in Ubuntu:
- Open the Settings application.
- Navigate to the Printers section from the sidebar menu.
- Select the printer you want to share.
- Click on Additional Printer Settings.
- Right-click the printer and choose Properties.
- Go to the Policies tab.
- Check the box labeled Shared.
- Save the changes.
- Ensure that firewall settings allow printer sharing on port 631.
$ sudo ufw allow 631/tcp
Firewall settings are crucial to permit external devices to communicate with the shared printer. Ensure you modify firewall rules with caution.
- Share the printer’s network address with other users, typically in the format hostname:631/printers/printer_name.
This guide is tested on Ubuntu:
Version | Code Name |
---|---|
22.04 LTS | Jammy Jellyfish |
23.10 | Mantic Minotaur |
24.04 LTS | Noble Numbat |
Mohd Shakir Zakaria is an experienced cloud architect with a strong development and open-source advocacy background. He boasts multiple certifications in AWS, Red Hat, VMware, ITIL, and Linux, underscoring his expertise in cloud architecture and system administration.
Comment anonymously. Login not required.