Tried to update from the manager.io website by down loading the desktop version. After trying to install, Manager will not open. Tried the Ubuntu 14.04 software updater. No go. Tried a CLI, got this:
“The package manager-accounting needs to be reinstalled, but I can’t find an archive for it.”
So, using the manager.io download and the Ubuntu updater fails. Is this an Ubuntu issue or a Manager issue?
I have just installed Manager 16.10.87 and it went through fine, so not a manager issue.
There are a lot of posts on the forum regarding Ubuntu 14.04 and the need to update to the latest version of mono, so it might be worth making sure your mono version is the latest and trying again.
Digging deeper, software updater shows problem with libmono-wcf3.0-cil
Tried to reinstall the missing package:
sudo apt-get install libmono-wcf3.0-cil
[sudo] password for joseph:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package libmono-wcf3.0-cil is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source However the following packages replace it:
libmono-wcf3.0a-cil libmono-cil-dev
E: Package ‘libmono-wcf3.0-cil’ has no installation candidate
So, I tried to install the replacement packages:
sudo apt-get install libmono-wcf3.0a-cil
Reading package lists… Done
Building dependency tree
Reading state information… Done
libmono-wcf3.0a-cil is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get install libmono-cil-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
libmono-cil-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dpkg: error processing archive Manager.deb (–install):
cannot access archive: No such file or directory
Errors were encountered while processing:
Manager.deb
joseph@Leonidis:~$ sudo dpkg -i Manager.deb sudo apt-get -f install
dpkg: error processing archive Manager.deb (–install):
cannot access archive: No such file or directory
dpkg: error processing archive sudo (–install):
cannot access archive: No such file or directory
dpkg: error processing archive apt-get (–install):
cannot access archive: No such file or directory
dpkg: error processing archive -f (–install):
cannot access archive: No such file or directory
dpkg: error processing archive install (–install):
cannot access archive: No such file or directory
Errors were encountered while processing:
Manager.deb
sudo
apt-get
-f
install
Solved - somehow. After failing on the above try, I went to manager.io, downloaded the .deb package again and it successfully installed thru the Ubuntu installer in software center.