无法安装 Acache Open office

无法安装 Acache Open office

我知道很多人都问过这个问题,但似乎有一个相关问题。我按照这里给出的说明进行操作 如何安装 OpenOffice 而不是 LibreOffice? 但是当我运行命令时,sudo dpkg -i *.deb我得到以下内容。

(Reading database ... 465930 files and directories currently installed.)
Preparing to unpack openoffice4.1-debian-menus_4.1.1-9775_all.deb ...
Unpacking openoffice-debian-menus (4.1.1-9775) over (4.1.1-9775) ...
/usr/bin/gtk-update-icon-cache
gtk-update-icon-cache: Cache file created successfully.
/usr/bin/gtk-update-icon-cache
gtk-update-icon-cache: Cache file created successfully.
Setting up openoffice-debian-menus (4.1.1-9775) ...
/usr/bin/gtk-update-icon-cache
gtk-update-icon-cache: Cache file created successfully.
/usr/bin/gtk-update-icon-cache
gtk-update-icon-cache: Cache file created successfully.
Processing triggers for gnome-icon-theme (3.10.0-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1) ...

我已经卸载了 Libre-office。我正在使用 Ubuntu 14.04,有人可以帮我安装 Open office 吗?

答案1

测试一下:

打开终端:

运行:

sudo -i
rm /usr/share/mime/packages/apacheopenoffice.xml 
update-mime-database /usr/share/mime

相关内容