Problem facing in
sudo apt-get update
tried
sudo -s
apt-get update
apt-get upgrade
then facing problem
The following packages have unmet dependencies:
The following packages have unmet dependencies:
libreoffice-base : Depends: libreoffice-common (>= 1:6.4.0~beta1-2~) but it is not installed
libreoffice-core : Depends: libreoffice-common (> 1:6.4.7) but it is not installed
libreoffice-java-common : Depends: libreoffice-common but it is not installed
libreoffice-script-provider-bsh : Depends: libreoffice-common but it is not installed
libreoffice-script-provider-js : Depends: libreoffice-common but it is not installed
libreoffice-script-provider-python : Depends: libreoffice-common but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
sudo
instead of loging in as root withsudo -s
. https://askubuntu.com/questions/70534/what-are-the-differences-between-su-sudo-s-sudo-i-sudo-su – Archisman Panigrahi Oct 17 '23 at 02:18libreoffice-common | 1:6.4.7-0ubuntu0.20.04.8 | focal-security | all
available, so check the output from your commands (starting withsudo apt update
, no warnings/errors or missing lines etc) – guiverc Oct 17 '23 at 02:18