Have tried to download the latest version from the website and when I try to open the application to install in Ubuntu I get:
File type Debian package (application/x-deb) is not supported
How do I get around this?
Have tried to download the latest version from the website and when I try to open the application to install in Ubuntu I get:
File type Debian package (application/x-deb) is not supported
How do I get around this?
Try to install Dropbox from Install - Dropbox and let me know if it works.
Gives the same response File type Debian package (application/x-deb) is not supported
That means you have some deeper issue in your Ubuntu. You basically can’t install any DEB package from any software vendor so this is not really a Manager issue.
Try to use gdebi
to install your .deb files.
sudo apt-get install gdebi
and then right click on your downloaded Manager.deb
file and open with gdebi
In my Ubuntu, the file association got trashed and the system opens .deb files with the wrong application. As a work-around I do the following:
This is the full error I’m getting trying to install from repository and download…
The following packages have unmet dependencies:
libmono-wcf3.0a-cil : Depends: libmono-system-web2.0-cil (>= 2.10.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
What Ubuntu version are you using? I will try to reproduce.
Ubuntu 14.04 LTS
Memory: 15.7 GiB
Processor: Intel® Core™ i7-2600K CPU @ 3.40GHz × 8
Graphics: GeForce GTX 550 Ti/PCIe/SSE2
OS Type: 64-bit
Could you run these two commands before installing Manager? See if it resolves the issue:
sudo apt-get update
sudo apt-get install libmono-system-web2.0-cil
Get the same error, here is the full explanation returned:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libmono-system-web2.0-cil : Depends: mono-runtime (< 3.12.2) but 4.0.1.44-0xamarin1 is to be installed
Try
sudo apt-get install mono-runtime
then try to install Manager again.
For the record, I’m unable to reproduce this issue on Ubuntu 14.04 LTS so far.
I already have the latest runtime, probably there’s a conflict because I use to program with Visual Studio Code for Linux and during installation installed some libraries and remove others from the mono dependencies which conflicts with them.
It keeps asking to install dependencies and to downgrade mono-runtime, I will test this in the other Linux box I have.