Dell C1760nw: Difference between revisions
(Created page with "== install Xerox Phaser 6000B driver == * Driver: https://www.support.xerox.com/de-ch/product/phaser-6000/downloads?platform=linux&category=&language=en_GB&attributeId= ** DEB Download: https://download.support.xerox.com/pub/drivers/6000/drivers/linux/en_GB/6000_6010_deb_1.01_20110210.zip <pre> sudo dpkg --add-architecture i386 sudo apt update sudo apt install libcupsimage2:i386 sudo apt install libstdc++6:i386 sudo apt install lib32stdc++6 lib32z1 lib32ncurses5 sudo...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
sudo service cups restart | sudo service cups restart | ||
wget -P /dell-driver https://download.support.xerox.com/pub/drivers/6000/drivers/linux/en_GB/6000_6010_deb_1.01_20110210.zip | |||
unzip /dell-driver/6000_6010_deb_1.01_20110210.zip -d /dell-driver | |||
dpkg -i /dell-driver/deb_1.01_20110210/*.deb | |||
sudo apt install '/home/me/Downloads/libcupsimage2_2.4.2-3ubuntu2.2_i386.deb' | sudo apt install '/home/me/Downloads/libcupsimage2_2.4.2-3ubuntu2.2_i386.deb' | ||
Latest revision as of 19:10, 5 January 2024
install Xerox Phaser 6000B driver
sudo dpkg --add-architecture i386 sudo apt update sudo apt install libcupsimage2:i386 sudo apt install libstdc++6:i386 sudo apt install lib32stdc++6 lib32z1 lib32ncurses5 sudo service cups restart wget -P /dell-driver https://download.support.xerox.com/pub/drivers/6000/drivers/linux/en_GB/6000_6010_deb_1.01_20110210.zip unzip /dell-driver/6000_6010_deb_1.01_20110210.zip -d /dell-driver dpkg -i /dell-driver/deb_1.01_20110210/*.deb sudo apt install '/home/me/Downloads/libcupsimage2_2.4.2-3ubuntu2.2_i386.deb'