S
S
Sergey Burduzha2018-10-31 23:51:49
ubuntu
Sergey Burduzha, 2018-10-31 23:51:49

How to run a program in terminal that was installed via dpkg?

Hello.
xubuntu 16.04
I'm having a little confusion.
I installed mail.ru cloud via dpkg.

[email protected] ~/Downloads $ dpkg -s mail.ru-cloud
Package: mail.ru-cloud
Status: install ok installed
Priority: extra
Section: net
Installed-Size: 70000
Maintainer: Mail.Ru Group <[email protected]>
Architecture: amd64
Version: 15.06.0110
Depends: libc6, libx11-6, libxmu6, libqt5widgets5, libqt5x11extras5
Description: Mail.Ru Cloud desktop application
 Cloud Mail.Ru is a free service for saving photos, videos, music, presentations, documents and other files. Upload your files to your cloud drive, and they'll be automatically available on all of your devices. No matter what happens to your drive on your PC or phone, all your files stored in the Cloud will stay intact.
 With Cloud Mail.Ru client you can:
 - synchronize files and folders
 - choose folder to sync
 - manage your files from anywhere, delete and move files between folders
 - share files - send a link to an image, video or document by SMS, email, instant messenger or through a social network.
License: Proprietary
Homepage: http://cloud.mail.ru

Now I'm trying to start the program from the menu, but nothing happens.
I think to run from the terminal, but I do not understand where it was installed.
After all, you can find out the path to the executable file through whereis.
It just whereis mail.ru-clouddoesn't work.
Can you explain what's going on?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aleksey Solovyev, 2018-11-01
@serii81

Try installing dependencies:
Or reinstall via apt:

echo "deb https://linuxdesktopcloud.mail.ru/deb default free" | sudo tee /etc/apt/sources.list.d/mail.ru-cloud.list
wget -q https://linuxdesktopcloud.mail.ru/mail.ru-cloud.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install mail.ru-cloud

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question