Install Viber on Debian 9

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm trying to install viber on debian by use this command
# wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
# unzip Viber.zip
# cd Viber
# ./Viber.sh
the first time I have this message
Failed to load module "canberra-gtk-module
after that I install it by
sudo apt-get install libcanberra-gtk-module
the other error is
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
when use update I have the same problem I can not install canberra-gtk-module, how I can solve it?


debian apt
add a comment |Â
up vote
1
down vote
favorite
I'm trying to install viber on debian by use this command
# wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
# unzip Viber.zip
# cd Viber
# ./Viber.sh
the first time I have this message
Failed to load module "canberra-gtk-module
after that I install it by
sudo apt-get install libcanberra-gtk-module
the other error is
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
when use update I have the same problem I can not install canberra-gtk-module, how I can solve it?


debian apt
Can you see the two image I'm added it .......Gtk-Message: Failed to load module "canberra-gtk-module"
â rose
Nov 21 '17 at 12:18
When click on Try Again ,there is no thing happen the same screen show
â rose
Nov 21 '17 at 12:23
1
sara@sara:~$ ls /usr/lib/x86_64-linux-gnu/gtk-3.0/modules libcanberra-gtk3-module.so libcanberra-gtk-module.so libcaribou-gtk-module.so
â rose
Nov 21 '17 at 13:28
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to install viber on debian by use this command
# wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
# unzip Viber.zip
# cd Viber
# ./Viber.sh
the first time I have this message
Failed to load module "canberra-gtk-module
after that I install it by
sudo apt-get install libcanberra-gtk-module
the other error is
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
when use update I have the same problem I can not install canberra-gtk-module, how I can solve it?


debian apt
I'm trying to install viber on debian by use this command
# wget http://download.cdn.viber.com/cdn/desktop/Linux/Viber.zip
# unzip Viber.zip
# cd Viber
# ./Viber.sh
the first time I have this message
Failed to load module "canberra-gtk-module
after that I install it by
sudo apt-get install libcanberra-gtk-module
the other error is
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
when use update I have the same problem I can not install canberra-gtk-module, how I can solve it?


debian apt
edited Nov 21 '17 at 12:21
asked Nov 20 '17 at 19:33
rose
114
114
Can you see the two image I'm added it .......Gtk-Message: Failed to load module "canberra-gtk-module"
â rose
Nov 21 '17 at 12:18
When click on Try Again ,there is no thing happen the same screen show
â rose
Nov 21 '17 at 12:23
1
sara@sara:~$ ls /usr/lib/x86_64-linux-gnu/gtk-3.0/modules libcanberra-gtk3-module.so libcanberra-gtk-module.so libcaribou-gtk-module.so
â rose
Nov 21 '17 at 13:28
add a comment |Â
Can you see the two image I'm added it .......Gtk-Message: Failed to load module "canberra-gtk-module"
â rose
Nov 21 '17 at 12:18
When click on Try Again ,there is no thing happen the same screen show
â rose
Nov 21 '17 at 12:23
1
sara@sara:~$ ls /usr/lib/x86_64-linux-gnu/gtk-3.0/modules libcanberra-gtk3-module.so libcanberra-gtk-module.so libcaribou-gtk-module.so
â rose
Nov 21 '17 at 13:28
Can you see the two image I'm added it .......Gtk-Message: Failed to load module "canberra-gtk-module"
â rose
Nov 21 '17 at 12:18
Can you see the two image I'm added it .......Gtk-Message: Failed to load module "canberra-gtk-module"
â rose
Nov 21 '17 at 12:18
When click on Try Again ,there is no thing happen the same screen show
â rose
Nov 21 '17 at 12:23
When click on Try Again ,there is no thing happen the same screen show
â rose
Nov 21 '17 at 12:23
1
1
sara@sara:~$ ls /usr/lib/x86_64-linux-gnu/gtk-3.0/modules libcanberra-gtk3-module.so libcanberra-gtk-module.so libcaribou-gtk-module.so
â rose
Nov 21 '17 at 13:28
sara@sara:~$ ls /usr/lib/x86_64-linux-gnu/gtk-3.0/modules libcanberra-gtk3-module.so libcanberra-gtk-module.so libcaribou-gtk-module.so
â rose
Nov 21 '17 at 13:28
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
2
down vote
Is Viber.zip not for Windows?
If you go here you can get a .deb file.
Install it with Gdebi.
There are instructions for moving Viber and creating a symlink in Debian here
I tried to install Gdebi but it was wrong
â rose
Nov 21 '17 at 9:11
Do you want to continue? [Y/n] y dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg returned an error code (2)
â rose
Nov 21 '17 at 9:12
add a comment |Â
up vote
1
down vote
You need to change DEBIAN/control. For that you need to download viber.deb, extract the deb, fix DEBIAN/control and make a new deb package. It's described here:
https://forums.bunsenlabs.org/viewtopic.php?pid=71634#p71634
Just make sure to use root or fakeroot to preserve file permissions and ownership.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Is Viber.zip not for Windows?
If you go here you can get a .deb file.
Install it with Gdebi.
There are instructions for moving Viber and creating a symlink in Debian here
I tried to install Gdebi but it was wrong
â rose
Nov 21 '17 at 9:11
Do you want to continue? [Y/n] y dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg returned an error code (2)
â rose
Nov 21 '17 at 9:12
add a comment |Â
up vote
2
down vote
Is Viber.zip not for Windows?
If you go here you can get a .deb file.
Install it with Gdebi.
There are instructions for moving Viber and creating a symlink in Debian here
I tried to install Gdebi but it was wrong
â rose
Nov 21 '17 at 9:11
Do you want to continue? [Y/n] y dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg returned an error code (2)
â rose
Nov 21 '17 at 9:12
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Is Viber.zip not for Windows?
If you go here you can get a .deb file.
Install it with Gdebi.
There are instructions for moving Viber and creating a symlink in Debian here
Is Viber.zip not for Windows?
If you go here you can get a .deb file.
Install it with Gdebi.
There are instructions for moving Viber and creating a symlink in Debian here
edited Nov 21 '17 at 6:44
GAD3R
22.6k154895
22.6k154895
answered Nov 20 '17 at 22:47
arochester
1,2611710
1,2611710
I tried to install Gdebi but it was wrong
â rose
Nov 21 '17 at 9:11
Do you want to continue? [Y/n] y dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg returned an error code (2)
â rose
Nov 21 '17 at 9:12
add a comment |Â
I tried to install Gdebi but it was wrong
â rose
Nov 21 '17 at 9:11
Do you want to continue? [Y/n] y dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg returned an error code (2)
â rose
Nov 21 '17 at 9:12
I tried to install Gdebi but it was wrong
â rose
Nov 21 '17 at 9:11
I tried to install Gdebi but it was wrong
â rose
Nov 21 '17 at 9:11
Do you want to continue? [Y/n] y dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg returned an error code (2)
â rose
Nov 21 '17 at 9:12
Do you want to continue? [Y/n] y dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin E: Sub-process /usr/bin/dpkg returned an error code (2)
â rose
Nov 21 '17 at 9:12
add a comment |Â
up vote
1
down vote
You need to change DEBIAN/control. For that you need to download viber.deb, extract the deb, fix DEBIAN/control and make a new deb package. It's described here:
https://forums.bunsenlabs.org/viewtopic.php?pid=71634#p71634
Just make sure to use root or fakeroot to preserve file permissions and ownership.
add a comment |Â
up vote
1
down vote
You need to change DEBIAN/control. For that you need to download viber.deb, extract the deb, fix DEBIAN/control and make a new deb package. It's described here:
https://forums.bunsenlabs.org/viewtopic.php?pid=71634#p71634
Just make sure to use root or fakeroot to preserve file permissions and ownership.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You need to change DEBIAN/control. For that you need to download viber.deb, extract the deb, fix DEBIAN/control and make a new deb package. It's described here:
https://forums.bunsenlabs.org/viewtopic.php?pid=71634#p71634
Just make sure to use root or fakeroot to preserve file permissions and ownership.
You need to change DEBIAN/control. For that you need to download viber.deb, extract the deb, fix DEBIAN/control and make a new deb package. It's described here:
https://forums.bunsenlabs.org/viewtopic.php?pid=71634#p71634
Just make sure to use root or fakeroot to preserve file permissions and ownership.
answered May 11 at 9:43
user290392
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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%2funix.stackexchange.com%2fquestions%2f405834%2finstall-viber-on-debian-9%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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');
);
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');
);
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
Can you see the two image I'm added it .......Gtk-Message: Failed to load module "canberra-gtk-module"
â rose
Nov 21 '17 at 12:18
When click on Try Again ,there is no thing happen the same screen show
â rose
Nov 21 '17 at 12:23
1
sara@sara:~$ ls /usr/lib/x86_64-linux-gnu/gtk-3.0/modules libcanberra-gtk3-module.so libcanberra-gtk-module.so libcaribou-gtk-module.so
â rose
Nov 21 '17 at 13:28