There are some problems with my Ubuntu 18.04 packages. I want to reinstall my Ubuntu via terminal, but when I type :
sudo apt-get install --reinstall ubuntu-desktop
It shows :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of ubuntu-desktop is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded
Is there any way to reinstall my Ubuntu? I have taken my file backup. Thank you.
sudo apt-get update
first? – N0rbert Feb 02 '20 at 14:54apt policy ubuntu-desktop
would be helpful. – Organic Marble Feb 02 '20 at 15:35