Sunday, May 5, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 16135  / 3 Years ago, fri, june 4, 2021, 10:51:19

I want to figure out how to open a program after i install it in terminal. I do it with programs all the time, but i don't know how to find out after I install a program what command to run, what file path the everything is in or any thing like that. The program i am trying to figure out how to open from terminal right now is NetBeans IDE 7.2.1 , but i don't just want to understand how to open it, i want to understand how to find out where to go after i install it, whether i have installed it with apt-get or if i used dpkg?


More From » command-line

 Answers
5

Install your program and then before you use a search tool like locate, you must run



sudo updatedb


to refresh the database or you will not find your just installed program with locate.



Now you will usually be able to use the name of the program you just installed (e.g. shutter) and run locate shutter, for example, to find all the installed shutter files. To specifically find all the executables related to shutter in bin, run



locate shutter | grep bin


Alternatively, to quickly find the locations of the main shutter executable, run which shutter and for a listing of filesystem locations, run whereis shutter.


[#34023] Saturday, June 5, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
igeonlothe

Total Points: 370
Total Questions: 121
Total Answers: 114

Location: United States Minor Outlying Island
Member since Fri, Feb 5, 2021
3 Years ago
igeonlothe questions
Wed, May 31, 23, 02:34, 1 Year ago
Sat, Mar 12, 22, 17:13, 2 Years ago
Tue, Aug 31, 21, 09:46, 3 Years ago
;