WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How can use --no-install-recommends  (Read 3496 times)

Offline eziodef

  • Newbie
  • *
  • Posts: 9
How can use --no-install-recommends
« on: June 04, 2014, 08:33:08 AM »
In dCore I want use importsce but only for import specific library without the recommends.
In debian: "sudo apt-get install --no-install-recommends xserver-xorg-core"

How can do it in Tiny Core Linux dCore Arm7 A10.
Ezio

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: How can use --no-install-recommends
« Reply #1 on: June 04, 2014, 01:22:31 PM »
Importsce uses the Depends: field of the package list file for dependencies, the recommends are in the Recommends: field which is not used by dCore.  So by default the recommends are not installed.