Linux Lite Forums
Where does one store portable executables? - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Where does one store portable executables? (/showthread.php?tid=2036)



Where does one store portable executables? - paul1149 - 07-29-2015

I've got a couple of portable executables that I don't know how to integrate into the system. For instance, Palemoon is in a folder. I want to park it in the right place and then create a launcher to it, on the desktop and the start menu, for lack of a better term.


I also have a portable windows executable that I can fire directly, but which I cannot fire via launcher. If I park it at /opt or /usr/bin I keep getting access violations, or nothing happens at all.


Thanks for any guidance.


Re: Where does one store portable executables? - shengchieh - 07-31-2015

Window executables will not run on linux natively.  Use WINE.  Documentations are in

www.winehq.org

I would think LL manual also have some.

----

Also I would not mixed linux and window executables.  Create a new directory in /usr local/ or something (e.g., /usr/local/window).  Some links on file structure are

http://www.debianadmin.com/linux-directory-structure-overview.html (Linux Directory Structure Overview; 3/23/08)
http://en.wikipedia.org/wiki/Comparison_of_file_systems (Comparison of file systems) (Comparison of file systems; current)
http://omnitraining.net/free-articles/192-back-to-basics-unix-file-permissions (Back to Basics: Unix File Permissions; 2/17/10)
http://www.junauza.com/2009/03/important-linux-file-directories-that.html (Important Linux File Directories That Users Should Know About; 3/5/09)
http://www.nixtutor.com/linux/understanding-the-linux-directory-layout/ (Understanding the Linux Directory Layout; 2/5/09)
http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-104-7/index.html (Learn Linux, 101: Find and place system files; 6/9/10)
http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-104-2/index.html (Learn Linux, 101: Maintain the integrity of filesystems; 8/24/10)
http://www.linuxbsdos.com/2011/09/18/guide-to-disks-and-disk-partitions-in-linux/ (Guide to disks and disk partitions in Linux; 9/18/11)
http://www.howtogeek.com/117435/htg-explains-the-linux-directory-structure-explained/ (HTG Explains: The Linux Directory Structure Explained; 6/25/12)
http://www.tecmint.com/linux-directory-structure-and-important-files-paths-explained/ (Linux Directory Structure and Important Files Paths Explained; 9/16/13)

Sheng-Chieh



Re: Where does one store portable executables? - paul1149 - 07-31-2015

Quote:[color=rgb(51, 68, 102)]http://www.debianadmin.com/linux-directory-structure-overview.html[/color] (Linux Directory Structure Overview; 3/23/08)


Thanks, that link gave me this, which seems to be the best fit. I'll see how permissions go.




[color=rgb(0, 1, 3)]/usr[/color]
[/color][color=rgb(0, 1, 3)]A sub hierarchy to the root file system which is a User data directory. Contains user specific utilities and applications. You will again see a lot of important but not critical file systems are mounted. Here you would again find a bin, sbin & lib directory which contains non-critical user and system binaries and related libraries and a share directory. Also found here are the include directory with include files[/color]
[/color][color=rgb(0, 1, 3)]/usr/bin[/color]
[/color][color=rgb(0, 1, 3)]Contains Non-Essential Non-critical command binaries for users.[/color]