微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

dpkg:需要一个操作选项

在Backtrack 5r3上安装Google Chrome

但即时通讯错误dpkg:需要一个行动选项

root@bt:~# ls Desktop google-chrome-stable_current_i386.deb root@bt:~# dpkg .i google-chrome-stable_current_i386.deb dpkg: need an action option Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*]. Options marked [*] produce a lot of output - pipe it through `less' or `more' ! root@bt:~# dpkg .i google-chrome-stable_current_i386.deb dpkg: need an action option Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*]. Options marked [*] produce a lot of output - pipe it through `less' or `more' ! root@bt:~#

在这错误

root@bt:~# dpkg -i google-chrome-stable_current_i386.deb (Reading database ... 266492 files and directories currently installed.) Preparing to replace google-chrome-stable 33.0.1750.152-1 (using google-chrome- stable_current_i386.deb) ... Unpacking replacement google-chrome-stable ... dpkg: dependency problems prevent configuration of google-chrome-stable: google-chrome-stable depends on gconf-service; however: Package gconf-service is not installed. google-chrome-stable depends on libasound2 (>= 1.0.23); however: Version of libasound2 on system is 1.0.22-0ubuntu7. google-chrome-stable depends on libgconf-2-4 (>= 2.31.1); however: Package libgconf-2-4 is not installed. google-chrome-stable depends on libgcrypt11 (>= 1.4.5); however: Version of libgcrypt11 on system is 1.4.4-5ubuntu2.1. google-chrome-stable depends on libgdk-pixbuf2.0-0 (>= 2.22.0); however: Package libgdk-pixbuf2.0-0 is not installed. google-chrome-stable depends on libgtk2.0-0 (>= 2.24.0); however: Version of libgtk2.0-0 on system is 2.20.1-0ubuntu2.1. google-chrome-stable depends on libnspr4 (>= 1.8.0.10); however: Package libnspr4 is not installed. google-chrome-stable depends on libnss3 (>= 3.14.3); however: Package libnss3 is not installed. google-chrome-stable depends on libstdc++6 (>= 4.6); however: Version of libstdc++6 on system is 4.4.3-4ubuntu5.1. google-chrome-stable depends on libx11-6 (>= 2:1.4.99.1); however: Version of libx11-6 on system is 2:1.3.2-1ubuntu3. dpkg: error processing google-chrome-stable (--install): dependency problems - leaving unconfigured Processing triggers for desktop-file-utils ... Processing triggers for python-gmenu ... Rebuilding /usr/share/applications/desktop.en_US.utf8.cache... Processing triggers for man-db ... Processing triggers for menu ... Processing triggers for python-support ... Errors were encountered while processing: google-chrome-stable

如何打开/解压Google Chrome的resources.pak文件

如何在callto:或skype:URL上设置xdg-open的认应用程序?

全局窗口热键调用JS在铬窗口中的function,而最小化

Chrome在相同或当前标签中打开url

如何在Chrome中启用ActiveX?

Chrome如何实现其标签

死亡后可能导致进程泄漏内存?

有没有人成功地在Windows下构buildChrome?

Google Chrome如何在下载后自动执行安装?

Chrome如何为浏览器创build不同的GUI?

使用以下:

dpkg -i google-chrome-stable_current_i386.deb

注意参数i的“ – ”infront。

即使使用-i,我也有这个错误。 然后我试着用–install ,它工作。

sudo dpkg –install google-chrome-stable_current_i386.deb

请更正您的命令dpkg -i google-chrome-stable_current_i386.deb ,您需要提供-i而不是.i选项

从联机指令复制/粘贴命令而不是自己输入时,可能会发生此错误。 因此,而不是“ – ”你最终与“ – ”,你会得到的错误

今天,我有一个关于如何安装chrome的教程时遇到同样的问题。 问题在于我从教程中复制了一个不同的字符集,从而导致了连字符在语法上的混乱。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐