Tuesday, April 30, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 401  / 1 Year ago, fri, november 25, 2022, 5:27:22

when I was going to rules of Ubuntu Apps Showdown, I found this rule:




  • Application must run out of /opt.



What is means by this?
Checkout Rules:
http://developer.ubuntu.com/showdown/


More From » application-development

 Answers
4

In general, apps running from /opt are self-contained, i.e. they don't spread their footprint far and wide into /bin, /lib, /usr, etc. like normal APT-installed packages do. Basically, your app should stick to /opt except for any user data in /home/user as @konrad suggested.


[#37265] Saturday, November 26, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ippalogu

Total Points: 215
Total Questions: 127
Total Answers: 146

Location: Denmark
Member since Tue, Jul 19, 2022
2 Years ago
;