Skip to content

offlineinstallersetup/linux-offline-installers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Linux Offline Installers

Offline / standalone package downloads for 352+ Linux applications — .deb, .rpm, .AppImage, .tar.gz, Flatpak, and Snap from official sources. For offline and air-gapped Linux servers and workstations.

Maintained by OfflineInstallerSetup.com — verified official download links, re-checked on a schedule.

Installing offline on Linux

# Debian / Ubuntu — install a downloaded .deb with dependencies resolved from a local mirror
sudo apt install ./package.deb

# RHEL / Fedora / openSUSE — install a downloaded .rpm
sudo dnf install ./package.rpm        # Fedora/RHEL 8+
sudo rpm -i package.rpm                # no dependency resolution

# AppImage — no install needed, just make executable
chmod +x ./App.AppImage && ./App.AppImage

# Flatpak — install from a downloaded bundle
flatpak install ./app.flatpakref

For fully air-gapped machines, mirror the repo (apt-mirror, reposync) or download .deb/.rpm plus all dependencies on a connected machine first.

Top Linux software by category

Developer Tools

Office & Productivity

Graphics & Design

Communication

Browsers

Security

Audio & Music

File Management

Video & Streaming

Utilities

Media Players

Operating Systems

Games

Video Players


Browse all 352+ Linux-compatible apps: offlineinstallersetup.com

Related

License

CC0 — public domain.

About

Linux offline installers — DEB, RPM, AppImage, tar.gz packages for offline / air-gapped Linux servers and desktops. Ubuntu, Debian, Fedora, RHEL. From offlineinstallersetup.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors