is it possible to use Debian repositories in Ubuntu?

9,022

Solution 1

is possible but not recommended it can cause your system to become unstable. Do not use any foreign repositories. Look for backports or compile the package from source, using the deb-src repositories, if you need.

Solution 2

As mentioned, Ubuntu is really "source code derived", but since Ubuntu and Debian use slightly different compilers, kernels, and library versions, installing Debian packages on Ubuntu can result in a lot of weird behaviors (crashes, corruption, etc). That said, some things will work okay if the library interfaces are unchanged.

Solution 3

Ubuntu is derived from the Debian "unstable" branch, which is the in-progress and most up-to-date version of debian. If you tried installing a package from debian unstable, it might work, but there should already be an ubuntu equivalent that you should use instead. If you tried using packages from any of the older debian releases, you would be getting old versions and would run into dependency errors that would either stop you from installing or break your official ubuntu packages.

Check if there is an ubuntu PPA (personal package archive) for the package you are looking for - odds are someone else has already recompiled it for ubuntu and you can just use that instead.

Share:
9,022

Related videos on Youtube

Achshar
Author by

Achshar

Updated on September 17, 2022

Comments

  • Achshar
    Achshar over 1 year

    Since Ubuntu is a Debian derivative I thought maybe it's possible

    • Admin
      Admin over 13 years
      s/ys/ies/; (Just sayin)
  • Achshar
    Achshar over 13 years
    thx, i couldev searched google but wanted to have an expert opinion