Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #65398
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.046 |
| X-Spam-Evidence | '*H*': 0.91; '*S*': 0.00; 'subject:Python': 0.06; 'run,': 0.09; 'cc:addr:python-list': 0.11; 'curious:': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'grep': 0.16; 'subject:Problems': 0.16; 'wanted.': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'order.': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'message-id:@mail.gmail.com': 0.30; 'probably': 0.32; 'stuff': 0.32; 'common': 0.35; 'except': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'skip:- 20': 0.37; 'two': 0.37; 'starting': 0.37; 'skip:- 10': 0.38; 'pm,': 0.38; 'how': 0.40; 'helps': 0.61; 'show': 0.63; 'useful.': 0.68; 'day': 0.76; 'or:': 0.84; 'to:none': 0.92; 'hundred': 0.95 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=pDR+wxxT/z6IpgACcjZUWhuHHEI64Kzi77qF5cY20xQ=; b=rkmllOC4ec8ieOjO+7EbOxhScGXV9at0PwPwUrzfC//v9imysD+q4ZUMhKkmRQL7RG cy7398glTSczOIfXXZu56DEosV0JWS1GJqIuN3qvexs+c8TVnOXbS64pJAh5PsK2KDeF I9bHaEMfUdqyEmCGXzOZxnxNRExobQuOgVWWfvbhoM9UacaCFB9tKUjmsGDUn9IAPan/ azZ0uGunB0sRUpi9ETC34RBeQ2GsvVM6C0d7nK1degq7wkQkhhYk9vevD/wN88tCn9i3 YCscwuEQNYpV1l7JPYVib1Dp1qNjVA9NOOC/EqK3LhxQwrwO4v9nyy4apOdXV18oZVSm zC1A== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.66.234 with SMTP id i10mr40801673pat.127.1391481941038; Mon, 03 Feb 2014 18:45:41 -0800 (PST) |
| In-Reply-To | <4b9d596b-e20b-4436-a9b0-d98f5b774510@googlegroups.com> |
| References | <61de065c-ad66-4752-b04f-a27a06bc052d@googlegroups.com> <20140203110816.GA7423@arxnet.hu> <CANXboVbA_0J8-gNqy0-2Our_C2B_78aDGLmJ=m88mYt8vgs2Rg@mail.gmail.com> <lcodrh$88s$1@ger.gmane.org> <CAPTjJmpNWro71G+BK10+0nZWicXBx8kQsgj8THkV5DTL_7Y39A@mail.gmail.com> <CAKJDb-MgjXHGBJ_JqTC9QfSaficBiJqhs8ueVGpZtwM3XVTGjQ@mail.gmail.com> <mailman.6359.1391454668.18130.python-list@python.org> <4b9d596b-e20b-4436-a9b0-d98f5b774510@googlegroups.com> |
| Date | Tue, 4 Feb 2014 13:45:40 +1100 |
| Subject | Re: Problems compiling Python 3.4 on Ubuntu |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6375.1391481950.18130.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1391481950 news.xs4all.nl 2829 [2001:888:2000:d::a6]:44407 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:65398 |
Show key headers only | View raw
On Tue, Feb 4, 2014 at 1:34 PM, Rustom Mody <rustompmody@gmail.com> wrote: > Just curious: How do you go "digging for stuff starting with 'z'" ? > > OR: How do you grep inside apt? > > I know "dpkg -S pattern" > > It helps to connect pattern with package > But no good if pattern is common -- Other day I was struggling with > > dpkg -S which dpkg --get-selections will show all installed packages, in alphabetical order. Probably not useful. dpkg --get-selections|grep -- '-dev' will show all -dev packages, which IS useful. Except on a system that I run, in which case you still need to eyeball roughly two hundred installed packages :D Hence my failure to find the one I wanted. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Problems compiling Python 3.4 on Ubuntu cool-RR <ram.rachum@gmail.com> - 2014-02-03 02:50 -0800
Re: Problems compiling Python 3.4 on Ubuntu Ervin Hegedüs <airween@gmail.com> - 2014-02-03 12:08 +0100
Re: Problems compiling Python 3.4 on Ubuntu Ram Rachum <ram.rachum@gmail.com> - 2014-02-03 17:14 +0200
Re: Problems compiling Python 3.4 on Ubuntu Rustom Mody <rustompmody@gmail.com> - 2014-02-03 07:51 -0800
Re: Problems compiling Python 3.4 on Ubuntu Christian Heimes <christian@python.org> - 2014-02-03 16:50 +0100
Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 05:48 +1100
Re: Problems compiling Python 3.4 on Ubuntu Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-02-03 13:05 -0600
Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 06:11 +1100
Re: Problems compiling Python 3.4 on Ubuntu Rustom Mody <rustompmody@gmail.com> - 2014-02-03 18:34 -0800
Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 13:45 +1100
csiph-web