From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 8295fb7a for ; Sat, 28 Sep 2019 17:15:26 +0000 (UTC) Received: (qmail 20593 invoked by alias); 28 Sep 2019 17:15:19 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24302 Received: (qmail 14260 invoked by uid 1010); 28 Sep 2019 17:15:19 -0000 X-Qmail-Scanner-Diagnostics: from forward102o.mail.yandex.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25580. spamassassin: 3.4.2. Clear:RC:0(37.140.190.182):SA:0(-2.7/5.0):. Processed in 3.148605 secs); 28 Sep 2019 17:15:19 -0000 X-Envelope-From: gmail@ratijas.tk X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf-ipv4.yandex.ru designates 37.140.190.182 as permitted sender) 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= Authentication-Results: mxback8g.mail.yandex.net; dkim=pass header.i=@ratijas.tk From: gmail@ratijas.tk To: Ray Andrews , Zsh Users In-Reply-To: <306325bb-395d-a16b-a771-0786c23cb46e@eastlink.ca> References: <306325bb-395d-a16b-a771-0786c23cb46e@eastlink.ca> Subject: Re: completion is over thinking things. MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sat, 28 Sep 2019 20:14:35 +0300 Message-Id: <10826411569690875@myt2-f25485a938c5.qloud-c.yandex.net> Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 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" : >     $ 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?