Skype Messaging Only App (32-bit/64-bit)
What makes us different from other similar websites? › Forums › Tech › Skype Messaging Only App (32-bit/64-bit)
- This topic has 2 replies, 1 voice, and was last updated 4 years, 3 months ago by thumbtak.
- AuthorPosts
- December 10, 2018 at 8:36 am #1297thumbtakKeymaster
1. sudo apt-get update
2. sudo apt-get install pidgin -y
3. cd /usr/lib/pidgin
32 bit
4. wget https://tinyurl.com/yckh296p
64 bit
4. wget https://tinyurl.com/yah87dem
5. pidgin && exit
6. Open Pidgin and add your Skype account.October 22, 2019 at 12:39 pm #1689thumbtakKeymasterUpdate for people running Debian based systems.
Install Pidgin
1. sudo apt-get update
2. sudo apt-get install pidgin -yInstall Skype Plugin
1. cd /
2. mkdir skypeforweb
3. sudo apt-get install libpurple-dev libjson-glib-dev cmake gcc
4. git clone git://github.com/EionRobb/skype4pidgin.git
5. cd skype4pidgin/skypeweb
6. mkdir build
7. cd build
8. cmake ..
9. cpack
10. ls
11. sudo dpkg -i skypeweb-1.5.0-Linux.deb
12. cd /
13. rm -rf skypeforwebNote: Make sure you enable your account in Pidgin. Replay with questions or issues.
August 20, 2020 at 7:41 pm #1994thumbtakKeymasterI have been having issues with Skype for Pidgin. It started today. I am looking into it, but for the time I have worked on an update that might help some people.
1.
sudo apt-get install libpurple-dev libjson-glib-dev cmake gcc
2.mkdir skype
3.git clone git://github.com/EionRobb/skype4pidgin.git
4.cd skype4pidgin/skypeweb
5.mkdir build
6.cd build
7.cmake ..
8.cpack
9.ls
10. Look for a deb file and select the text and copy it.
11.sudo dpkg -i [deb package here without brackets]
12. Typecd ..
until you are just before the skype folder we created.
13.rm -rf skype
- AuthorPosts
- You must be logged in to reply to this topic.