PDA

View Full Version : [ubuntu] How to install a deb package without dependencies?



amirjadidi
August 17th, 2012, 12:03 PM
Hi,
I have Ubuntu 12.04 (x64) platform. TexLive 2012 is installed from DVD (not from ubuntu repositories).
when I want to install TexMaker, it depends on the old texlive version on the repository. I don't want these outdated stuffs. Why the software center does not recognize that these dependecies (texlive and related stuffs) are available?

darkod
August 17th, 2012, 12:25 PM
What exactly do you expect software centre to recognize?

If there is own repository for some software, add that repository to your ubuntu system. Then software centre will search it too.

Otherwise, it is limited on searching only the existing repositories and offering the latest version existing there.

unevenflow
August 17th, 2012, 03:24 PM
Hey, you could try

sudo apt-get install --no-install-recommends package_name