Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion is over thinking things.
- X-seq: zsh-users 24302
- From: gmail@xxxxxxxxxx
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: completion is over thinking things.
- Date: Sat, 28 Sep 2019 20:14:35 +0300
- Authentication-results: mxback8g.mail.yandex.net; dkim=pass header.i=@ratijas.tk
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ratijas.tk; s=mail; t=1569690875; bh=T2zeUx6elWm5UbmVEyErBdLY4TWAJL0IwlJctvTWCMI=; h=References:Date:Message-Id:Subject:In-Reply-To:To:From; b=UJMYPxuWAGanaOA3zSs31mPli1WTqSPoesTZ68stprbSGgOJo9nw5Kgy/rt0DTZv/ R6jiuLLvI/T0rsSR7bSq1k0ncR/yed7+aI3LLjT7FPKWyR64YelXfQJ2wpmbzA3h9A HphbRMcFzwz1PgG3xT2Iotl/xi03izbeQ0eiOdK4=
- In-reply-to: <306325bb-395d-a16b-a771-0786c23cb46e@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <306325bb-395d-a16b-a771-0786c23cb46e@eastlink.ca>
Hello.
Installing packages from local .deb files is not the task for apt-get.
You should use `dpkg -i` instead.
Try this: https://superuser.com/questions/196864/how-to-install-local-deb-packages-with-apt-get#196867
28.09.2019, 20:06, "Ray Andrews" <rayandrews@xxxxxxxxxxx>:
> $ ls inst.deb
> inst.deb
>
> $ apt-get install inst. [TAB]
> Completing package
> libapt-inst2.0
> libmono-system-configuration-install4.0-cil
> libmono-system-runtime-durableinstancing4.0-cil
>
> How can I get completion to stop looking and finding files God knows
> where and just expand filenames in the current directory?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author