I installed gnome-shell from a 3rd party repository a while ago, but now it's in the official repository. How do I switch it and all it's dependencies to the official repository? I tried removing the other PPA and apt-get clean && apt-get update && apt-get upgrade, but it doesn't seem to detect any change. What do I do?
|
|
||||
|
|
|
Use |
|||||
|
|
If you removed the other PPA from your sources and still don't get any update, that probably means that the version in the PPA is newer than the one in the official repository (even if you remove the PPA, the packages remain installed). To make sure about that, you can use the If you really want to have the same version as in the official repositories, you can downgrade the package. However, I wouldn't recommend that since my understanding is that the PPA version isn't causing any problem. Anyway, to downgrade the package, run the following command:
Note: Some other packages might be installed/removed during the downgrade process if dependencies have changed for the two different versions of the package. |
|||
|
|
You can't switch packages to a different repository. If you don't need the PPA any more, remove it using the Software Sources interface (the commands you posted don't remove repositories). |
|||
|
|