无法安装 skype

无法安装 skype
sudo dpkg - skype-ubuntu*.deb
[sudo] password for user: 
dpkg: error: 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;

Options marked [*] produce a lot of output - pipe it through `less' or `more' !

当我尝试在 Ubuntu 13.04 上安装 Skype 时得到了此输出。

答案1

尝试一下这个, sudo dpkg -i skype-ubuntu*.deb它现在应该可以正常工作并且不会出现任何错误。

相关内容