cups添加兄弟7340打印机驱动
安装CUPS软件
sudo apt update && sudo apt install -y cups
开启CUPS 的远端存取权限
sudo cupsctl --remote-any
将当前的使用者加入到lpadmin群组
sudo usermod -aG lpadmin $USER
从兄弟官网上下载两个文件
因为现在的系统是64位的,所以需要添加32位的支持,输入命令:
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386
4、安装驱动
sudo dpkg -i brmfc7340lpr-{version}.{arch}.deb
sudo dpkg -i cupswrapperMFC7340-{version}.{arch}.deb
如果还缺什么就添加命令
sudo apt-get install psutils
添加打印机
完成。
参考文档
Brother MFC-7340 Setup Under Linux – Kerry D. Wong (kerrywong.com)