From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pz0-f204.google.com (mail-pz0-f204.google.com [209.85.222.204]) by speech.braille.uwo.ca (Postfix) with ESMTP id 696E910B4A for ; Thu, 4 Jun 2009 13:40:37 -0400 (EDT) Received: by pzk42 with SMTP id 42so897152pzk.21 for ; Thu, 04 Jun 2009 10:40:36 -0700 (PDT) Received: by 10.114.157.1 with SMTP id f1mr3833637wae.43.1244137236826; Thu, 04 Jun 2009 10:40:36 -0700 (PDT) Received: from localhost (74-60-156-145.mrc.clearwire-dns.net [74.60.156.145]) by mx.google.com with ESMTPS id l37sm2111481waf.5.2009.06.04.10.40.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Jun 2009 10:40:36 -0700 (PDT) Date: Thu, 4 Jun 2009 10:40:42 -0700 From: Gaijin To: "Speakup is a screen review system for Linux." Subject: Re: Speakupconf again Message-ID: <20090604174042.GA16382@clearwire.net> References: <20090604113736.GA7229@grml> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090604113736.GA7229@grml> User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 17:40:37 -0000 On Thu, Jun 04, 2009 at 01:37:36PM +0200, Hermann wrote: > cannot find /usr/share/doc/speakup-doc on my machine. > So something must be very different on GRML. Try the following command to view what's in the package listings. As in Debian, the SpeakUP docs package is a seperate package: # apt-cache search speakup | more The above should list what's available in your package listings for speakup packages, and the following command should show you details on the package itself: # apt-cache show | more I've added the "| more| so as to display things one screen at a time, but it isn't required. HTH, Michael