[转]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 ...
随机推荐
- VUE2.0 饿了吗视频学习笔记(七-终):compute,循环,flex,display:table
一.star组件使用到了computed属性 computed相当于属性的一个实时计算,当对象的某个值改变的时候,会进行实时计算. computed: { starType() { return 's ...
- Python的虚拟环境virtualenv
原文地址:blog.sina.com.cn/s/blog_4ddef8f80101eu0w.html Python的虚拟环境可以使一个Python程序拥有独立的库library和解释器interpre ...
- [转]OpenBLAS项目与矩阵乘法优化
课程内容 OpenBLAS项目介绍 矩阵乘法优化算法 一步步调优实现 以下为公开课完整视频,共64分钟: 以下为公开课内容的文字及 PPT 整理. 雷锋网的朋友们大家好,我是张先轶,今天主要介绍一下我 ...
- matplotlib 画图
matplotlib 画图 1. 画曲线图 Tompson = np.array([0, 0, 0, 0, 0.011, 0.051, 0.15, 0.251, 0.35, 0.44, 0 ...
- cmake介绍
1. cmake介绍 1.1 cmake用途 CMake的用途是能通过一系列的源码和相关的配置来生成需要的编译器平台上的项目文件.譬如,如果一个项目需要在Windows上用VS编译,在Linux上用m ...
- ftpdata目录下日期目录权限问题
由于APP Server由root用户启动,创建目录默认为root:root用户:用户组权限 需chown -R wingupload ftpdata执行后,WING才能上传成功 或者写成脚本,每天凌 ...
- linux内核中链表代码分析---list.h头文件分析(二)【转】
转自:http://blog.chinaunix.net/uid-30254565-id-5637598.html linux内核中链表代码分析---list.h头文件分析(二) 16年2月28日16 ...
- linux 下camera调试笔记【转】
转自:https://blog.csdn.net/kevinx_xu/article/details/8801931 linux camera调试 2011-10-23 10:43:37| 分类: ...
- 如何交叉编译 linux kernel 内核
Compilation We first need to move the config file by running cp arch/arm/configs/bcmrpi_cutdown_defc ...
- centos环境自动化批量安装jdk软件脚本
自动化安装jdk软件部署脚本 准备工作: 1.在执行脚本的服务器上生成免密码公钥: 安装expect命令 yum install -y expect ssh-keygen 三次回车 2.将jdk-7u ...