From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 14 Aug 2010 20:32:52 +0400 From: Alexey Tourbin To: ALT Linux Community general discussions Message-ID: <20100814163252.GC11717@imap.altlinux.org> Mail-Followup-To: ALT Linux Community general discussions References: Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Comm] rpm, apt, kernel-image X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2010 16:32:52 -0000 Archived-At: List-Archive: List-Post: On Sat, Aug 14, 2010 at 08:16:24PM +0400, Алексей Синицын wrote: > 20:12 root@wind ~ # rpm -qa|grep kernel-image > kernel-image-std-def-2.6.27-alt16 > kernel-image-std-def-2.6.30-alt15 > kernel-image-std-def-2.6.25-alt8.M41.1 > kernel-image-std-def-2.6.30-alt14 > kernel-image-std-def-2.6.25-alt6.M41.3 > kernel-image-ovz-smp-2.6.32-alt1 > kernel-image-std-def-2.6.27-alt15 > 20:12 root@wind ~ # apt-get remove kernel-image-std-def-2.6.27-alt16 You can't use name-version-release this way with apt. Try "apt-get remove kernel-image-std-def", apt will show the list of correct tokens. > Reading Package Lists... Done > Building Dependency Tree... Done > E: Couldn't find package kernel-image-std-def-2.6.27-alt16 > 20:13 root@wind ~ #