Play the complete Klondike Solitaire game on Soliatre.us.

Play Klondike Now →
devices

Best Options for Every Linux Distribu

Play solitaire on Linux with AisleRiot, PySol Fan Club Edition, browser-based options, and Flatpak/Snap installation guides for Ubuntu, Debian, and more.

Ready to play?Play Now →

Solitaire on Linux: Best Options for Every Linux Distribution - Soliatre.us

Quick Answer: The best solitaire options on Linux are AisleRiot Solitaire (GNOME’s built-in card game with 80+ variants), PySol Fan Club Edition (an open-source powerhouse with 1,000+ games), and browser-based solitaire at soliatre.us in Firefox or Chrome. Install AisleRiot on Ubuntu with sudo apt install aisleriot and PySol via Flatpak or direct download.

Linux users have excellent solitaire options in 2026, ranging from deeply integrated GNOME desktop apps to cross-platform open-source gems and browser-based play. Unlike Windows or macOS, Linux doesn’t include solitaire by default in most distributions — but installing one takes a single terminal command. This guide covers the best options for Ubuntu, Debian, Fedora, Arch Linux, and other popular distributions.

Before installing anything, consider how you want to play. A native package usually offers the best desktop integration and reliable offline access, while Flatpak provides a consistent installation method across distributions. Browser play is the quickest choice for a shared computer or a system where you do not have administrator privileges.

Option 1: AisleRiot Solitaire (GNOME)

AisleRiot Solitaire is the most widely available native solitaire app for Linux. It’s part of the GNOME project and comes pre-installed on Ubuntu GNOME editions. With over 80 solitaire game variants, it’s one of the most comprehensive free solitaire applications available on any platform.

Installing AisleRiot on Ubuntu/Debian

Open a terminal and run:

sudo apt update
sudo apt install aisleriot

Once installed, find it in your application menu under Games > AisleRiot Solitaire or launch it with:

sol

Installing AisleRiot on Fedora

sudo dnf install aisleriot

Installing AisleRiot on Arch Linux

sudo pacman -S aisleriot

AisleRiot Game Variants

AisleRiot includes 80+ variants, many not available elsewhere:

Each variant includes rules accessible from the Help > Rules menu within the game.

Option 2: PySol Fan Club Edition

PySol Fan Club Edition (PySolFC) is an open-source solitaire megapack featuring over 1,000 solitaire and card game variants. It’s the most comprehensive solitaire experience available on Linux and runs on Python/Pygame.

Installing PySol via Flatpak (Recommended for Most Distributions)

Flatpak works across almost all Linux distributions:

  1. Ensure Flatpak is installed: sudo apt install flatpak (Ubuntu/Debian) or sudo dnf install flatpak (Fedora).
  2. Add Flathub repository:
   flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  1. Install PySolFC:
   flatpak install flathub io.sourceforge.pysolfc.PySolFC
  1. Launch it:
   flatpak run io.sourceforge.pysolfc.PySolFC

Installing PySol via Snap

On Ubuntu and Snap-enabled distributions:

sudo snap install pysolfc

Installing PySol via pip (Advanced)

For users comfortable with Python environments:

pip install PySolFC
pysol.py

PySol Key Features

  • Over 1,000 game variants including rare solitaire types not found elsewhere
  • Customizable card backs and themes
  • Undo/redo support
  • Game statistics and history tracking
  • Fully open source (GPL license)
  • Active development community

Option 3: Browser-Based Solitaire on Linux

For Linux users who prefer not to install additional software, browser solitaire at soliatre.us works on any Linux distribution with a modern browser. If you are deciding between Firefox, Chromium, and Chrome, the practical differences are covered in this guide to the best browser for playing solitaire online.

Firefox (Pre-installed on Many Distributions)

Firefox is included in most Ubuntu, Fedora, and Debian installations. Open it and navigate to soliatre.us to play Klondike, Spider, or FreeCell instantly. Firefox on Linux renders the site with full WebGL support for smooth card animations.

Chromium/Chrome on Linux

Install Chromium (open-source Chrome):

Ubuntu/Debian:

sudo apt install chromium-browser

Fedora:

sudo dnf install chromium

Arch Linux:

sudo pacman -S chromium

For Google Chrome specifically, download the .deb or .rpm package from Google’s website and install it.

Making Browser Solitaire a Desktop App

In Chrome or Chromium, you can install soliatre.us as a Progressive Web App:

  1. Navigate to soliatre.us.
  2. Click the menu (three dots) > Install soliatre.us.
  3. A desktop shortcut is created that launches the game in its own window.

Option 4: Other Linux Solitaire Options

KDE Patience

If you use KDE Plasma desktop instead of GNOME, KPatience (KDE Patience) is the equivalent of AisleRiot for the KDE ecosystem:

sudo apt install kpat   # Ubuntu/Debian
sudo dnf install kdegames   # Fedora (includes kpat)

KPatience includes Klondike, FreeCell, Spider, and around 15 additional variants with a polished Qt-based interface.

Wine + Windows Solitaire

Advanced users can run the Windows version of Microsoft Solitaire Collection under Wine (Wine Is Not an Emulator):

sudo apt install wine   # Ubuntu/Debian

However, this is generally unnecessary since AisleRiot and PySolFC are superior native alternatives.

Distribution-Specific Notes

Ubuntu 24.04 LTS / Ubuntu 25.04

AisleRiot is available in the Ubuntu repositories and can be installed with a single apt command. The Flatpak version of PySolFC works smoothly on Ubuntu with GNOME.

Linux Mint

Linux Mint includes AisleRiot in its default repositories. It’s often pre-installed on Mint Cinnamon edition.

Fedora 41+

Fedora uses DNF for package management. Both AisleRiot and KPatience are available in Fedora repositories.

Arch Linux / Manjaro

Use pacman for AisleRiot. PySolFC is available on the AUR (Arch User Repository):

yay -S pysolfc

Raspberry Pi OS

AisleRiot is available for Raspberry Pi OS (Debian-based):

sudo apt install aisleriot

Runs acceptably on Raspberry Pi 4 and Pi 5, though performance on Pi 3 may be sluggish for complex PySolFC variants.

Linux Terminal Solitaire (Text-Based)

For the most minimalist option, text-based solitaire runs in a Linux terminal:

pip install term-solitaire

Or search for solitaire-tui on PyPI or GitHub for a terminal UI solitaire game. These are novelties rather than primary recommendations, but work on headless servers or minimal installations.

How to Choose the Right Linux Solitaire Setup

Start with the package that matches your desktop environment: AisleRiot for GNOME, KPatience for KDE Plasma, or PySolFC when the number of available variants matters more than native appearance. On a low-powered or older computer, begin with AisleRiot or browser play before installing a larger collection.

Choose a native application when you regularly play without a connection; the broader guide to playing solitaire offline without Wi-Fi explains other offline approaches. Browser play is better for occasional sessions, guest accounts, and machines where software installation is restricted. If card size, contrast, or precise mouse movement is a concern, review the available in-game controls and these general solitaire accessibility settings before settling on an option.

Troubleshooting Installation and Display Issues

If your package manager reports that a package cannot be found, refresh its package lists first with sudo apt update, sudo dnf makecache, or sudo pacman -Sy, as appropriate for your distribution. Also confirm that the package name matches the command shown for your distribution rather than one copied from another Linux family.

For Flatpak installations, run flatpak update and verify that Flathub is listed with flatpak remotes. If an installed game does not appear in the application menu immediately, log out and back in or launch it once from the terminal. For cards that appear too small, maximize the window and check the game’s theme or card-size controls. Browser players can also use full-screen mode or browser zoom, although excessive zoom may reduce the usable table area.

Comparing Linux Solitaire Options

Option Install Method Variants Offline Interface
AisleRiot apt/dnf/pacman 80+ Yes GTK/GNOME
PySolFC Flatpak/Snap/pip 1,000+ Yes Python/Pygame
KPatience apt/dnf ~15 Yes Qt/KDE
soliatre.us Browser 5 Cached Web

For most Linux desktop users, AisleRiot (quick install, native GNOME integration) is the starting point, while PySolFC is the destination for anyone who wants depth and variety.

For related solitaire resources, see our offline solitaire guide for cross-platform offline play options, and free solitaire download page for other platforms.


Frequently Asked Questions

How do I install solitaire on Ubuntu Linux?

Run sudo apt install aisleriot in a terminal to install AisleRiot Solitaire, which includes 80+ card game variants. Alternatively, install PySolFC via Flatpak with flatpak install flathub io.sourceforge.pysolfc.PySolFC for 1,000+ game variants.

What is the best solitaire app for Linux?

PySol Fan Club Edition offers the most comprehensive solitaire experience on Linux with over 1,000 variants. For a simpler option that integrates with the GNOME desktop, AisleRiot is the go-to choice on Ubuntu and other GNOME-based distributions.

Does Microsoft Solitaire Collection work on Linux?

Microsoft Solitaire Collection is a Windows/iOS/Android app and is not natively available for Linux. You can run it via Wine, but this is generally not recommended — AisleRiot and PySolFC are superior native Linux alternatives.

Can I play solitaire on Linux without installing anything?

Yes. Open Firefox or Chromium, navigate to soliatre.us, and play Klondike, Spider, FreeCell, Pyramid, or Yukon directly in your browser — no installation required on any Linux distribution. This is also the simplest option on managed computers where you cannot use sudo.

Is AisleRiot available for all Linux distributions?

AisleRiot is packaged for Debian/Ubuntu (apt), Fedora (dnf), and Arch Linux (pacman). For distributions without a direct package, it can be built from source via GNOME’s GitLab repository or installed via Flatpak on Flathub.


💡 Device Optimization Update (2026)

For mobile and tablet screens, utilize landscape mode to maximize card sizing and touch ergonomics. Disabling background notifications minimizes battery drain during extended play sessions.

↗ Further Reading

Authoritative external sources for additional information.

Continue Reading

You Might Also Enjoy

Play Free Solitaire

Put what you have learned into practice. Jump into a game right now.

About the Author

Sophia Reed contributes researched solitaire guides, strategies, and practical gameplay advice to Soliatre.us.