12-10-2025, 10:09 AM
Hi all, I just started using MobileSheets, and want to install the Companion app on Linux (Ubuntu Studio 25.10), but there appear to be several unsatisfied dependencies which are preventing install. Specifically, several versions of "libicu" are reported as "uninstallable".
From suggestions I've found I've tried 'sudo apt install' and 'sudo dpkg -i'. I've tried running directly from the download directory (which is on a separate internal drive, mounted persistently) and from root with the proper directory in the command path. What am I missing? How do I get these dependencies satisfied? And why is the system "selecting 'mobilesheets' instead of './MobileSheetsCompanion.deb'?"
I usually prefer installing from a package manager (Ubuntu Studio's default 'Discover' and also 'Synaptic'), but can't find MobileSheets Companion. I can still dual-boot Windows 10, but I'm trying to completely wean myself off Windows.
Thanks in advance! -Randy
From suggestions I've found I've tried 'sudo apt install' and 'sudo dpkg -i'. I've tried running directly from the download directory (which is on a separate internal drive, mounted persistently) and from root with the proper directory in the command path. What am I missing? How do I get these dependencies satisfied? And why is the system "selecting 'mobilesheets' instead of './MobileSheetsCompanion.deb'?"
I usually prefer installing from a package manager (Ubuntu Studio's default 'Discover' and also 'Synaptic'), but can't find MobileSheets Companion. I can still dual-boot Windows 10, but I'm trying to completely wean myself off Windows.
Code:
randy@Blu:~$ cd /mnt/E88EFAFD8EFAC2DC/Downloads/misc/MobileSheets
randy@Blu:/mnt/E88EFAFD8EFAC2DC/Downloads/misc/MobileSheets$ ls
MobileSheetsCompanion MobileSheetsCompanion.deb MobileSheetsCompanion.exe MobileSheetsCompanion.zip
randy@Blu:/mnt/E88EFAFD8EFAC2DC/Downloads/misc/MobileSheets$ sudo apt install ./MobileSheetsCompanion.deb
[sudo: authenticate] Password:
Note, selecting 'mobilesheets' instead of './MobileSheetsCompanion.deb'
Solving dependencies... Error!
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:
Unsatisfied dependencies:
mobilesheets : Depends: libicu but it is not installable or
libicu74 but it is not installable or
libicu72 but it is not installable or
libicu71 but it is not installable or
libicu70 but it is not installable or
libicu69 but it is not installable or
libicu68 but it is not installable or
libicu67 but it is not installable or
libicu66 but it is not installable or
libicu65 but it is not installable or
libicu63 but it is not installable or
libicu60 but it is not installable or
libicu57 but it is not installable or
libicu55 but it is not installable or
libicu52 but it is not installable
Error: Unable to satisfy dependencies. Reached two conflicting decisions:
1. mobilesheets:amd64=4.1.7 is selected for install
2. mobilesheets:amd64 Depends libicu | libicu74 | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52
but none of the choices are installable:
[no choices]
randy@Blu:/mnt/E88EFAFD8EFAC2DC/Downloads/misc/MobileSheets$ sudo dpkg -i MobileSheetsCompanion.deb
Selecting previously unselected package mobilesheets.
(Reading database ... 519453 files and directories currently installed.)
Preparing to unpack MobileSheetsCompanion.deb ...
Unpacking mobilesheets (4.1.7) ...
dpkg: dependency problems prevent configuration of mobilesheets:
mobilesheets depends on libicu | libicu74 | libicu72 | libicu71 | libicu70 | libicu69 | libicu68 | libicu67 | libicu66 | libicu65 | libicu63 | libicu60 | libicu57 | libicu55 | libicu52; however:
Package libicu is not installed.
Package libicu74 is not installed.
Package libicu72 is not installed.
Package libicu71 is not installed.
Package libicu70 is not installed.
Package libicu69 is not installed.
Package libicu68 is not installed.
Package libicu67 is not installed.
Package libicu66 is not installed.
Package libicu65 is not installed.
Package libicu63 is not installed.
Package libicu60 is not installed.
Package libicu57 is not installed.
Package libicu55 is not installed.
Package libicu52 is not installed.
dpkg: error processing package mobilesheets (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.28-1) ...
Processing triggers for hicolor-icon-theme (0.18-2) ...
Errors were encountered while processing:
mobilesheets
randy@Blu:/mnt/E88EFAFD8EFAC2DC/Downloads/misc/MobileSheets$