My OS is Ubuntu 14.04.1 LTS. I've just downloaded and installed Tex Live 2014 with the script made by the team behind Tex Live 2014. Now I want to use a package in my IDE (TeXStudio), but I cannot install it through the package manager, because it tells me that my local installation of Tex live is 2013 and the package manager only supports 2014.
How do I resolve this?
sudo apt-get install --no-install-recommends texstudio, or (perhaps better) build and install an equivs package, see http://www.tug.org/texlive/debian.html – daleif Sep 04 '14 at 10:28