Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1201  / 2 Years ago, thu, february 3, 2022, 4:30:22

When we download a binary Debian program from repository by this command:



sudo apt-get install something



Where is this program store and all of executable files?


More From » apt

 Answers
4

In principle, a debian installer is nothing but a scaled model of your system, from the perspective of the root directory. It contains folders, exactly as it is on your system and "projects" the contents of a .deb file on to your system.



There are general rules of where to install what, for example: binary files in /usr/bin/ , libraries in /usr/bin or /usr/share, desktop file in /usr/share/applications and so on (see also here). If you are interested, you should look into a .deb installer to see what it installs where.


[#26313] Friday, February 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eballxeye

Total Points: 370
Total Questions: 91
Total Answers: 139

Location: Suriname
Member since Sat, Jan 1, 2022
2 Years ago
eballxeye questions
Sun, Jan 8, 23, 18:23, 1 Year ago
Sun, Sep 11, 22, 23:24, 2 Years ago
Tue, Dec 14, 21, 07:15, 2 Years ago
;