Finding package to which an installed file belongs to

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Finding package to which an installed file belongs to

    How do I see to which package a file belongs to? On an PRM based system I
    would enter 'rpm -qf file'. What is the dpkg equivalent?

    --
    gr,
    maxx
    :wq!

    maxx Guest

  2. Similar Questions and Discussions

    1. finding a file by name
      code in test.cfm <cfdirectory directory='#GetDirectoryFromPath(GetTemplatePath())#' name='myDirectory' sort='name ASC'> <cftable ...
    2. How to package up (all) installed ports
      What would be a good way to create binary packages of all/most of my currently installed ports (without rebuilding as "make package" does)? I...
    3. finding a spot in a file
      Chad Kellerman wrote: Hello, You could use a module like http://search.cpan.org/author/WADG/Config-IniFiles-2.38/IniFiles.pm or...
    4. finding subdirectories without parsing every file
      Hi Is there any way to get the subdirectories of a directory without having to sort through all the files in a directory? I'm actually...
    5. Finding a key word in a text file
      Hi all, I would like to find a word stored in a text file. Structure: I have one file named keyWords.txt that stores some key words I'm...
  3. #2

    Default Re: Finding package to which an installed file belongs to

    On Mon, 20 Mar 2006 10:35:50 +0100, maxx wrote:
    > How do I see to which package a file belongs to? On an PRM based system I
    > would enter 'rpm -qf file'. What is the dpkg equivalent?
    3 minutes after posting this, I found
    'http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php' using
    Google, which provided the answer...

    --
    gr,
    maxx
    :wq!

    maxx Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139