08-02-2018, 02:16 PM
Sorry, My mistake:
New first line:
sudo apt-get --fix-missing --reinstall install python python-minimal dh-python
Second line sudo dpkg –configure -a
should be
sudo dpkg --configure -a
then do
sudo apt-get install -f
Hope better results,
Charvie
New first line:
sudo apt-get --fix-missing --reinstall install python python-minimal dh-python
Second line sudo dpkg –configure -a
should be
sudo dpkg --configure -a
then do
sudo apt-get install -f
Hope better results,
Charvie