installing konqueror wants to install ruby language??

Asked by SoloTurn

funny enough, with ubuntu-14.04, when installing konqueror, it installs the ruby programming language with it (!) can one avoid such dependencies somehow?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kde-baseapps Edit question
Assignee:
No assignee Edit question
Solved by:
SoloTurn
Solved:
Last query:
Last reply:
Revision history for this message
Daniel Letzeisen (dtl131) said :
#1

Well, dolphin (another package grouped with konqueror) recommends ruby.
Try:
sudo apt-get install --no-install-recommends konqueror

If ^that doesn't work, then the answer is probably no (at least not in a relatively sane/easy way).

Revision history for this message
SoloTurn (soloturn) said :
#2

the funny thing is that it is not in the recommends list:

$ sudo wajig install konqueror
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  baloo dolphin kfind konqueror-nsplugins libakonadi-kde4 libakonadi-kmime4
  libakonadiprotocolinternals1 libbaloocore4 libbaloowidgets4 libbalooxapian4 libkabc4
  libkfilemetadata4 libkldap4 libkmime4 libkonq-common libkonq5-templates libkonq5abi1
  libkonqsidebarplugin4a libkresources4 libruby1.9.1 libyaml-0-2 ruby ruby1.9.1
Suggested packages:
  kdesdk-dolphin-plugins konq-plugins akonadi-server ri ruby-dev ruby1.9.1-examples ri1.9.1 graphviz
  ruby1.9.1-dev ruby-switch
The following NEW packages will be installed:
  baloo dolphin kfind konqueror konqueror-nsplugins libakonadi-kde4 libakonadi-kmime4
  libakonadiprotocolinternals1 libbaloocore4 libbaloowidgets4 libbalooxapian4 libkabc4
  libkfilemetadata4 libkldap4 libkmime4 libkonq-common libkonq5-templates libkonq5abi1
  libkonqsidebarplugin4a libkresources4 libruby1.9.1 libyaml-0-2 ruby ruby1.9.1
0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,394 kB of archives.
After this operation, 29.5 MB of additional disk space will be used.
Do you want to continue? [Y/n]

Revision history for this message
SoloTurn (soloturn) said :
#3

but ...

$ sudo wajig install --no-install-recommends konqueror
usage: wajig [-h] [-V]
wajig: error: unrecognized arguments: --no-install-recommends

$ sudo apt-get install --no-install-recommends konqueror
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libkonq-common libkonq5-templates libkonq5abi1 libkonqsidebarplugin4a
Suggested packages:
  konq-plugins
Recommended packages:
  konqueror-nsplugins dolphin kfind
The following NEW packages will be installed:
  konqueror libkonq-common libkonq5-templates libkonq5abi1 libkonqsidebarplugin4a
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,336 kB of archives.
After this operation, 4,383 kB of additional disk space will be used.