Viber not supported in Ubuntu 14.04

Clash Royale CLAN TAG#URR8PPP up vote
4
down vote
favorite
I have downloaded Viber and installed it via terminal to my Ubuntu 14.04 OS. For the installation I have used dpkg -i to install and apt-get install -f to install the dependencies:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
Although Viber is installed, it cannot be launched. Executing it via the terminal, I get the output bellow:
$ /opt/viber/Viber
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./Viber)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./Viber)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libQt5Location.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libicui18n.so.52)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libicuuc.so.52)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/viber/lib/libQt5WebEngineCore.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/viber/lib/libQt5Qml.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libQt5Core.so.5)
I guess it has something to do with having an older version of some dependencies than required. The OS is up to date though. How can I fix this?
14.04 software-installation dpkg deb viber
add a comment |Â
up vote
4
down vote
favorite
I have downloaded Viber and installed it via terminal to my Ubuntu 14.04 OS. For the installation I have used dpkg -i to install and apt-get install -f to install the dependencies:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
Although Viber is installed, it cannot be launched. Executing it via the terminal, I get the output bellow:
$ /opt/viber/Viber
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./Viber)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./Viber)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libQt5Location.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libicui18n.so.52)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libicuuc.so.52)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/viber/lib/libQt5WebEngineCore.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/viber/lib/libQt5Qml.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libQt5Core.so.5)
I guess it has something to do with having an older version of some dependencies than required. The OS is up to date though. How can I fix this?
14.04 software-installation dpkg deb viber
Doessudo apt install libstdc++6solve the issue?
â nixpower
Jan 3 at 16:29
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I have downloaded Viber and installed it via terminal to my Ubuntu 14.04 OS. For the installation I have used dpkg -i to install and apt-get install -f to install the dependencies:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
Although Viber is installed, it cannot be launched. Executing it via the terminal, I get the output bellow:
$ /opt/viber/Viber
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./Viber)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./Viber)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libQt5Location.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libicui18n.so.52)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libicuuc.so.52)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/viber/lib/libQt5WebEngineCore.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/viber/lib/libQt5Qml.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libQt5Core.so.5)
I guess it has something to do with having an older version of some dependencies than required. The OS is up to date though. How can I fix this?
14.04 software-installation dpkg deb viber
I have downloaded Viber and installed it via terminal to my Ubuntu 14.04 OS. For the installation I have used dpkg -i to install and apt-get install -f to install the dependencies:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
Although Viber is installed, it cannot be launched. Executing it via the terminal, I get the output bellow:
$ /opt/viber/Viber
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./Viber)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./Viber)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libQt5Location.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libicui18n.so.52)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libicuuc.so.52)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/viber/lib/libQt5WebEngineCore.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/viber/lib/libQt5Qml.so.5)
./Viber: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/viber/lib/libQt5Core.so.5)
I guess it has something to do with having an older version of some dependencies than required. The OS is up to date though. How can I fix this?
14.04 software-installation dpkg deb viber
14.04 software-installation dpkg deb viber
asked Jan 3 at 16:14
pgmank
3872316
3872316
Doessudo apt install libstdc++6solve the issue?
â nixpower
Jan 3 at 16:29
add a comment |Â
Doessudo apt install libstdc++6solve the issue?
â nixpower
Jan 3 at 16:29
Does
sudo apt install libstdc++6 solve the issue?â nixpower
Jan 3 at 16:29
Does
sudo apt install libstdc++6 solve the issue?â nixpower
Jan 3 at 16:29
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
I suggest to install previous version - 4.2.2.6. I found it on the archive site.
Its MD5 is 4dec3ade37a3738c6f084858a4554861, so it does not modified.
Then install it as you did before:
sudo dpkg -i viber-for-linux-4-2-2-6-en-ubu.deb
sudo apt-get install -f
On my 14.04 LTS it launches normally.
Update: I got latest Viber 7.0.0.1035 working on my 14.04 LTS after manual downloading of libstdc++ from Xenial (16.04 LTS) to /opt/viber/lib directory:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
wget http://mirrors.kernel.org/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb
dpkg -x libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb /tmp/stdc
sudo cp /tmp/stdc/usr/lib/x86_64-linux-gnu/libstdc++.so.6* /opt/viber/lib
sudo apt-get install libqt5gui5 # prevent errors about xcb
I did this all. Viber still doesn't open but this time there are no errors in the output.
â user2513149
Aug 30 at 8:52
add a comment |Â
up vote
2
down vote
Try the following
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-4.9
sudo apt install libstdc++6
I think the above programs are not installed properly.
How does this solve the OP's original question? (It actually sounds to me like this is a case of them using too old an OS for the software they're trying to install, not a case of things not being installed properly)
â Thomas Wardâ¦
Mar 7 at 15:00
This worked fine for me.
â chaviaras michalis
Aug 16 at 18:23
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
I suggest to install previous version - 4.2.2.6. I found it on the archive site.
Its MD5 is 4dec3ade37a3738c6f084858a4554861, so it does not modified.
Then install it as you did before:
sudo dpkg -i viber-for-linux-4-2-2-6-en-ubu.deb
sudo apt-get install -f
On my 14.04 LTS it launches normally.
Update: I got latest Viber 7.0.0.1035 working on my 14.04 LTS after manual downloading of libstdc++ from Xenial (16.04 LTS) to /opt/viber/lib directory:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
wget http://mirrors.kernel.org/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb
dpkg -x libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb /tmp/stdc
sudo cp /tmp/stdc/usr/lib/x86_64-linux-gnu/libstdc++.so.6* /opt/viber/lib
sudo apt-get install libqt5gui5 # prevent errors about xcb
I did this all. Viber still doesn't open but this time there are no errors in the output.
â user2513149
Aug 30 at 8:52
add a comment |Â
up vote
3
down vote
I suggest to install previous version - 4.2.2.6. I found it on the archive site.
Its MD5 is 4dec3ade37a3738c6f084858a4554861, so it does not modified.
Then install it as you did before:
sudo dpkg -i viber-for-linux-4-2-2-6-en-ubu.deb
sudo apt-get install -f
On my 14.04 LTS it launches normally.
Update: I got latest Viber 7.0.0.1035 working on my 14.04 LTS after manual downloading of libstdc++ from Xenial (16.04 LTS) to /opt/viber/lib directory:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
wget http://mirrors.kernel.org/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb
dpkg -x libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb /tmp/stdc
sudo cp /tmp/stdc/usr/lib/x86_64-linux-gnu/libstdc++.so.6* /opt/viber/lib
sudo apt-get install libqt5gui5 # prevent errors about xcb
I did this all. Viber still doesn't open but this time there are no errors in the output.
â user2513149
Aug 30 at 8:52
add a comment |Â
up vote
3
down vote
up vote
3
down vote
I suggest to install previous version - 4.2.2.6. I found it on the archive site.
Its MD5 is 4dec3ade37a3738c6f084858a4554861, so it does not modified.
Then install it as you did before:
sudo dpkg -i viber-for-linux-4-2-2-6-en-ubu.deb
sudo apt-get install -f
On my 14.04 LTS it launches normally.
Update: I got latest Viber 7.0.0.1035 working on my 14.04 LTS after manual downloading of libstdc++ from Xenial (16.04 LTS) to /opt/viber/lib directory:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
wget http://mirrors.kernel.org/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb
dpkg -x libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb /tmp/stdc
sudo cp /tmp/stdc/usr/lib/x86_64-linux-gnu/libstdc++.so.6* /opt/viber/lib
sudo apt-get install libqt5gui5 # prevent errors about xcb
I suggest to install previous version - 4.2.2.6. I found it on the archive site.
Its MD5 is 4dec3ade37a3738c6f084858a4554861, so it does not modified.
Then install it as you did before:
sudo dpkg -i viber-for-linux-4-2-2-6-en-ubu.deb
sudo apt-get install -f
On my 14.04 LTS it launches normally.
Update: I got latest Viber 7.0.0.1035 working on my 14.04 LTS after manual downloading of libstdc++ from Xenial (16.04 LTS) to /opt/viber/lib directory:
wget -O viber.deb http://download.cdn.viber.com/cdn/desktop/Linux/viber.deb
sudo dpkg -i viber.deb
sudo apt-get install -f
wget http://mirrors.kernel.org/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb
dpkg -x libstdc++6_5.4.0-6ubuntu1~16.04.5_amd64.deb /tmp/stdc
sudo cp /tmp/stdc/usr/lib/x86_64-linux-gnu/libstdc++.so.6* /opt/viber/lib
sudo apt-get install libqt5gui5 # prevent errors about xcb
edited Jan 3 at 17:49
answered Jan 3 at 16:52
N0rbert
16.3k33375
16.3k33375
I did this all. Viber still doesn't open but this time there are no errors in the output.
â user2513149
Aug 30 at 8:52
add a comment |Â
I did this all. Viber still doesn't open but this time there are no errors in the output.
â user2513149
Aug 30 at 8:52
I did this all. Viber still doesn't open but this time there are no errors in the output.
â user2513149
Aug 30 at 8:52
I did this all. Viber still doesn't open but this time there are no errors in the output.
â user2513149
Aug 30 at 8:52
add a comment |Â
up vote
2
down vote
Try the following
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-4.9
sudo apt install libstdc++6
I think the above programs are not installed properly.
How does this solve the OP's original question? (It actually sounds to me like this is a case of them using too old an OS for the software they're trying to install, not a case of things not being installed properly)
â Thomas Wardâ¦
Mar 7 at 15:00
This worked fine for me.
â chaviaras michalis
Aug 16 at 18:23
add a comment |Â
up vote
2
down vote
Try the following
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-4.9
sudo apt install libstdc++6
I think the above programs are not installed properly.
How does this solve the OP's original question? (It actually sounds to me like this is a case of them using too old an OS for the software they're trying to install, not a case of things not being installed properly)
â Thomas Wardâ¦
Mar 7 at 15:00
This worked fine for me.
â chaviaras michalis
Aug 16 at 18:23
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Try the following
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-4.9
sudo apt install libstdc++6
I think the above programs are not installed properly.
Try the following
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-4.9
sudo apt install libstdc++6
I think the above programs are not installed properly.
answered Mar 7 at 4:11
Mohendra
214
214
How does this solve the OP's original question? (It actually sounds to me like this is a case of them using too old an OS for the software they're trying to install, not a case of things not being installed properly)
â Thomas Wardâ¦
Mar 7 at 15:00
This worked fine for me.
â chaviaras michalis
Aug 16 at 18:23
add a comment |Â
How does this solve the OP's original question? (It actually sounds to me like this is a case of them using too old an OS for the software they're trying to install, not a case of things not being installed properly)
â Thomas Wardâ¦
Mar 7 at 15:00
This worked fine for me.
â chaviaras michalis
Aug 16 at 18:23
How does this solve the OP's original question? (It actually sounds to me like this is a case of them using too old an OS for the software they're trying to install, not a case of things not being installed properly)
â Thomas Wardâ¦
Mar 7 at 15:00
How does this solve the OP's original question? (It actually sounds to me like this is a case of them using too old an OS for the software they're trying to install, not a case of things not being installed properly)
â Thomas Wardâ¦
Mar 7 at 15:00
This worked fine for me.
â chaviaras michalis
Aug 16 at 18:23
This worked fine for me.
â chaviaras michalis
Aug 16 at 18:23
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f991936%2fviber-not-supported-in-ubuntu-14-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Does
sudo apt install libstdc++6solve the issue?â nixpower
Jan 3 at 16:29