PDA

View Full Version : complete ubuntu installation manualy



kaky951357
February 12th, 2017, 04:38 PM
Hello everyone,
i recently installed ubuntu on my laptop and during the installation an error occurred and the installation software crashed and my laptop rebooted, i installed grub manually to access ubuntu and ubuntu booted normally even if the installation was not completed, so my question is : how can i know if there is some system file missing, if there is some, who can i add them with out reinstalling ubuntu ?
thanks guys for trying to help.

Bashing-om
February 12th, 2017, 07:47 PM
kaky951357; Sure .

Run terminal commands:


sudo apt-get autoclean
sudo apt-get autoremove
sudo apt-get clean
sudo apt update
sudo apt full-upgrade
sudo apt -f install
sudo dpkg --configure -a
sudo dpkg -C

If then "apt -f install" - "dpkg -C" come back all clean ->




you are good to go

kaky951357
February 12th, 2017, 11:56 PM
thank you for your help, "apt -f install" and "dpkg -C" return nothing

Bashing-om
February 13th, 2017, 12:07 AM
kaky951357; :)

Good to go .



happy trails to you