Automatic resolution of dependencies / forced installation / submission

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
markham
Messages: 19
Registered: July 13, 2015 - 11:41 PM

September 9, 2015 - 9:09 PM

Hello,

I have three questions:

1) I would like to know if we are required to include dependencies in the packages sent to the machine, or if the machine is capable of automatically retrieving and installing them from the repository.

2) Can we force the installation/reinstallation of packages even if the console is convinced it has already done so (e.g., when the machine has been inadvertently deleted by the user, or if it has undergone a system restore)?

3) Where can we submit packages to the community to expand the available software base and improve at the same time (if there is a validation process before submission)?

Thank you.
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

September 10, 2015 - 2:19 PM

1) I would like to know if we are obliged to put the dependencies in the packages to be sent to the machine, or if the machine is capable of taking them from the repository and installing them itself.
In all cases, the machine retrieves the packages from the repository itself, either through dependencies or because a new version is available.
The standard way of working is to use dependencies.
If a package (projectlibre example) needs Java, we but the java package depends on the projectlibre package.
So if we install projectlibre, the machine will automatically install the java package beforehand.
2) Can we force the installation/reinstallation of packages even if the console is convinced it has already done so (e.g., when the machine has suffered an unauthorized deletion by the user, or if it has undergone a system restore)?
command line:
wapt-get --force install<lepaquet>

or from the console:
Right-click on the package in the list of installed packages. And choose "Forget".
At the next update/upgrade, the package should be reinstalled if it was in the machine's dependencies.
Tranquil IT
markham
Messages: 19
Registered: July 13, 2015 - 11:41 PM

September 13, 2015 - 9:40 AM

Thank you
Locked