LoginSignup
0
0

More than 5 years have passed since last update.

Install Skype 5 to Debian Wheezy

Last updated at Posted at 2017-04-21
Playing with Debian Wheezy URL
Atom http://qiita.com/cielavenir/items/7835e3d110d7ad79c407
VSCode OSS http://qiita.com/cielavenir/items/8eb3f57373bac0f10d6f
Skype http://qiita.com/cielavenir/items/1b1d733e4ede8593040f
Meshlab 2016 http://qiita.com/cielavenir/items/5e02ce18d162e17c8859

Skype 4 is now dead, but installing Skype 5 to Debian Wheezy is a little bit difficult.

Updating fontconfig

apt-src and deb-src line

  • (also devscripts, which contains debuild)
  • sudo apt-get install apt-src devscripts
  • sudo vim /etc/apt/source.list

Build fontconfig source code

  • apt-src install fontconfig
  • cd fontconfig
  • debuild -uc -us
  • cd ..

(Optionally) build libfontconfig1:i386

You need to build libfontconfig1:i386 if you want to keep wine stuff.

Make 32bit environment

  • sudo apt-get install binutils debootstrap
  • sudo /usr/sbin/debootstrap --arch i386 wheezy /opt/wheezy32 http://httpredir.debian.org/debian

Build

  • sudo chroot /opt/wheezy32
  • (add apt-line for contrib/non-free, and deb-src jessie)
  • (snip)
  • apt-src install fontconfig
  • debuild -uc -us

Finally...

  • sudo dpkg -i *.deb

Install libpango{,cairo}-1.0-0

  • libpango1.0-0 package has the content of libpango-1.0 and libpangocairo-1.0.
  • So we install fake package to satisfy dpkg.
  • Use https://github.com/cielavenir/updatecontrol debgenerate.rb.
  • debgenerate libpango-1.0-0 1.30.0-1; debgenerate libpango-1.0-0 1.30.0-1
  • sudo dpkg -i libpango*.deb

At last...

  • sudo dpkg -i skypeforlinux-64.deb
  • And you are done!

170605

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0