That was insightful. Do you mind suggesting me with more apps alternatives alike this?
Whilst the listing of linux alternatives to MS is quite extensive in the suggested links in post #7, there is conceivably an issue of scale when looking at alternatives.
Whilst it's very difficult to determine a listing of MS programs available for any version of Windows, information in linux is readily available. For example, at the time of writing, the number of available packages in the debian package repository is over 66,000. See here:
Code:
[tom@min ~]$ apt-cache stats | grep 'Normal packages'
Normal packages: 66431
If one is fairly clear as to the sort of program they want in linux to replace a MS program, there's a few ways of going about it. One relatively simple way to resolve the issue of finding an appropriate package to replicate, or perhaps just approximate, a program in MS, is to query AI. In this case, I used "Gemini" as follows, showing the queries and relevant details of its reply:
What is a windows program that stores passwords?
<snip>
"Windows Credential Manager" is built into Windows.
<snip>
1Password, LastPass, Dashlane, RoboForm.
<snip>
What is a linux program that stores passwords?
<snip>
Bitwarden, KeePassXC, 1Password, Dashlane, Pass.
<snip>
The finding is that some of the available programs to store passwords are the same, and some not. Bear in mind that some of the resulting suggestions may, or may not be in the repository of a linux distro. That is resolved by querying the repository. In debian and distros based on it, that can be done thus:
and the output in this case shows the details of the keepassxc package. However, if a package is not available from the repository, it will usually be found elsewhere such as at github, codeberg, sourceforge or some other repo.
There are MS programs that do not have direct replicants or even approximates in linux. There are various attempted resolutions to that, some more successful than others, but that's another topic I guess