The search returned 3 results

by STbar
April 30, 2025 - 12:01
Forum: WAPT Packages
Subject: [RESOLVED] PuTTY packages and overly broad uninstallation
Answers: 1
Views : 2715

[SOLVED] PuTTY packages and overly broad uninstallation

Hello,

The PuTTY package uses the following code during installation to uninstall older versions: `
for to_uninstall in installed_softwares(name="PuTTY"):
if Version(to_uninstall["version"]) < Version(control.get_software_version()) or force:


` However, other products carry the...
by STbar
November 28, 2024 - 3:44 PM
Forum: WAPT Packages
Subject: Additional parameters in packages
Answers: 1
Views : 1412

Re: Additional parameters in packages

Hello,

after checking the Discord, I found a reply from Jimmy:

the params dictionary is a feature that is currently only usable manually via the command prompt in the format: `wapt-get install tis-vlc --params="{'remove':true}"`.

Can you confirm that this...
by STbar
November 26, 2024 - 4:47 PM
Forum: WAPT Packages
Subject: Additional parameters in packages
Answers: 1
Views : 1412

Additional parameters in packages

Hello,

I'm reviving a thread that was started by another user:
https://forum.tranquil.it/viewtopic.php?t=3243

Some packages contain the following code:
params.get("remove_desktop_shortcuts")

How can I use this parameter instead of modifying...