[转]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 ...
随机推荐
- C++函数返回局部变量
函数不能返回指向栈内存的指针 原因:返回值是拷贝值,局部变量的作用域为函数内部,函数执行结束,栈上的局部变量会销毁,内存释放. 可返回的局部变量: 1. 返回局部变量本身 int sum(int a, ...
- js计算数字长度
js调用toString方法转为字符串后取长度 var num = 123; alert(num.toString().length);
- ZOC7 for Mac连接CentOS7无法输入中文问题
确定是ZOC7的问题 改为 iTerm2 加 ZSH 能够输入中文了 自己配置profile 慢慢所有的终端都用iTerm2 渐渐放弃ZOC7
- jquery 跨域请求
参考博客: http://www.cnblogs.com/freeweb/p/4908832.html 由于安全性问题, js 一般不支持跨域操作,但只要在客户端与服务器端引入相同的参数,通过jso ...
- mysql 原理 ~ 事务隔离机制
简介: 事务隔离知多少内容 一 基础知识 1 事务特性 ACID A 原子性 C 一致性 I 隔离性 D 持久性 2 并行事务出现的问题 1 脏读 读取了其他事务未提交的数据 ...
- pl/sql Devloper 如何查看表结构
在命令行 敲 desc 表名:
- SVM实例及Matlab代码
******************************************************** ***数据集下载地址 :http://pan.baidu.com/s/1geb8CQf ...
- Python学习之not,and,or篇
Python学习之not,and,or篇 运算符示意 not –表示取反运算. and –表示取与运算. or –表示取或运算. 运算符优先级 not > and > or. 举例如下: ...
- 红黑树与AVL树
概述:本文从排序二叉树作为引子,讲解了红黑树,最后把红黑树和AVL树做了一个比较全面的对比. 1 排序二叉树 排序二叉树是一种特殊结构的二叉树,可以非常方便地对树中所有节点进行排序和检索. 排序二叉树 ...
- centos6.7环境之kvm虚拟化quem工具配置及使用详解
环境准备 需要勾选CPU的虚拟化支持,支持cpu虚拟化的CPU列表: intel支持虚拟化技术CPU列表: Intel 6 Cores / 12 Threads CPU Number: Code Na ...