I'm on Ubuntu 20.04 LTS.
I've tried to download pop-desktop on Ubuntu with:
sudo add-apt-repository ppa:system76/pop
sudo apt update
sudo apt install pop-desktop
and I've got the error:
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/pop-gnome-initial-setup_3.36.1~1612193315~20.04~4367c76_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
While I was checking on the web, I've learned that this can be because of conflicting packages. Now I want to ask how to undo what I just did.
sudo apt remove pop-desktop
didn't work and it returned with something like
package pop-desktop not found
After all, a few things are changed in Ubuntu. E.g. Colour of the login screen is grey, the highlighting colour is light blue, and for the "Upgrade OS" settings it says "Pop!_OS version 20.10 is available".
I would like to know if doing sudo apt install ubuntu-desktop
helps to fix it?
By the way, I've already done sudo add-apt-repository -r ppa:system76/pop
I'm new here. Sorry if the formatting is weird.
ubuntu-desktop
won't overwrite the/etc/release
file or other components which made it start tracking PopOS now. – Thomas Ward May 04 '21 at 13:16