1

I am running Ubuntu 20.04 LTS. My question is about this: Is it safe to add the Debian Testing Repositories to Ubuntu 20.04? I want to have newer software available and software that is Ubuntu specific only (eg. Unity / Virtualbox). Will my system break? I added this to my /etc/apt/sources.list.d/debian-testing.list, am I missing a repo?:

deb http://deb.debian.org/debian testing main
# deb-src http://deb.debian.org/debian testing main

deb http://deb.debian.org/debian testing-updates main

deb-src http://deb.debian.org/debian testing-updates main

When I do sudo apt update and sudo apt upgrade, I receive the result that almost 1GB must be downloaded and that many packages "are no longer required". Is this ok? I dont want to remove those packages, as I need them! Is it safe to perform this upgrade? Will I loose my system?

  • 1
    Related: https://askubuntu.com/q/240646, https://askubuntu.com/q/264764 and DontBreakDebian – Kulfy Sep 23 '20 at 09:36
  • 1
    "Safe to add Debian Testing repos to Ubuntu 20.04?" No. An unworkable system is more likely; Maybe not immediately but it only takes 1 updated library that is not compatible. – Rinzwind Sep 23 '20 at 09:59

1 Answers1

0

If the packages are no longer required, do not run sudo apt autoremove without first checking or your system might break. The Debian Testing repos might contain duplicate packages which might cause problems. Anyway, why do you want to add those repos?