Apache推出了OpenOffice4.0稳定版本和OpenOffice4.1测试版。我下载了这两个版本,并尝试在我的Ubuntu12.10LTS版本中安装稳定的版本。
运行dpkg -i *.deb命令后,所有包都与我的ubuntu的体系结构不匹配,因为我的Ubuntu是32位,包是64位。但下载的软件包显示,它既适用于32位架构,也适用于64位架构。
包名:阿帕奇_OpenOffice_4.0.1_Linux_x86-64_安装-deb_en-US.tar.gz
那么,我该如何在我的32位系统中安装开放的Office4.0.1。
我不想在我的ubuntu操作系统中对AOO4.0.164位使用64位依赖项。
帮我,伙计们
更新:
桌面集成显示处理过程中遇到错误:openOffice4.0-Debian-Mens4.0-9714_all.deb
发布于 2014-04-07 04:19:51
在同一个目录中有32位版本的Office .只需下载文件阿帕奇_OpenOffice_4.0.1_Linux_x86_安装-deb_en-US.tar.gz,卸载并安装即可。
安装完毕后,为Writer、Calc、Draw、and和其他人创建类似于此~/.local/share/applications/openoffice-writer.desktop的文件:
[Desktop Entry]
Version=1.0
Terminal=false
Icon=openoffice-writer
Type=Application
Categories=Office;WordProcessor;X-Red-Hat-Base;X-MandrivaLinux-Office-Wordprocessors;
Exec=openoffice --writer %U
Name=OpenOffice Writer
GenericName=Word Processor
Comment=Create and edit text and graphics in letters, reports, documents and Web pages by using Writer.
StartupNotify=true
X-GIO-NoFuse=true
Keywords=Text;Letter;Fax;Document;OpenDocument Text;Microsoft Word;Microsoft Works;Lotus WordPro;OpenOffice Writer;CV;odt;doc;docx;rtf;
InitialPreference=5
StartupWMClass=openoffice-writer
X-KDE-Protocols=file,http,smb,ftp,webdavhttps://askubuntu.com/questions/444315
复制相似问题