Views:
104
Votes: 1
✅ Solution
Tags:
system-installation
upgrade
updates
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1064902
Title:
i have problem when i install or update Ubuntu
ID:
/2018/08/13/i-have-problem-when-i-install-or-update-Ubuntu
Created:
August 13, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Try using:
sudo apt install -f
Do not add upstart
to the end.
You should not be trying to install upstart
in the first place because systemd
is the preferred system of booting and monitoring your system.
What you probably intend to do is:
sudo apt update
sudo apt upgrade
But as the error message states run sudo apt install -f
all by itself first.