Mudanças entre as edições de "Skype"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 1: | Linha 1: | ||
+ | em Debian Wheezy 64 Bits | ||
+ | <source lang="bash"> | ||
+ | dpkg --add-architecture i386 | ||
+ | apt-get update | ||
+ | apt-get upgrade | ||
+ | wget -O /tmp/skype.deb http://www.skype.com/go/getskype-linux-deb | ||
+ | dpkg -i /tmp/skype.deb | ||
+ | apt-get install -f | ||
+ | </source> | ||
+ | |||
<source lang="bash"> | <source lang="bash"> | ||
wget -c http://download.skype.com/linux/skype-2.2.0.35-fedora.i586.rpm | wget -c http://download.skype.com/linux/skype-2.2.0.35-fedora.i586.rpm |
Edição atual tal como às 02h22min de 28 de abril de 2014
em Debian Wheezy 64 Bits
dpkg --add-architecture i386
apt-get update
apt-get upgrade
wget -O /tmp/skype.deb http://www.skype.com/go/getskype-linux-deb
dpkg -i /tmp/skype.deb
apt-get install -f
wget -c http://download.skype.com/linux/skype-2.2.0.35-fedora.i586.rpm
yum install lsb
rpm -ivh skype-2.2.0.35-fedora.i586.rpm
echo "alias skype='LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype'" >> ~/.bashrc
$ sudo nano /usr/share/applications/skype.desktop
Name=Skype Comment=Skype Internet Telephony Exec=env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype Icon=skype.png Terminal=0 Type=Application Encoding=UTF-8 Categories=Network;Application;
Referências:
- http://fedoraforum.org/forum/showthread.php?t=272196
- http://fedoraunity.org/Members/dcr226/installing-skype
gravando
- http://cabelovivaolinux.wordpress.com/2009/07/30/gravando-conversas-no-skype-em-linux-claro/
- http://atdot.ch/scr/download/
- http://porpoisehead.net/hi/?q=node/23
- http://carthick.wordpress.com/2007/11/26/linux-recording-soundcard-output-using-arecord/
- http://www.vivaolinux.com.br/artigo/Gravando-conversas-no-Skype-do-Linux/