Skip to content

Instantly share code, notes, and snippets.

@MicroHank
Created July 16, 2015 05:48
Show Gist options
  • Save MicroHank/1932d3f9b3885f317c2c to your computer and use it in GitHub Desktop.
Save MicroHank/1932d3f9b3885f317c2c to your computer and use it in GitHub Desktop.
在 ubuntu 14.04 安裝 skype 和 Line
[Skype 4.3]
32 bits
sudo apt-get install gdebi
wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb
64 bits
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gdebi
wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb
移除過去的 skype 版本
sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386
參考來源:http://sysads.co.uk/2014/06/install-skype-4-3-in-ubuntu-14-04/
-------------------------
[Line]
1. 安裝wine
sudo apt-get update
sudo apt-get install wine
2. 裝Visual C++ 2008 Runtime
winetricks vcrun2008
3. 安裝下載的Line (至官方網站下載 Windows 版本的 LineInst.exe)
wine LineInst.exe
參考來源:http://soybeanmilkmania.blogspot.tw/2014/06/ubuntu-1404line.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment