最近我碰巧将我的 Ubuntu 重新安装到 Lubuntu 15.04。所以我正在寻找 Skype 安装并得到了这个很好的教程。
真的很酷。它从这里下载了skype deb的官方包
由于我还没有gdebi
安装,我使用安装sudo su -c apt-get install gdebi
然后skype-ubuntu-precise_4.3.0.37-1_i386.deb
使用 gdebi 命令安装sudo su -c gdebi skype-ubuntu*4*.deb
哇,gdebi 为我做了一切,如果不使用传统的 Apt PPA 手动链接添加,这可能会破坏我的系统更新/软件安装,这是一件多么轻松的事情..
但是如果我尝试使用安装它 dpkg -i
dpkg -i skype-ubuntu-precise_4.3.0.37-1_i386.deb
Selecting previously unselected package skype.
(Reading database ... 86449 files and directories currently installed.)
Preparing to unpack skype-ubuntu-precise_4.3.0.37-1_i386.deb ...
Unpacking skype (4.3.0.37-1) ...
dpkg: dependency problems prevent configuration of skype:
skype depends on libc6 (>= 2.3.6-6~).
skype …
Run Code Online (Sandbox Code Playgroud)