我正在尝试在运行 openSUSE 13.1 的机器上安装 Canon MX340 驱动程序。
当我尝试配置打印机时,未找到驱动程序。
我去了佳能网站,找到了我的打印机并按照指南进行操作(是的,我按照指南进入并更改了防火墙设置),现在在更改目录后我输入命令
./install.sh
并得到错误
bash: ./install.sh: No such file or directory
我以前尝试从源代码安装 stockfish 时也收到过类似的错误。输入后
./configure
我收到错误
bash: ./configure: no such file or directory
我最近安装了 openSUSE。是不是有什么事情很明显我应该做,但却没人提及?
更新:
mike@linux-u32c:~/Downloads/cnijfilter-mx340series-3.30-1-i386-rpm> ./install.sh
==================================================
Canon Inkjet Printer Driver Ver.3.30-1 for Linux
Copyright CANON INC. 2001-2010
All Rights Reserved.
==================================================
Password:
Command executed = rpm -Uvh ./packages/cnijfilter-common-3.30-1.i386.rpm
Preparing... ################################# [100%]
Updating / installing...
1:cnijfilter-common-3.30-1 ################################# [100%]
Command executed = rpm -Uvh ./packages/cnijfilter-mx340series-3.30-1.i386.rpm
error: Failed dependencies:
libpangox-1.0.so.0 is needed by cnijfilter-mx340series-3.30-1.i386
libpng12.so.0 is needed by cnijfilter-mx340series-3.30-1.i386
libtiff.so.3 is needed by cnijfilter-mx340series-3.30-1.i386
libxml2 is needed by cnijfilter-mx340series-3.30-1.i386
Command executed = rpm -e cnijfilter-common
mike@linux-u32c:~/Downloads/cnijfilter-mx340series-3.30-1-i386-rpm>
我不知道之前我做错了什么,但现在命令./install.sh
似乎可以正常工作了;但是,似乎有一些包我还没有安装。有没有关于安装哪些包的建议/我应该能够从这个错误中提取哪些信息来帮助我解决这些依赖关系问题?