X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=w3WvjDYY/uJSHspd gOTwKRz4TLx+QxaQuAXGCUXUQUNaqvkhA6SvQAGubkZr+2wS9w7m6gp9LBTLuMiY BOCY5sdvIZnm7MKIM3dvocSLr8GBQf7tqiaixxD/pfcThszBKD3uUZyP7I57lGNh et+7WDu/qhwlS0lf8qhoLUL4l8w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=mLp2rQIETuE/o3b3bJXAco HAf+c=; b=iCYEYaP5ruRx5/5+pSuQtAUIdZdzi87wgznUF8BZzLGfsdb1fD3Vbe UaCjFu1rKq2RoL6Zl6C4ydjobeqHa7YHePSucqyFpnj5a6R2cQMBdtYHgyjcD6cl vlvTT2jhIce/9eegTtvmHTnG/oQWjMkdtlC8Z8lG/K3MbNvbSKqWs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f178.google.com X-Received: by 10.180.20.198 with SMTP id p6mr8592746wie.38.1439051201446; Sat, 08 Aug 2015 09:26:41 -0700 (PDT) Subject: Re: can we see details of dependencies before committing to an install? To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <55C62DB6.9070201@gmail.com> Date: Sat, 8 Aug 2015 18:26:30 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 08/08/2015 17:52, Lester Ingber wrote: > I do not see any way we can see details of dependencies before committing > to an install? > > For example, if I want to install Cygwin Octave, I can click on several > packages. When I continue to install, I have a page of dependencies, > like a lot of libs,that should also be installed. That would be OK if > I could accept these, but before committing to an install, go back and > at least see the sizes of these dependencies. > > One good reason is if I want to uninstall Octave, I am then stuck with > a lot of those dependencies that are not purged. I do not know if there > is anything like a "purge" tool for Cygwin? > there is a tiny package cygcheck-dep, that can provide the dependency and the recursive dependency : $ /usr/bin/cygcheck-dep -S -R octave octave: recursively requires ( base-cygwin bash ca-certificates coreutils cygwin dash desktop-file-utils dri-drivers gamin gawk ghostscript ghostscript-fonts-other ghostscript-fonts-std gsettings-desktop-schemas libamd0 libarpack0 libattr1 libaudio2 libbz2_1 libcamd0 libccolamd0 libcholmod0 libcolamd0 libcom_err2 libcrypt0 libcurl4 libcxsparse0 libdb5.3 libedit0 libexpat1 libfam0 libffi6 libfftw3_3 libFLAC8 libfltk1.3 libfontconfig1 libfreetype6 libgcc1 libgfortran3 libGL1 libgl2ps1 libglapi0 libglib2.0_0 libglpk36 libGLU1 libgmp10 libGraphicsMagick++11 libGraphicsMagick3 libgs9 libgsm1 libgssapi_krb5_2 libhdf5_10 libICE6 libiconv2 libidn11 libintl8 libjasper1 libjbig2 libjpeg8 libk5crypto3 libkrb5_3 libkrb5support0 liblapack0 liblcms1 liblcms2_2 libllvm3.5 liblzma5 libmetis0 libmng1 libmpfr4 libncursesw10 libogg0 libopenblas libopenldap2_4_2 libopenssl100 libOSMesa8 libp11-kit0 libpaper-common libpaper1 libpcre1 libpng16 libqhull_6 libqrupdate0 libqscintilla2-common libqscintilla2_11 libQtCore4 libQtGui4 libQtNetwork4 libQtOpenGL4 libquadmath0 libreadline7 libsasl2_3 libSM6 libsndfile1 libssh2_1 libstdc++6 libsuitesparseconfig0 libtasn1_6 libtiff6 libumfpack0 libuuid1 libvorbis libvorbis0 libvorbisenc2 libwebp5 libwmf027 libX11-xcb1 libX11_6 libXau6 libxcb-glx0 libxcb1 libXcursor1 libXdmcp6 libXext6 libXfixes3 libXft2 libXi6 libXinerama1 libxml2 libXrandr2 libXrender1 libXt6 p11-kit p11-kit-trust sed shared-mime-info terminfo tzcode which zlib0 _update-info-dir ) I would say the octave is on the heavy side as it uses a good quantity of math and graphic libraries. Cygcheck is on the the tiny side $ /usr/bin/cygcheck-dep -S -R cygcheck-dep cygcheck-dep: recursively requires ( base-cygwin bash bzip2 ca-certificates coreutils cygwin libattr1 libbz2_1 libffi6 libgcc1 libgmp10 libgnutls28 libhogweed2 libiconv2 libidn11 libintl8 libncursesw10 libnettle4 libp11-kit0 libpcre1 libreadline7 libstdc++6 libtasn1_6 libuuid1 p11-kit p11-kit-trust sed terminfo wget zlib0 _update-info-dir ) Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple