Is it possible to burn an Ubuntu app on a CD/DVD, and make an autorun for it, just like Windows?
If yes:
- How to do it with a Snap application? Consider I have downloaded an app from Software Center by using
snap download
; in other words, I have a.snap
file, and maybe a.assert
one. - How to do it with a
.deb
file? - How to do it with a
.AppImage
file? - How to make an autorun for it? Do I need a Shell script or something else?
And if no, why isn't it possible? How do you say it isn't possible while this Ubuntu help page states that you can start a removable media that is a software?
Lastly, is it totally a good idea to create an Ubuntu application CD/DVD?
Thanks!
Edit 1: There is a similar question on Stack Overflow. The answers here and in the link shows that this way is not recommended, due to security considerations. However, I would appreciate others to post new answers.
Edit 2: I found a question asked for USB sticks on Ask Ubuntu. As I tried, in an Ubuntu-based OS, it works on CDs, also. However, it shows "Unable to locate the program" error after accepting to run the autorun, even if the autorun file has a valid syntax and it's executable.