Results 1 to 2 of 2

Thread: how to verify a deb package?

  1. #1
    Join Date
    Dec 2008
    Beans
    328
    Distro
    Ubuntu 13.04 Raring Ringtail

    how to verify a deb package?

    hi there,

    i have deb package that i want to install with

    Code:
    dpkg -i foo.deb
    but before i do this i want to verify the package's signature/checksum.

    i know this is usually done automatically with apt-get, but i do not have internet connection from the box, so i had to download this (linux-image) package from ububtu's repositories on a usb (hopefully the network driver is fixed in this newer kernel, and then i'll have internet connection). so before installing, i thought it would be better to verify that it is signed with ubuntu's key and that the checksum match (i.e. that it was downloaded correctly).

    perhaps another possible solution is to add a filesystem path to my sources.list somehow and let apt-get take it from there. but i'm not sure how to do that either.

    thanks

  2. #2
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: how to verify a deb package?

    An example. Package glibc-doc

    At the bottom of the page, click on your Architecture (in this example, it is all).

    glibc-doc.png

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •