Get update type of .deb file
Giuseppe Baglio
baglio.giuseppe at yahoo.com
Tue Apr 2 10:30:29 UTC 2013
WOW thank you very much! I think this is what i need
Cheers
________________________________
Da: Tom H <tomh0665 at gmail.com>
A: Ubuntu Users <ubuntu-users at lists.ubuntu.com>
Inviato: Mercoledì 27 Marzo 2013 19:21
Oggetto: Re: Get update type of .deb file
On Wed, Mar 27, 2013 at 12:53 PM, Giuseppe Baglio
<baglio.giuseppe at yahoo.com> wrote:
>
> My question is really simple: how I can get the update type of a deb
> package?
>
> Example:
> vim_7.3.429-2ubuntu2.1_amd64.deb -> precise
> vim_7.3.429-2ubuntu2_amd64.deb -> precise-updates
>
> vino_3.4.2-0ubuntu1.2_amd64.deb -> precise-security
> vino_3.4.1-0ubuntu1_amd64.deb -> precise
aptitude search -F "%p %t %v %V" vim
aptitude search -F "%p %t %v %V" ^vim$
apt-cache madison vim
apt-cache policy vim
(less obviously because you have to look at the name of the
"/var/lib/apt/lists/..._Packages" file associated with the vim
version)
apt-cache showpkg vim
--
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20130402/c7dba0db/attachment.html>
More information about the ubuntu-users
mailing list