Views:
15,359β
Votes: 8β
Tags:
printing
17.10
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1008550
Title:
cannot stop network printers are being automatically added
ID:
/2018/02/22/cannot-stop-network-printers-are-being-automatically-added
Created:
February 22, 2018
Edited: June 12, 2020
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
This is the mega Q&A here in Ask Ubuntu for what you want to do: How do I disable automatic remote printer installation?. Indeed youβve already completed many of the steps listed in many of the answers.
There is one answer though with another step to take. With your favourite editor and sudo powers, edit /etc/avahi/avahi-daemon.conf
and insert below the [server]
section this line:
enable-dbus=no
then restart the avahi-daemon service:
sudo service avahi-daemon stop
sudo service avahi-deamon start
Stop/Start is preferable in some instances as documented in Unix & Linux.
What has changed
The cupsd
server is no longer used. So changing the βBrowseβ settings in the cups server wonβt work.
PS Please read the entire answer linked above for more information and the comments on 5 second delay posted below it.
PPS you have the exact same printer I have, Brother DCP-7065DN :)