0

Ubuntu 13.10, I have added test repo and upgraded system. Now not everything is working correctly. How to revert packages to official release versions?

Braiam
  • 67,791
  • 32
  • 179
  • 269
Neon
  • 69

1 Answers1

0

Firs you need to remove the skype that is installed from the PPA.

sudo apt-get remove skype

Then should remove the PPA.

sudo add-apt-repository --remove ppa:mc3man/sacy-tests

After this, you need to update the package details by updating.

sudo apt-get update 

Then you can install skype from Official repository.

sudo apt-get install skype