Skip to content

Instantly share code, notes, and snippets.

@yfukai
Last active April 30, 2018 13:22
Show Gist options
  • Save yfukai/24cf3d55c8483c07ee89 to your computer and use it in GitHub Desktop.
Save yfukai/24cf3d55c8483c07ee89 to your computer and use it in GitHub Desktop.
install fuji zerox printer for ubuntu
wget http://download.fujixerox.co.jp/pub/exe/linux/deb/fxlinuxprint_1.0.4-1_i386.deb
dpkg-deb -x fxlinuxprint_1.0.4-1_i386.deb pkg-temp
dpkg-deb -e fxlinuxprint_1.0.4-1_i386.deb pkg-temp/DEBIAN
vim pkg-temp/DEBIAN/control
##change"libcupsys2" to "libcups2"
fakeroot dpkg-deb -b pkg-temp/ fxlinuxprint_1.0.4-1_i386.deb
sudo dpkg -i fxlinuxprint_1.0.4-1_i386.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment