tuxedocomputers / tuxedo-tomte

Magic housekeeping package for TUXEDO books
https://www.tuxedocomputers.com/en/What-is-TUXEDO-Tomte.tuxedo
Other
37 stars 11 forks source link

tomte dependecies are broken which blocks ubuntu 20.04 update #5

Closed pmalhaire closed 1 year ago

pmalhaire commented 3 years ago

I followed the procedure described here to deactivate tomte but it keeps changing /etc/apt/sources.list with not reponding urls.

https://www.tuxedocomputers.com/en/Infos/Help-Support/Frequently-asked-questions/What-is-TUXEDO-Tomte-.tuxedo

the only thing I could do is :

ps -ef | grep tuxedo and kill the process.

If found a better way missing on doc :

  1. fix /etc/apt/sources.list
sudo vi /etc/apt/sources.list

from

#### commented out by TUXEDO Tomte
# deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse

# Added by TUXEDO Tomte
deb https://mirrors.tuxedocomputers.com/ubuntu/mirror/archive.ubuntu.com/ubuntu focal main restricted universe multiverse

# Added by TUXEDO Tomte
deb https://mirrors.tuxedocomputers.com/ubuntu/mirror/security.ubuntu.com/ubuntu focal-security main restricted universe multiverse

# Added by TUXEDO Tomte
deb https://mirrors.tuxedocomputers.com/ubuntu/mirror/archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse

to

deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse

then

sudo systemctl stop tccd
sudo systemctl disable tccd

in my case this command fixed the broken packages

sudo aptitude upgrade --full-resolve