Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Package auto-suggestion under Debian/Ubuntu ?
- X-seq: zsh-users 15247
- From: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- To: Claus Albøge <csa@xxxxxxxxxx>
- Subject: Re: Package auto-suggestion under Debian/Ubuntu ?
- Date: Wed, 4 Aug 2010 10:32:31 +0200
- Cc: zsh-users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=ggYXqNvCdotBjZFzHCfK1ttTa4yawx1dMFgIK8uIHIA=; b=YmRkgmDvberQ3YrAYCmg9990KYnqXoIxzTXoUBsP3zk/eSPekhv0Gk2eHOE2vmOGCO DIIe9Xfj41Xn5JItNVI52uKIhT4DPZqGfdoYbvdKpImFrGubK2xmbNx4RZ3ZUQ61SZ44 ncDR77s1MHq/IA1RJ+X3OW+0BxV3haR0ryvDU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=v0jj/ZYZpAHuBGH8L/fYPzuLHCLJl7cltKV9RQRzkVVr6KX1AK60Anw9Fz1VK1ikpH 0AsKt9qG3pNYvcSicximX1eOsPsjLBq3pBW/WFTx+UDovqMY/zO9sgEDTqFf/I40OL5Z GQwVBLJQVlXZ7PvAeDco1k4c/3LpPJooIktGo=
- In-reply-to: <20100803.164001847201500@xxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <AANLkTi=FkKaUU5tKHFTdbV5AAmwp05m4FCg2+DLtvYRP@xxxxxxxxxxxxxx> <20100803.164001847201500@xxxxxxxxxx>
Even better, thank you.
2010/8/3 Claus Albøge <csa@xxxxxxxxxx>
> Hi,
>
> Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx> writes:
>
> > Hi all, One small thing I like with Bash is that auto-suggests
> > packages when you try to use an unknown command, like this:
> >
> > $ eclipse
> >
> > The program 'eclipse' is currently not installed. You can install it by
> >> typing:
> >
> > sudo apt-get install eclipse-platform
> >
> >
> > In Zsh, I just get:
> >
> > % eclipse
> >
> > zsh: command not found: eclipse
> >
> >
> > Does anyone how to get this working with Zsh ?
>
> Should work on any Ubuntu since Hardy:
>
> % sudo apt-get install command-not-found
> % grep zsh /usr/share/doc/command-not-found/README
> To use it in zsh, please add the following line to your .zshrc file:
> . /etc/zsh_command_not_found
>
>
> /Claus A
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author