How to remove a specific package from dependency list of another package?

LPrc

Since I'm using Qt5 I want to uninstall all the qt4 libs. I tried it with the following command

sudo apt-get remove libqt4-*

which attempts to remove all the qt4 libs but in addition it wants to remove texlive and vlc which I don't want to be uninstalled.

Is there a way to keep those two packages? I found apt-mark hold but then they wouldn't be updated, too, so that doesn't suit for me.

Mark Kirby

Those packages still use qt4 that is why they want to be removed, they depend on it.

There are many packages that still use qt4 for there interface, just because qt5 is available, it does not make qt4 obsolete, you can have both without issue.

I would recommend you keep qt4 as you may face issues with other applications that use qt4 and not qt5down the line.

Why do some packages still use qt4?

It is a lot of work to update your interface to a new language, as Ubuntu can support both versions at the same time and the difference to the end user is minimal, it is simply not a priority to update it with such a superficial update.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I display a dependency chain from one package to another?

From Dev

Is it possible to know from apt if the package was installed explicitly or as a dependency of another package?

From Dev

Is it possible to know from apt if the package was installed explicitly or as a dependency of another package?

From Dev

How to build dependency list for deb package

From Dev

How to remove a package built from source that has the same name of another package?

From Dev

How to remove a package from Pypi

From Dev

How to find specific package name from list of installed packages

From Dev

How to get package list from one PC and install that on another PC?

From Dev

List the full dependency list of a package

From Dev

How list all package in a specific jar file?

From Dev

How to list the packages to be installed by installing a specific package?

From Dev

How to build a specific package from a Debian source package?

From Dev

How to pass service pointers from one package to another package in Go?

From Java

How to use 'unexported' datasets from an R package within another package

From Dev

Perl how to import my package from another package?

From Dev

How can I check dependency list for a deb package

From Dev

How can I check dependency list for a deb package

From Dev

Exclude Package From Gradle Dependency

From Dev

Add dependency from ppa to package

From Dev

Add dependency from ppa to package

From Java

How to remove a package from Laravel using composer?

From Java

How to remove globally a package from Composer?

From Dev

How to full remove a package from the LXTerminal session

From Dev

How does APT choose the specific package to install in order to provide a virtual package needed as a dependency?

From Dev

Remove a package from laravel

From Dev

how to locate fxml from another package?

From Dev

How to use struct that is imported from another package

From Dev

How to Import python package from another directory?

From Dev

How to access a protected variable from another package

Related Related

  1. 1

    How do I display a dependency chain from one package to another?

  2. 2

    Is it possible to know from apt if the package was installed explicitly or as a dependency of another package?

  3. 3

    Is it possible to know from apt if the package was installed explicitly or as a dependency of another package?

  4. 4

    How to build dependency list for deb package

  5. 5

    How to remove a package built from source that has the same name of another package?

  6. 6

    How to remove a package from Pypi

  7. 7

    How to find specific package name from list of installed packages

  8. 8

    How to get package list from one PC and install that on another PC?

  9. 9

    List the full dependency list of a package

  10. 10

    How list all package in a specific jar file?

  11. 11

    How to list the packages to be installed by installing a specific package?

  12. 12

    How to build a specific package from a Debian source package?

  13. 13

    How to pass service pointers from one package to another package in Go?

  14. 14

    How to use 'unexported' datasets from an R package within another package

  15. 15

    Perl how to import my package from another package?

  16. 16

    How can I check dependency list for a deb package

  17. 17

    How can I check dependency list for a deb package

  18. 18

    Exclude Package From Gradle Dependency

  19. 19

    Add dependency from ppa to package

  20. 20

    Add dependency from ppa to package

  21. 21

    How to remove a package from Laravel using composer?

  22. 22

    How to remove globally a package from Composer?

  23. 23

    How to full remove a package from the LXTerminal session

  24. 24

    How does APT choose the specific package to install in order to provide a virtual package needed as a dependency?

  25. 25

    Remove a package from laravel

  26. 26

    how to locate fxml from another package?

  27. 27

    How to use struct that is imported from another package

  28. 28

    How to Import python package from another directory?

  29. 29

    How to access a protected variable from another package

HotTag

Archive