Skip to content
Application installation
Install apps on Cyclop OS
From the Software Store to the terminal, Cyclop OS gives you several ways to install applications, games, and software built for other platforms.
Install from the Software Store
The Software Store is the easiest way to install apps on Cyclop OS. It pulls applications from:
- The Cyclop OS and Ubuntu APT repositories.
- Flathub (Flatpak applications).
- The Snap Store (Snap applications).
To install an app:
- Open the Cyclop Menu and search for Software.
- Use the search bar to find an app.
- Click the app to view details and screenshots.
- Press Install and enter your password if prompted.
- Once installed, the app appears in the menu.
Install .deb applications
Some third-party apps ship a .deb file. To install one:
- Download the .deb file from the developer's website.
- Double-click it to open it in the Software Store, then press Install.
Or install it from the terminal:
sudo apt install ./name-of-package.debInstall Windows applications with Wine
Cyclop OS can run many applications built for Windows through Wine:
- Download the app's original .exe or .msi installer.
- Right-click the file and select Install Windows Application.
- Follow the installation process.
- For apps that need extra tuning, use PlayOnLinux.
Looking to install games? See the gaming guide for Steam, Proton, and Lutris.
Add APT repositories
Advanced users can add extra software sources from the terminal. To add a PPA and refresh the package list:
sudo add-apt-repository ppa:publisher/ppa && sudo apt updateThen install a package from it with:
sudo apt install package-name© 2026 Cyclop Technologies. All rights reserved.
