Put an update + for inexperience deleted python3.5 in the directory / usr / bin. Now gives the error: problem occurred when checking for updates.

  • one
    It is not clear what tool is used for the update. You can sudo apt-get update in the terminal and show the exhaust. If apt-get works without errors, then try installing python with it. - Ivan Black
  • try the instructions for this [link | compizomania.blogspot.com/2013/05/ubuntu-13041210.html ] - Senior Pomidor
  • Combinations from sudo apt-get install -f , sudo aptitude reinstall python3.5 and dpkg --configure -a should help. - don Rumata

0