Ask Your Question
1

What is the reason behind dpkg including files in several packages despite being mentioned in only one package's .install file?

asked 2023-06-22 17:45:06 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-22 18:02:02 +0000

bukephalos gravatar image

The reason for this could be that the file is shared by multiple packages and hence needs to be included in each of those packages. This is often seen in libraries or common files that are used by several applications. Including the file in each package ensures that the dependencies are satisfied for each package, and the application functions properly. Additionally, this allows users who only need one application to install it without having to install the entire collection of packages.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-22 17:45:06 +0000

Seen: 12 times

Last updated: Jun 22 '23