[转]ubuntu安装skype
Skype 4.3 Released, How to Install it in Ubuntu 14.04/12.04
![]()
Skype for Linux has been updated to version 4.3.0.37 with updated UI, new cloud-based Group chat experience, and more.
Microsoft finally announced Skype for Linux 4.3 on June 18, 2014. The new release dropped support for direct Alsa support, now it uses PulseAudio for better calling experience. Also Skype 4.3 contains below changes:
- An updated UI
- Our new cloud-based Group Chat experience
- More reliable file transfer support when using multiple devices at once
- Greater accessibility by blind and visually impaired users
- PulseAudio 3.0 and 4.0 support
- Lot of bug fixes
- Skype 4.3 release note.

Install Skype 4.3 in Ubuntu or Linux Mint:
At the moment, Skype for Linux 4.3 is not available in any Linux repository. Below steps will tell you how to install the official .deb package in Ubuntu 14.04, Ubuntu 12.04, and their derivatives.
1. Install required libraries (for 64-bit system)
Skype website only provides 32-bit package for Ubuntu 12.04 and higher. You’re unable to install it directly on 64-bit system due to dependencies issue.
However, install the old skype from Canonical partners repository will also install the required libraries we need for NEW skype.
a.) Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands one by one to remove old skype and .skype folder:
sudo apt-get remove skype skype-bin rm -rf ~/.skype
b.) Open “Software & Updates” and enable Canonical partners repository under Other Software tab.

c.) Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the commands below to install old skype:
sudo apt-get update; sudo apt-get install skype
UPDATE: Below steps are no longer required! Just do the above step a.), b.) and c.) will install Skype 4.3 in your system.
c.) Once installed, remove the old skype package:
sudo apt-get remove skype skype-bin
2. Download & install Skype 4.3
Download the “Ubuntu 12.04 (multiarch)” package from: www.skype.com/go/linux

Click to install the package via Ubuntu Software Center. Or run command below in terminal (Ctrl+Alt+T):
cd ~/Downloads/ && sudo dpkg -i skype-ubuntu-precise_*.deb
Once installed, you’re able to open Skype 4.3 from Unity Dash result:

http://ubuntuhandbook.org/index.php/2014/06/skype-4-3-install-in-ubuntu-1404/
[转]ubuntu安装skype的更多相关文章
- ubuntu安装skype
1.添加源 sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner&quo ...
- ubuntu安装Skype 4.3
Install Skype 4.3 Step 1: Remove previous version sudo apt-get remove skype skype-bin:i386 skype:i38 ...
- Ubuntu 14 安装Skype 4.3
Ubuntu 14 安装Skype 4.3Step 1: 删除老版本sudo apt-get remove skype skype-bin:i386 skype:i386 sudo apt-get i ...
- Ubuntu 14.04 下安装Skype
操作1: Ubuntu 14.04 下安装Skype,使用 Ctr+Alt+T组合键打开终端Terminal,输入如下即可: wget -O skype.deb http://download.sky ...
- 如何在 ubuntu 12.04 上安装 skype(转载)
转自:http://blog.51osos.com/linux/how-to-install-skype-in-ubuntu-12-04/ 添加Canonical Partner Repository ...
- Debian系列Linux/Ubuntu 安装软件
wps(http://community.wps.cn/download/) 优客天气(https://launchpad.net/indicator-china-weather/+download) ...
- ubuntu16.04安装skype
ubuntu16.04安装skype 一句命令搞定 wget https://repo.skype.com/latest/skypeforlinux-64.deb && sudo dp ...
- Mac OS、Ubuntu 安装及使用 Consul
Consul 概念(摘录): Consul 是 HashiCorp 公司推出的开源工具,用于实现分布式系统的服务发现与配置.与其他分布式服务注册与发现的方案,比如 Airbnb 的 SmartStac ...
- ubuntu安装mysql
好记性不如烂笔头,记录一下,ubuntu安装mysql的指令. 安装MySQL: sudo apt-get install mysql-server sudo apt-get install mysq ...
随机推荐
- iscroll.js 手机上下滑动 加载更多
html <!DOCTYPE html> <html> <head> <title>下拉上拉刷新页面代码</title> <meta ...
- Python XML操作
XML(可扩展性标记语言)是一种非常常用的文件类型,主要用于存储和传输数据.在编程中,对XML的操作也非常常见. 本文根据python库文档中的xml.etree.ElementTree类来进行介绍X ...
- JacobMathType
JACOB是一个 Java到微软的COM接口的桥梁.使用JACOB允许任何JVM访问COM对象,从而使JAVA应用程序能够调用COM对象,;MathType 是由美国Design Science公司开 ...
- 目标提取深度神经网络分析权衡 trade offs
RCNN: 直接使用object proposal 方法得到image crops 送入神经网络中,但是crops 的大小不一样,因此使用 ROI Pooling,这个网络层可以把不同大小的输入映射到 ...
- kan
http://blog.csdn.net/yahohi/article/details/7427724 http://duanhengbin.iteye.com/blog/1706635 http:/ ...
- 2018-2019-2 网络对抗技术 20165227 Exp1 PC平台逆向破解
2018-2019-2 网络对抗技术 20165227 Exp1 PC平台逆向破解 实验内容及步骤 实验一:直接修改程序机器指令,改变程序执行流程 知识要求:Call指令,EIP寄存器,指令跳转的偏移 ...
- Python3学习笔记22-文件读写
读写文件前,我们先必须了解一下,在磁盘上读写文件的功能都是由操作系统提供的,现代操作系统不允许普通的程序直接操作磁盘,所以,读写文件就是请求操作系统打开一个文件对象(通常称为文件描述符),然后,通过操 ...
- saltstack自动化运维系列③之saltstack的常用模块使用
saltstack自动化运维系列③之saltstack的常用模块使用 1.命令的常用方法: 指定主机运行命令 # salt 'mini1' cmd.run 'date'mini1: Fri Apr 7 ...
- vmware下centos克隆功能对网络的设置
centos完成克隆功能后需要对网络进行设置 # cd /etc/udev/rules.d/ vim 70-persistent-net.rules 删除eth0的配置,将eth1该为eth0 编辑网 ...
- I/O 接口及其编址方式
I/O 接口电路也简称接口电路.它是主机和外围设备之间交换信息的连接部件(电路).它在主机和外围设备之间的信息交换中起着桥梁和纽带作用.设置接口电路的必要性:a) 解决主机CPU 和外围设备之间的时序 ...