Wiki Mageia

Ways to install programs
Containers: + Distrobox, link to our wiki page on it.
← Older revision Revision as of 13:36, 3 March 2025 Line 355: Line 355: Docker use a client-server architecture, while Podman use a daemonless architecture. Docker use a client-server architecture, while Podman use a daemonless architecture. + +=== Distrobox === + +Using [[Distrobox]] you create containers from different Linux distributions and integrate them into your host system, offering an almost native experience. This way you can use software intended for any Linux distro. == Virtualised hardware == == Virtualised hardware == MorganoTalk:Software with no package for Mageia
Sturmvogel moved page Talk:Software with no package for Mageia to Talk:Archive:Software with no package for Mageia Obsolete and slready included in other wiki article
New page
HiI think this page could be integrated into [[Ways_to_install_programs]]
Best Regards /Morgan
[[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC)
It seems that the editor did not even check the wiki before creating this stub. All possibilities are already mentioned in [[Ways_to_install_programs]] Distrobox can be linked. So this stub needs to be deleted…
[[User:Sturmvogel|sturmvogel]] ([[User talk:Sturmvogel|talk]]) Sturmvogel
Software with no package for Mageia
Sturmvogel moved page Software with no package for Mageia to Archive:Software with no package for Mageia Obsolete and slready included in other wiki article
New page
= Software with no package for Mageia =Sometimes we will want to use software for which there is at present no package for Mageia.
If the software in question is available in an rpm package, <some name>.rpm, for AlamaLinux, CentOS Stream, Fedora, Rocky, etc then it '''may''' be possible to install using the Mageia Software Installer or command line tools. However, often it is the case that needed dependencies are not available in Mageia. If the software we want is only available as a .deb package, <some name>.deb, then we cannot install it directly.
So, what can we do?
We have a number of options:
*[[Distrobox]] (not yet packaged but follow Wiki link) allows use of software intended for any Linux distro
*Alien (available from MCC) allows installation of Debian and Slackware packages
*Virtual Machine - QEMU (available from MCC) or VirtualBox (available from MCC) can be used to create a Virtual Machine for any operating system on which the software you want to use can be executed.
*WINE (available from MCC) - allows some Microsoft Windows™ programs to run in a Linux environment. This Wiki author has had limited success with WINE and has typically had to use a Virtal Machine (with Windows™ licence) Sturmvogel
Talk:Software with no package for Mageia
Sturmvogel moved page Talk:Software with no package for Mageia to Talk:Archive:Software with no package for Mageia Obsolete and slready included in other wiki article
← Older revision Revision as of 10:25, 3 March 2025 (2 intermediate revisions by the same user not shown)Line 6: Line 6: [[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC) [[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC) + + +It seems that the editor did not even check the wiki before creating this stub. All possibilities are already mentioned in [[Ways_to_install_programs]] Distrobox can be linked. So this stub needs to be deleted… +[[User:Sturmvogel|sturmvogel]] ([[User talk:Sturmvogel|talk]]) SturmvogelTalk:Software with no package for Mageia
Distrobox
How to install it?: changed dangerous su usage
← Older revision Revision as of 10:09, 3 March 2025 Line 12: Line 12: or if you haven't set up your user to allow sudo or if you haven't set up your user to allow sudo −{{code|su <br/>+{{code|su -<br/> curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh }} curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh }} SturmvogelTalk:Using Java applications in Firefox and Chromium browsers
Talk:Using Java applications in Firefox and Chromium browsers
Is this tutorial correct?
New page
Is this tutorial correct? It shows the installation of a .deb via dpkg, but Mageia is rpm. XgrindWays to install programs
Universal package formats: Added "Using Java applications in Firefox and Chromium browsers" (linking to that new page)
← Older revision Revision as of 20:40, 2 March 2025 Line 149: Line 149: Nice to know: the .jar file is an archive that can be opened in i.e Ark, so you can i.e edit internal configuration files (i.e. I personalized my invoice formatting). Nice to know: the .jar file is an archive that can be opened in i.e Ark, so you can i.e edit internal configuration files (i.e. I personalized my invoice formatting). + +=== Using Java applications in Firefox and Chromium browsers === + +See [[Using_Java_applications_in_Firefox_and_Chromium_browsers|Using Java applications in Firefox and Chromium browsers]]. == Using foreign rpm directly == == Using foreign rpm directly == MorganoTalk:Software with no package for Mageia
Integrate into Ways_to_install_programs?
New page
HiI think this page could be integrated into [[Ways_to_install_programs]]
Best Regards /Morgan
[[User:Morgano|morgano]] ([[User talk:Morgano|talk]]) 20:34, 2 March 2025 (UTC) Morgano
Software with no package for Mageia
Initial revision, mainly as a place-holder to link Distrobox from the Documentation Page
New page
= Software with no package for Mageia =Sometimes we will want to use software for which there is at present no package for Mageia.
If the software in question is available in an rpm package, <some name>.rpm, for AlamaLinux, CentOS Stream, Fedora, Rocky, etc then it '''may''' be possible to install using the Mageia Software Installer or command line tools. However, often it is the case that needed dependencies are not available in Mageia. If the software we want is only available as a .deb package, <some name>.deb, then we cannot install it directly.
So, what can we do?
We have a number of options:
*[[Distrobox]] (not yet packaged but follow Wiki link) allows use of software intended for any Linux distro
*Alien (available from MCC) allows installation of Debian and Slackware packages
*Virtual Machine - QEMU (available from MCC) or VirtualBox (available from MCC) can be used to create a Virtual Machine for any operating system on which the software you want to use can be executed.
*WINE (available from MCC) - allows some Microsoft Windows™ programs to run in a Linux environment. This Wiki author has had limited success with WINE and has typically had to use a Virtal Machine (with Windows™ licence) Mailedfist
Distrobox
English version of Distrobox
New page
= Distrobox === What is Distrobox? ==
Distrobox is a powerful tool for Linux users who want to use or try out different distributions without having to reboot the system or create virtual machines. It allows you to create containers from different Linux distributions and integrate them into your host system, offering an almost native experience.
== How to install it? ==
At present, Distrobox is not available as a Mageia package. However, it is straightforward to install.
To install, simply type the following command in the terminal:
{{code|curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh}}
or if you haven't set up your user to allow sudo
{{code|su <br/>
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh }}
You must have a container environment installed in order for Distrobox to work, so either docker or podman (both available from MCC)
== How does it work? ==
Distrobox uses containerization technologies such as Podman or Docker to create isolated environments. However, it goes further, sharing resources from the host system with these containers, such as:
* Home directory: Allows you to access your personal files from any distribution.
* USB devices: Allows you to use external devices inside containers.
* Audio: Allows you to play audio and use microphones.
* X11/Wayland: Allows you to run applications with a graphical interface.
== Why use Distrobox? ==
* Software not available in Mageia: Execute software in the Mageia graphical environment where the software's package cannot be installed in Mageia itself.
* Try out different distributions: Without having to install each one on a separate machine.
* Isolation: Protect your host system from potential problems caused by a specific distribution (note that the degree of protection depends on which of docker or podman you employ with Distrobox).
* Flexibility: Install and run applications from different distributions on the same system.
* Resource sharing: Make it easier to work between different distributions.
== Main commands ==
* distrobox-create: Creates a new container with a specific distribution.
* distrobox-enter: Enters a running container.
* distrobox-list: Lists all created containers.
* distrobox-rm: Removes a container.
* distrobox-stop: Stops a running container.
* distrobox-export: Exports applications or services from a container to the host.
* distrobox-init: Entry point to a container.
* distrobox-host-exec: Executes commands on the host from within a container.
= Basic example (Distro testing) =
To create a container with the Arch Linux distribution and enter it:
{{code|distrobox-create archlinux <br/>
distrobox-enter archlinux }}
= Non-native package example (Amazon Workspaces client) =
{{code|distrobox create --image ubuntu:22.04 --name ubuntu <br/>
distrobox enter ubuntu <br/>
sudo apt update && sudo apt-get install --no-install-recommends ubuntu-desktop -y <br/>
wget https://d3nt0h4h6pmmc4.cloudfront.net/new_workspacesclient_jammy_amd64.deb <br/>
sudo apt install ./new_workspacesclient_jammy_amd64.deb -y <br/>
distrobox-export --app workspacesclient <br/> }}
For more information, see the official documentation: [https://distrobox.it/#distrobox]
This Wiki page is based off [[Distrobox-pt-BR|Brazilian Portugese version]] Mailedfist
Using Java applications in Firefox and Chromium browsers
Documentação-pt-BR
Software
← Older revision Revision as of 10:29, 1 March 2025 Line 158: Line 158: *[[Tor, The Onion Router|<span style="color:green;">Rede criptografada Tor, The Onion Router</span>]] *[[Tor, The Onion Router|<span style="color:green;">Rede criptografada Tor, The Onion Router</span>]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : Cache e servidor DNS]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : Cache e servidor DNS]] +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]] </div> </div> Scroll44Documentacao pt-PT
Software
← Older revision Revision as of 10:28, 1 March 2025 Line 141: Line 141: *[[OwnCloud]] *[[OwnCloud]] *[[Systemd-networkd|Systemd-networkd]] *[[Systemd-networkd|Systemd-networkd]] +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]] </div> </div> Scroll44Documentatie-nl
Software
← Older revision Revision as of 10:27, 1 March 2025 Line 167: Line 167: *[[Tor, The Onion Router|<span style="color:green;">Tor encrypted network, The Onion Router</span>]] *[[Tor, The Onion Router|<span style="color:green;">Tor encrypted network, The Onion Router</span>]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]] +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]] </div> </div> Scroll44Documentación
Software
← Older revision Revision as of 10:26, 1 March 2025 Line 160: Line 160: *[[Tor, The Onion Router|<span style="color:green;">Red Cifrada Tor, The Onion Router</span>]] *[[Tor, The Onion Router|<span style="color:green;">Red Cifrada Tor, The Onion Router</span>]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS cache and resolver]] +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]] </div> </div> Scroll44Dokumentation-de
Software
← Older revision Revision as of 10:26, 1 March 2025 Line 146: Line 146: *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS-Cache und Resolver]] [[File:Flag-united-kingdom02.png|21px|link=]] *[[Unbound_local_DNS_cache_and_resolver|Unbound : DNS-Cache und Resolver]] [[File:Flag-united-kingdom02.png|21px|link=]] *[[Nextcloud_server_installation_with_NGINX|Nextcloud SSL Server mit NGINX und Redis]][[File:Flag-united-kingdom02.png|21px|link=]] *[[Nextcloud_server_installation_with_NGINX|Nextcloud SSL Server mit NGINX und Redis]][[File:Flag-united-kingdom02.png|21px|link=]] +*[[Using Java applications in Firefox and Chromium browsers]] [[File:Flag-united-kingdom02.png|21px|link=]] </div> </div> Scroll44