我想更新到比目前安装的更新的libreoffice版本。
目前,我有:
sudo apt-get upgrade libreoffice
Reading package lists... Done
Building dependency tree
Reading state information... Done
libreoffice is already the newest version (1:6.2.8~rc2-0ubuntu0.16.04.1).
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
linux-headers-4.4.0-198 linux-headers-4.4.0-198-generic linux-image-4.4.0-198-generic linux-modules-4.4.0-198-generic linux-modules-extra-4.4.0-198-generic linux-tools-4.4.0-198 linux-tools-4.4.0-198-generic python3-google-compute-engine
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.我目前运行Ubuntu16.04,我想安装LibreOffice6.3或更高版本。
这一信息也可能相关:
grep -r deb /etc/apt/sources.list /etc/apt/sources.list.d|grep -i libreoffice
/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-xenial.list:# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main
/etc/apt/sources.list.d/libreoffice-ubuntu-libreoffice-6-4-xenial.list.save:deb http://ppa.launchpad.net/libreoffice/libreoffice-6-4/ubuntu xenial main
/etc/apt/sources.list.d/libreoffice-ubuntu-libreoffice-6-4-xenial.list.save:# deb-src http://ppa.launchpad.net/libreoffice/libreoffice-6-4/ubuntu xenial main
/etc/apt/sources.list.d/libreoffice-ubuntu-libreoffice-6-4-xenial.list:deb http://ppa.launchpad.net/libreoffice/libreoffice-6-4/ubuntu xenial main
/etc/apt/sources.list.d/libreoffice-ubuntu-libreoffice-6-4-xenial.list:# deb-src http://ppa.launchpad.net/libreoffice/libreoffice-6-4/ubuntu xenial main
/etc/apt/sources.list.d/libreoffice-ppa-trusty.list.save:deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main # disabled on upgrade to xenial
/etc/apt/sources.list.d/libreoffice-ppa-trusty.list.save:# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
/etc/apt/sources.list.d/libreoffice-ppa-trusty.list:deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main # disabled on upgrade to xenial
/etc/apt/sources.list.d/libreoffice-ppa-trusty.list:# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
/etc/apt/sources.list.d/libreoffice-ppa-trusty.list.distUpgrade:deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
/etc/apt/sources.list.d/libreoffice-ppa-trusty.list.distUpgrade:# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-xenial.list.save:# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu xenial main
/etc/apt/sources.list.d/libreoffice-ubuntu-libreoffice-6-3-xenial.list:deb http://ppa.launchpad.net/libreoffice/libreoffice-6-3/ubuntu xenial main
/etc/apt/sources.list.d/libreoffice-ubuntu-libreoffice-6-3-xenial.list:# deb-src http://ppa.launchpad.net/libreoffice/libreoffice-6-3/ubuntu xenial main发布于 2021-01-27 12:11:51
不确定PPA / apt,但您可以尝试从libreoffice网站删除与apt安装的.deb。
但是,由于对16.04的支持在三个月内结束,所以无论如何升级Ubuntu安装可能是最好的。
https://askubuntu.com/questions/1311375
复制相似问题