0

please help me to fix this

sudo apt upgrade Reading package lists... Done Building dependency tree
Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 0 B/21.6 MB of archives. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y dpkg: error processing package macbuntu-os-icons-lts-v7 (--configure): package macbuntu-os-icons-lts-v7 is not ready for configuration cannot configure (current status 'half-installed') Errors were encountered while processing: macbuntu-os-icons-lts-v7 E: Sub-process /usr/bin/dpkg returned an error code (1)

seeker
  • 21

1 Answers1

0

Run these commands in a terminal

sudo apt-get autoremove  
sudo dpkg --configure -a
sudo apt-get install -f

Now start your installation

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114