Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
install jhead
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Raz0rEdge" data-source="post: 1698288" data-attributes="member: 110816"><p>The Homebrew method is fine, but requires installing Homebrew which might be overkill to just install this one app, so these are the steps you need to do to "install" this app..</p><p></p><p>Once you've downloaded the file from the website, it will be call <strong>jhead.txt</strong> in your <strong>Download</strong> folder, then open up the Terminal by hitting CMD+space and enter Terminal in there. In the terminal, follow the commands below..</p><p></p><p>[CODE]</p><p>$ cd ~/Downloads</p><p>$ mv jhead.txt jhead</p><p>$ chmod a+x jhead</p><p>$ sudo mkdir -p /usr/local/bin</p><p>$ sudo mv jhead /usr/local/bin</p><p>[/CODE]</p><p></p><p>The first <strong>sudo</strong> command will prompt you for your password, enter it the folder is created. The next command will copy the file to that destination. This will take care of putting the file in the "usual" place, however the path is likely not part of your usual path, so follow with the rest here..</p><p></p><p>[CODE]</p><p>$ echo $PATH</p><p>[/CODE]</p><p></p><p>Take a look at the path here which will show all the directories, if <strong>/usr/local/bin</strong> is already in the path, you are all set, if not, follow these next steps.</p><p></p><p>[CODE]</p><p>$ vi ~/.profile</p><p>[/CODE]</p><p></p><p>Find the entry marked <strong>export PATH</strong> and then hit 'i' to insert the path <strong>/usr/local/bin</strong> there and then hit ESC to go back to view mode. Now hit the key sequence ":wq" to write and quit from the editor. Now close the Terminal and re-open it and then do the "echo $PATH" command above to see if the path showed up properly. Now you should be able to run <strong>jhead</strong> and use the program.</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1698288, member: 110816"] The Homebrew method is fine, but requires installing Homebrew which might be overkill to just install this one app, so these are the steps you need to do to "install" this app.. Once you've downloaded the file from the website, it will be call [B]jhead.txt[/B] in your [B]Download[/B] folder, then open up the Terminal by hitting CMD+space and enter Terminal in there. In the terminal, follow the commands below.. [CODE] $ cd ~/Downloads $ mv jhead.txt jhead $ chmod a+x jhead $ sudo mkdir -p /usr/local/bin $ sudo mv jhead /usr/local/bin [/CODE] The first [B]sudo[/B] command will prompt you for your password, enter it the folder is created. The next command will copy the file to that destination. This will take care of putting the file in the "usual" place, however the path is likely not part of your usual path, so follow with the rest here.. [CODE] $ echo $PATH [/CODE] Take a look at the path here which will show all the directories, if [B]/usr/local/bin[/B] is already in the path, you are all set, if not, follow these next steps. [CODE] $ vi ~/.profile [/CODE] Find the entry marked [B]export PATH[/B] and then hit 'i' to insert the path [B]/usr/local/bin[/B] there and then hit ESC to go back to view mode. Now hit the key sequence ":wq" to write and quit from the editor. Now close the Terminal and re-open it and then do the "echo $PATH" command above to see if the path showed up properly. Now you should be able to run [B]jhead[/B] and use the program. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
install jhead
Top