MESSAGE
DATE | 2022-07-05 |
FROM | shulie
|
SUBJECT | Re: [Hangout - NYLXS] Linux question: how to make .gz file
|
On 7/4/22 20:00, sderrick wrote: > How do I make a .gz file executable/runnable? I extract the files > into a directory. Now how did I put all this together to make the > application? (Maybe one of the extracted files?) > > If one knows of web site(s) please do tell. I'll give you my phone > number if needed. Thank for any help. > > _______________________________________________ > Hangout mailing list > Hangout-at-nylxs.com > http://lists.mrbrklyn.com/mailman/listinfo/hangout
the gz file is never executable. gz files don't execute usualy unless it is malware? Does it extract into a directory of source code? If so, see if there is a a README file.
If it is autoconf ./configure make and sudo make install is a normal procedure.
chmod is the permisions tool
man chmod
https://www.linode.com/docs/guides/modify-file-permissions-with-chmod/
chmod 100 ./myexecutable'sh
see the linux1 notes on nylxs
_______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|