Available Q4OS applications, rev. 09/2023


Available Q4OS applications

user manual


1. Introduction

This document is intended for Q4OS users, describes howto install available software. Q4OS is built ontop of rock stable, secured and reliable Debian system tested by lot of people around the World. There is huge stable and free software base sitting in default repositories, you are welcome to install and enjoy all the applications.



2. Q4OS software resources

The best and recommended way to easily setup a few featured applications is to use native Q4OS 'Software Centre' available in the Start menu. Just select an application from the list, click install button and follow installer instructions.



3. How to install software from repositories

It is possible to install thousands of verified applications, tools and libraries from Debian and Q4OS repositories, see the next chapters.

3.1 Package managers

Using Synaptic, or Discover for Plasma desktop, package manager, you can search, install, uninstall and manage all software from repositories in well arranged graphical interface. You can install both Synaptic and Discover package managers from the Q4OS Software Centre.

3.2 Commandline way

Software from repositories could be installed with convenient graphical package managers, see the previous chapter, or manually using terminal commands, according to next instructions. You have to be member of administrative group 'sudo' for these operations, open terminal and type commands:

sudo apt update
sudo apt install desired_application

Software will be installed as a system wide accessories for all users, shortcuts are created under matching group in 'Start menu -> Programs -> Accessories -> [Program_group] -> [Desired_application]'. You can then manually link icon to Desktop or somewhere to Start menu.

3.3 Recent applications versions

There is a Debian Backports repository available with recent versions of many useful applications prepared. First you need to add backports repository to system:

$ sudo qrepoadd --gui
and select "debian-backports" from the list to add. Backports stay unused and passive, until you explicitly ask to install specific software from. It is straightforward and clean action, with no system integrity impact. So, if you would like to use recent version of some application instead of the rock stable Debian version, you have to tell Q4OS to install desired software from backports. See an example for Libre Office suite:
$ sudo apt -t bookworm-backports install libreoffice

3.4 Adding external repositories

Please follow External software repositories link.



4. Additional applications

Some additional applications that are not part of the software center are available for download and easy installation from the SourceForge repository. Installation is pretty easy. Just download the installer and run it from file manager. For more information see this forum post.

Please note, installers are considered as testing at the moment, however the installed applications should be rather stable. Most of installers include update repositories, so the applications keep up to date. Installers source code is available on GitHub.



5. Windows applications

Q4OS is ready to run Windows applications using Wine compatibility layer. Wine layer, a direct Windows API replacement, enables to install and run Windows applications without loss of performance, so it is possible to make a free 'Windows box' from your computer. If you want so, install a specifically tuned Wine package from Q4OS Software Centre.

Keep in mind that Wine API is under heavy development and not fully complete yet, so some Windows applications may work great, but others will have breaking issues. At the moment we are working at Wine optimization and close integration into the Q4OS system.



6. Native Q4OS applications

Native, optimized Q4OS software is the absolute primary aim of the Q4OS system. It will be available, if more developers start to develop applications for Q4OS to fulfil considerable Q4OS's potential. Such applications should be based on QT libraries as a native Q4OS API, thus can be really fast with very low hardware requirements, as well as integrated into the graphical user interface.



Q4OS for Windows setup, user manual, rev. 09/2023