Created
April 9, 2014 12:48
-
-
Save yaph/10266032 to your computer and use it in GitHub Desktop.
Trying to get a Brother DCP-135C to work on Ubuntu 13.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get purge brother-lpr-drivers-extra | |
sudo apt-get autoremove | |
sudo dpkg -i dcp135clpr-1.0.1-1.i386.deb | |
sudo mkdir ls /var/spool/lpd | |
sudo dpkg -i dcp135ccupswrapper-1.0.1-1.i386.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment