I used pure Python to change permissions (os.chmod()). In the end,
I created a small document for developing a basic Linux package. I couldn't attach it to this message because the file size limit is 256KB, so here it is as a link (which will expire in 15 days): https://filesender ...
The search returned 5 results
- August 11, 2026 - 5:09 PM
- Forum: WAPT Packages
- Subject: Creating a Linux package
- Answers: 6
- Views : 13638
- August 11, 2026 - 2:01 PM
- Forum: WAPT Packages
- Subject: Creating a Linux package
- Answers: 6
- Views : 13638
Re: Creating Linux packages
I'm encountering a permissions issue with a file located in /usr/local/bin. Users don't have execute permissions on this script.
I haven't seen a method in setuhelpers to manage permissions. Can you confirm this?
If so, I'll look into using Python.
I haven't seen a method in setuhelpers to manage permissions. Can you confirm this?
If so, I'll look into using Python.
- August 11, 2026 - 11:39
- Forum: WAPT Packages
- Subject: Creating a Linux package
- Answers: 6
- Views : 13638
Re: Creating Linux packages
Well,
I couldn't resist... I tested it. The installation went smoothly (after a few corrections, of course... but seeing the errors after deployment via the console).
I just discovered that you can test the installation and uninstallation scripts locally under Linux with the command
`sudo wapt-get install`...
I couldn't resist... I tested it. The installation went smoothly (after a few corrections, of course... but seeing the errors after deployment via the console).
I just discovered that you can test the installation and uninstallation scripts locally under Linux with the command
`sudo wapt-get install`...
- August 11, 2026 - 10:36
- Forum: WAPT Packages
- Subject: Creating a Linux package
- Answers: 6
- Views : 13638
Re: Creating Linux packages
Hi Ingrid,
thanks for the link. I'd only found the Windows helpers... I didn't search hard enough ;(
For now, yes, I only want to do copying, but it should evolve into more complex things (installing deb files + copying... but according to the helper, it should be fairly straightforward...
thanks for the link. I'd only found the Windows helpers... I didn't search hard enough ;(
For now, yes, I only want to do copying, but it should evolve into more complex things (installing deb files + copying... but according to the helper, it should be fairly straightforward...
- August 10, 2026 - 5:49 PM
- Forum: WAPT Packages
- Subject: Creating a Linux package
- Answers: 6
- Views : 13638
Linux package creation
Hello,
we are currently testing WAPT, thank you for this tool! I am particularly interested in creating Linux (ubuntu24) packages to deploy internal tools.
I have looked through the documentation, but I am struggling to find what I need. Specifically, on the page https://www.wapt.fr/fr/doc/wapt...
we are currently testing WAPT, thank you for this tool! I am particularly interested in creating Linux (ubuntu24) packages to deploy internal tools.
I have looked through the documentation, but I am struggling to find what I need. Specifically, on the page https://www.wapt.fr/fr/doc/wapt...
