Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-01-2017, 12:25 AM
|
#1
|
LQ Newbie
Registered: May 2017
Posts: 6
Rep: 
|
Debian: What program belongs to what package?
Hello, I need your assistance. In Debian how can I find out which program belongs to what package? For example, with rpm, I can use rpm -qf and rpm -ql to associate a program to a package and list the files of that package respectively. Thank you
|
|
|
05-01-2017, 01:37 AM
|
#2
|
Senior Member
Registered: Mar 2012
Posts: 1,882
|
Try dpkg-deb -S pattern
Fom 'man dpkg'
-S, --search filename-search-pattern... Search for a filename from installed packages.
apt-file also provides similar functionality but isn't usually installed by default.
'dpkg -L packagename' will list the content of a package.
Last edited by descendant_command; 05-01-2017 at 01:40 AM.
|
|
1 members found this post helpful.
|
05-01-2017, 02:08 AM
|
#3
|
LQ Newbie
Registered: May 2017
Posts: 6
Original Poster
Rep: 
|
+1 descendant_command
|
|
|
05-02-2017, 12:57 AM
|
#4
|
Member
Registered: Mar 2015
Distribution: Linux Mint
Posts: 634
|
Quote:
Try dpkg-deb -S pattern
Fom 'man dpkg'
-S, --search filename-search-pattern... Search for a filename from installed packages.
|
Those aren't the same thing
Code:
man dpkg-deb
-Scompress-strategy
Specify which compression strategy to use on the compressor
backend, when building a package (since dpkg 1.16.2). Allowed
values are none (since dpkg 1.16.4), filtered, huffman, rle and
fixed for gzip (since dpkg 1.17.0) and extreme for xz.
man dpkg
-S, --search filename-search-pattern...
Search for a filename from installed packages.
As a alternate, you can try apt-cache
Code:
apt-cache search foobar
man apt-cache
search regex...
search performs a full text search on all available package lists
for the POSIX regex pattern given, see regex(7). It searches the
package names and the descriptions for an occurrence of the regular
expression and prints out the package name and the short
description, including virtual package names. If --full is given
then output identical to show is produced for each matched package,
and if --names-only is given then the long description is not
searched, only the package name and provided packages are.
Separate arguments can be used to specify multiple search patterns
that are and'ed together.
Last edited by Sefyir; 05-02-2017 at 01:00 AM.
|
|
1 members found this post helpful.
|
05-02-2017, 01:38 AM
|
#5
|
Senior Member
Registered: Mar 2012
Posts: 1,882
|
Quote:
Originally Posted by Sefyir
Those aren't the same thing
|
Yeah ...
man dpkg mentions that some functions use dpkg-deb and dpkg-query for the heavy lifting and my fingers typed what I just read, rather than what I meant 
|
|
|
05-02-2017, 05:11 AM
|
#6
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,252
|
|
|
|
05-02-2017, 08:23 AM
|
#7
|
LQ Veteran
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Rep: 
|
|
|
|
All times are GMT -5. The time now is 09:53 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|