{"id":504,"date":"2020-05-01T14:04:52","date_gmt":"2020-05-01T13:04:52","guid":{"rendered":"http:\/\/robert.vanyi.org\/en\/?p=504"},"modified":"2024-05-09T11:44:36","modified_gmt":"2024-05-09T10:44:36","slug":"running-viber-on-debian-10","status":"publish","type":"post","link":"https:\/\/robert.vanyi.org\/en\/archives\/504","title":{"rendered":"Running Viber on Debian 10"},"content":{"rendered":"<p>Usually I work, browse, email on a PC and not on a smartphone. However I use viber and I had it only on the phone. As there is a PC version, I thought I give it a try. On the download page there is of course the windows version, but there are also two packages for linux: one .deb for Ubuntu and .rpm for Fedora. I tried to install the .deb, but it has some dependencies on an older libssl. So what I did, I just unpacked it with<br \/>\n<code>dpkg -x viber.deb out\/<\/code><br \/>\nand then manually moved to \/opt. When trying to start I got some error message that I could not interpret, but using <code>strace<\/code> to figure out, what was going on, I saw that some libraries were missing. Installing them solved the issue:<br \/>\n<code>apt-get install libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0<\/code><br \/>\nNow it runs, and seems to be working.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Usually I work, browse, email on a PC and not on a smartphone. However I use viber and I had it only on the phone. As there is a PC version, I thought I give it a try. On the download page there is of course the windows version, but there are also two packages &hellip; <a href=\"https:\/\/robert.vanyi.org\/en\/archives\/504\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Running Viber on Debian 10<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-504","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/posts\/504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/comments?post=504"}],"version-history":[{"count":0,"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/posts\/504\/revisions"}],"wp:attachment":[{"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/media?parent=504"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/categories?post=504"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robert.vanyi.org\/en\/wp-json\/wp\/v2\/tags?post=504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}