On 05/27/2016 08:07 AM, François Patte wrote:
I would like to install texmaker, but dnf wants to install a full
texlive.... I have already installed texlive from CTAN and I don't want
to have two texlive on may machine.

How can I get rid of dependencies?

You can use rpm --nodeps to install it, but then dnf will probably complain at you forever about it.

Another option is to use "rpmrebuild -ep yourpackage.rpm". (dnf install rpmrebuild) This will give you an editor (probably vi) to edit a recreated spec file. If you remove the problematic Depends lines and save it, it will build you a new rpm file without the dependencies that dnf should let you install. Don't remove all the Depends, just the texlive ones.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to