How do I install the 'python-uno' package?
Solution 1:
If you read the message it says:
Package python-uno 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: libreoffice-script-provider-python
Hence, what to do, instead of python-uno install libreoffice-script-provider-python
instead:
sudo apt-get install libreoffice-script-provider-python
This will install python3-uno
package, and the interface for LO to use UNO.
python-uno
package was removed:
libreoffice (1:4.1.0-2ubuntu1) saucy; urgency=low * unfuzz Ubuntu palette patch * remove sessioninstaller for wizards patch -- they are all python now * remove python-uno (Python 2 bridge) * trying to remove the workdir before installing on ppa builds to squeeze in size requirements * smaller src-tarballs * do not run subsequentchecks in build anymore, as we can run them as an autopkgtest, which is better, and eases distress caused by PPA buildds being storage contrained * use system orcus for real * remove double echo * merge with upstream * use system lpsolve and graphite * kill of csh stuff for good * clean up dupes in -core breaks against -evolution * remove dbghelp.dll binary from tarball creation * silence lintian on the copyright file * make -dbg use python3-uno proper * fix build against poppler 0.23/0.24 -- Bjoern Michaelsen Thu, 01 Aug 2013 20:17:26 +0200