Installation Of Software In Ubuntu and Other Linux Operating Systems: Offline Code Release Announcement
Also See: https://fairwissenschaft.eu/2025/10/installation-of-software-in-ubuntu-and-other-linux-operating-systems-code-release-announcement/
Software/apps/tools installation for any Linux OS download the ‘Linux-offline-AppImage-Tar-Only.zip’ file from http://e.pc.cd/JCTy6alK or https://e.pcloud.link/publink/show?code=XZF9vrZw8DuMglSDL5a3YjBJs8ex5Nwd3by.
Software/apps/tools installation for any Linux OS download the ‘Linux-offline-Flathub-Flatpak-Only.zip’ file from http://e.pc.cd/9D1y6alK or https://e.pcloud.link/publink/show?code=XZAMvrZbjjkAO48ELBjrU09YsirFkk45k5y.
Software/apps/tools installation for any Linux OS download the ‘Linux-offline-Snap-Only.zip’ file from http://e.pc.cd/kAgy6alK or https://e.pcloud.link/publink/show?code=XZYxvrZ4UlMcbzoWm4zh2TkFut6zyKdtxNy.
Please share below this post your questions, comments and request for software/tools/apps. Thank you and have a great day! #LinuxOS #OperatingSystems #Privacy #Cybersecurity #DigitalSovereignty #SayNoToBigTech #SayYesToBetterTech on the Mastadon profile https://mastodon.social/@fairwissenschaft , specifically on post
https://mastodon.social/@fairwissenschaft/116713212565992832
1. Introduction
The article provides detailed instructions for installing Linux applications in various “offline” formats (e.g., using ‘Linux-offline-AppImage-Tar-Only’, ‘Linux-offline-Flathub-Flatpak-Only’, and ‘Linux-offline-Snap-Only’) without requiring an active internet connection for install — only once you need internet connection to download e.g. ‘Linux-offline-AppImage-Tar-Only.zip’, ‘Linux-offline-Flathub-Flatpak-Only.zip’, and ‘Linux-offline-Snap-Only.zip’ and then these can be used to install apps or software offline on multiple machines without internet. This approach is beneficial for users who want to:
- Install apps offline for privacy and security
- Avoid relying on online services or public Wi-Fi networks.
- Ensure functionality even in areas with poor connectivity.
The process involves downloading .zip offline installers (e.g. ‘Linux-offline-AppImage-Tar-Only.zip’, ‘Linux-offline-Flathub-Flatpak-Only.zip’, and ‘Linux-offline-Snap-Only.zip’), and using local tools to install the applications without internet access.
1.1 Key Points on Offline Installation
1.1.1. Privacy
- No data transmission: Since the installation doesn’t require an internet connection, there’s no risk of exposing personal or sensitive information during downloads.
- Local-only operation: Apps are installed and run solely within the user’s device, enhancing privacy by keeping all interactions offline.
1.1.2. Security
- Reduced attack surface: Without online components (like web servers or cloud-based services), there’s less chance of exposure to cyber threats.
- No reliance on public networks: Users avoid potential security risks associated with Wi-Fi or mobile data connections.
1.1.3. Reliability in Low Connectivity
- Works offline: The installation process and app execution are entirely dependent on local resources, making it ideal for areas with unreliable internet.
- Consistent performance: Apps function reliably even without an active internet connection, ensuring a seamless user experience.
1.2 Usefulness of Offline Installation
- Privacy-focused users who prioritize data protection and avoid online risks.
- Users in regions with unstable or restricted internet access (e.g., remote areas).
- Developers or organizations needing to deploy apps without relying on network connectivity.
1.3 Conclusion
The article emphasizes that offline installation of Linux apps is a practical solution for users seeking enhanced privacy, security, and reliability in environments with limited or no internet access. By focusing on local execution and minimizing online dependencies, it empowers users to maintain control over their data and ensure consistent functionality.
2. Section: Linux-offline-AppImage-Tar-Only
In this section, we will explore the process of installing apps from ‘Linux-offline-AppImage-Tar-Only.zip’ folder. This method allows users to install offline applications without an internet connection, making it particularly useful for those who are unable or prefer not to use the internet.
2.1 Methods and Steps
2.1.1 Unzipping (Extracting) the Downloaded File
- Download (once only go online to download): First, download the ‘Linux-offline-AppImage-Tar-Only.zip’ file from http://e.pc.cd/JCTy6alK or https://e.pcloud.link/publink/show?code=XZF9vrZw8DuMglSDL5a3YjBJs8ex5Nwd3by. Save this on a USB/SD/microSD so that you can use it to install software or apps provided in this folder offline. Basically, you only need to run the steps below after you copy the .zip folder from USB/SD/microSD to the target machine where you want to install the apps or software.
- Unzip (Extract): Extract the contents in Terminal or using GUI app like ‘Ark’.
- Copy or Move: Copy or move the extracted folder (Linux-offline-AppImage-Tar-Only) to your home directory.
2.1.2 Check Subdirectories in Extracted Downloaded File
- Organize Contents: Ensure that when you open Linux-offline-AppImage-Tar-Only, it contains all necessary subfolders such as AppImages, README_Linux-offline-AppImage-Tar-Only.md, TarSources, single-script2a-offline-install-appimage.sh, and single-script2b-offline-install-tar.sh.
2.1.3 Installing Apps Using the Script
- Requirements: You need Administrative privileges to install the apps, but once installed it can be transfered usinf ‘chown -R’ to other standard users..
- Navigate to Directory: Open Terminal and navigate to ‘Linux-offline-AppImage-Tar-Only’ in home.
cd /home/Username/Linux-offline-AppImage-Tar-Only - Modify Permissions and Run Script: Use the following commands to modify permissions, if the scripts are not executable (executable scripts appear ‘green’ and non-executable scripts appear ‘white’):
- Option 1:
chmod a+x single-script2a-offline-install-appimage.sh
chmod a+x single-script2b-offline-install-tar.sh
./single-script2a-offline-install-appimage.sh
./single-script2b-offline-install-tar.sh - Option 2:
chmod a+x single-script2a-offline-install-appimage.sh
chmod a+x single-script2b-offline-install-tar.sh
./single-script2a-offline-install-appimage.sh
./single-script2b-offline-install-tar.sh
- Option 1:
2.1.4 Final Steps
- Restart Computer: Restart your computer and right-click on the desktop icon > click ‘Allow Launching’ to make them it executable.
- Transfer Ownership (optional): If you are not using Administrator account, you need to transfer ownership of folder to the Standard account recursively so that latter can use the apps. On Terminal, type, the following to do this: (replace user with your username)
sudo chown -R User:User Linux-offline-AppImage-Tar-Only or
sudo chown -R Username:Username /home/Username/Linux-offline-AppImage-Tar-Only
2.2 FYI: How the Apps Were Prepared
- Download Files: From official website of apps.AppImage and .tar.gz files were downloaded. These website links are provided in bookmarksAppImages.html and bookmarksTarSources.html (see inside the AppImages and TarSources subfolders).
- Capture Logos: Screenshots of logos were captured or logo files were downloaded.
- Create Desktop Files: The .desktop files, which are executable shortcuts of the apps were prepared.
- Customization (Optional): If you download newer versions of apps or new apps, modify the scripts (
single-script2a-offline-install-appimage.shandsingle-script2b-offline-install-tar.sh) accordingly.
2.3 Conclusion
Installing apps offline through a ‘Linux-offline-AppImage-Tar-Only.zip’ folder is a practical method for users who want to access and use applications without an internet connection. By following the steps outlined in this article, you can successfully install and manage your desired applications offline.
3. Section: Linux-offline-Flathub-Flatpak-Only
Linux, an open-source operating system, offers a wide range of applications for various tasks. However, the offline availability of these apps is often limited due to network dependencies. This section guides you through the process of installing and managing applications using a Flatpak-only folder, specifically ‘Linux-offline-Flathub-Flatpak-Only’, to ensure that you have access to all your favorite Linux applications without an internet connection.
3.1 Methods and Steps
3.1.1 Unzipping (Extracting) the Downloaded File
- Download (once only go online to download): First, download the ‘Linux-offline-Flathub-Flatpak-Only.zip’ file from http://e.pc.cd/9D1y6alK or https://e.pcloud.link/publink/show?code=XZAMvrZbjjkAO48ELBjrU09YsirFkk45k5y. Save this on a USB/SD/microSD so that you can use it to install software or apps provided in this folder offline. Basically, you only need to run the steps below after you copy the .zip folder from USB/SD/microSD to the target machine where you want to install the apps or software.
- Unzip (Extract): Extract the contents in Terminal or using GUI app like ‘Ark’.
- Copy or Move: Copy or move the extracted folder (Linux-offline-Flathub-Flatpak-Only) to your home directory, which is typically located at /home/username.
3.1.2 Check Subdirectories in Extracted Downloaded File
- Organize Contents: Ensure that when you open Linux-offline-Flathub-Flatpak-Only, it contains all necessary subfolders such as
- DebPackages
- README_Linux-offline-Flathub-Flatpak-Only.md
- dependencies
- flathub.flatpakrepo
- linuxos_offline_extra
- single-script1d-online-run-this-to-freshly-download-flatpak-apps.sh
- single-script1e-online-run-this-to-freshly-download-flatpak-apps.sh
- single-script2d-offline-run-this-to-install-downloaded-flatpak-apps.sh
- single-script2e-offline-run-this-to-install-downloaded-flatpak-apps.sh
3.1.3 Installing Apps Using the Script
- Navigate to Directory: Open Terminal and Navigate to the Linux-offline-Flathub-Flatpak-Only directory using the command: cd /home/username/Linux-offline-Flathub-Flatpak-Only
- Modify Permissions and Run Script: Use the following commands to modify permissions, if the scripts are not executable (executable scripts appear ‘green’ and non-executable scripts appear ‘white’):
- Option 1 (Without ‘sudo’):
chmod a+x single-script2d-offline-run-this-to-install-downloaded-flatpak-apps.sh
chmod a+x single-script2e-offline-run-this-to-install-downloaded-flatpak-apps.sh
./single-script2d-offline-run-this-to-install-downloaded-flatpak-apps.sh
./single-script2e-offline-run-this-to-install-downloaded-flatpak-apps.sh - Option 2 (With ‘sudo’):
sudo chmod a+x single-script2d-offline-run-this-to-install-downloaded-flatpak-apps.sh
sudo chmod a+x single-script2e-offline-run-this-to-install-downloaded-flatpak-apps.sh
sudo ./single-script2d-offline-run-this-to-install-downloaded-flatpak-apps.sh
sudo ./single-script2e-offline-run-this-to-install-downloaded-flatpak-apps.sh
- Option 1 (Without ‘sudo’):
- The computer may need to restart several times. After the final restart, your apps will be installed and ready for use in both Administrator and standard non-administrator user accounts.
3.1.4 Final Steps
- Requirements: You need Administrative privileges to install the apps, but once installed all users (administrator or standard) can run and use the apps.
- Restart Computer: Restart your computer and add apps to ‘Dock’, ‘Pin to Task Manager’ and/or ‘Desktop’ if you choose.
- No Need To Transfer Ownership: If you are using Administrator account, the installed apps or software will also be available to Standard account without doing any additional steps. While Administrator account is useful for installation as it gives full control for installation, for day to day usage use Standard user account as latter don’t have permission to make system wide changes, so are less susceptible to cyberattack.
3.2 FYI: How the Apps Were Prepared
- App Install Links: From official website of flatpak/flathub, https://flathub.org/en the apps were selected and the one line installer code for the app was copied. Also, flatpak.repo file was obtained from the official website of flatpak/flathub https://dl.flathub.org/repo/flathub.flatpakrepo (link obtained from https://flathub.org/en/setup/Ubuntu).
- Execute Scripts: Requirements: You need Administrative privileges to install the apps, but once installed all users (administrator or standard) can run and use the apps. The following scripts were run to create offline repository of flatpak/flathub for installation, namely
single-script1d-online-run-this-to-freshly-download-flatpak-apps.shandsingle-script1e-online-run-this-to-freshly-download-flatpak-apps.shconsecutively, which are designed to fetch the latest Flatpak apps from the Flathub repository. At the end of the installation the offline repository is reset to online repository, so that if/when users decide to connect online they can update and fetch new flatpak/flathub apps. - Customization (Optional): If you download newer versions of apps or new apps, modify the scripts above accordingly.
3.3 Conclusion
By following these steps, you can get an offline installation ‘Linux-offline-Flathub-Flatpak-Only’, folder that includes all your favorite Linux applications. This setup ensures that you have access to a wide range of tools and utilities without being dependent on an internet connection. The use of ‘Administrator’ account is essential for managing the installation process effectively, but after completing installation use ‘Standard’ user account for using the installed apps or software for security.
4. Section: Linux-offline-Snap-Only.zip
In today’s digital landscape, having access to offline applications is becoming increasingly important. This article provides a comprehensive guide on how to install apps offline from ‘Linux-offline-Snap-Only.zip’ folder. The goal is to ensure that users can maintain their computing environment independently of internet connectivity.
4.1 Methods and Steps
4.1.1 Unzipping (Extracting) the Downloaded File
- Download (once only go online to download): First, download the ‘Linux-offline-Snap-Only.zip’ file from http://e.pc.cd/kAgy6alK or https://e.pcloud.link/publink/show?code=XZYxvrZ4UlMcbzoWm4zh2TkFut6zyKdtxNy. Save this on a USB/SD/microSD so that you can use it to install software or apps provided in this folder offline. Basically, you only need to run the steps below after you copy the .zip folder from USB/SD/microSD to the target machine where you want to install the apps or software.
- Unzip (Extract): Extract the contents in Terminal or using GUI app like ‘Ark’.
- Copy or Move: Copy or move the extracted folder (Linux-offline-Snap-Only) to your home directory, which is typically located at /home/username.
4.1.2 Check Subdirectories in Extracted Downloaded File
- Organize Contents: Ensure that when you open Linux-offline-Snap-Only, it contains all necessary subfolders such as:
- DebPackages
- README_Linux-offline-Snap-Only.md
- dependencies
- linuxos_offline_extra
- single-script1c-online-run-this-to-freshly-download-snaps.sh
- single-script2c-offline-run-this-to-install-downloaded-snaps.sh
4.1.3 Installing Apps Using the Script
- Requirements: You need Administrative privileges to install the apps, but once installed all users (administrator or standard) can run and use the apps. For LinuxMint OS, remove ‘nosnap preference’ to install snaps.
- Navigate to Directory: Open Terminal and Navigate to the Linux-offline-Snap-Only directory using the command: cd /home/username/Linux-offline-Snap-Only
- Modify Permissions and Run Script: Use the following commands to modify permissions, if the scripts are not executable (executable scripts appear ‘green’ and non-executable scripts appear ‘white’):
- Option 1 (Without ‘sudo’):
chmod a+x single-script2c-offline-run-this-to-install-downloaded-snaps.sh
./single-script2c-offline-run-this-to-install-downloaded-snaps.sh - Option 2 (With ‘sudo’):
sudo chmod a+x single-script2c-offline-run-this-to-install-downloaded-snaps.sh
sudo ./single-script2c-offline-run-this-to-install-downloaded-snaps.sh - The computer may need to restart several times. After the final restart, your apps will be installed and ready for use in both Administrator and standard non-administrator user accounts.
4.2 FYI: How the Apps Were Prepared
- App Install Links: From official website of snapcraft/snap https://snapcraft.io the apps were selected and the one line installer code for the app was copied.
- Execute Scripts: You need Administrative privileges to install the apps, but once installed all users (administrator or standard) can run and use the apps. For LinuxMint OS, remove ‘nosnap preference’ to install snaps. The following scripts were run to create offline repository of snap apps for installation, namely
single-script1c-online-run-this-to-freshly-download-snaps.sh, which are designed to fetch the latest apps or software from Snap repository. At the end of the installation if/when users decide to connect online they can update and fetch new snap apps. - Customization (Optional): If you download newer versions of apps or new apps, modify the scripts above accordingly.
4.3 Conclusion
This guide provides a step-by-step process for installing and managing applications in the ‘Linux-offline-Snap-Only’ folder using both online and offline methods. By following these instructions, users can ensure that their computing environment is secure and independent of internet connectivity, making it ideal for remote work or travel scenarios.
5. Section: Linux-offline-Apt-Only.zip
Coming Soon! For Ubuntu OS, Kubuntu OS, LinuxMint OS and Parrot OS, and any other that use apt repositories.
6. Section: Linux-offline-Deb-Only.zip
Coming Soon! For Ubuntu OS, Kubuntu OS, LinuxMint OS and Parrot OS, and any other that use apt repositories.
7. References:
ref1: European Commission proposes delaying full implementation of AI Act to 2027 | EuroNews | 19th Nov 2025| https://www.euronews.com/my-europe/2025/11/19/european-commission-delays-full-implementation-of-ai-act-to-2027
ref2: Europe’s world-leading artificial intelligence rules are facing a do-or-die moment | independent.co.uk | 4th Dec 2025| https://www.independent.co.uk/news/ap-european-union-europe-london-openai-b2457851.html
ref3: The Digital Services Act package | Shaping Europe’s digital future https://digital-strategy.ec.europa.eu/en/policies/digital-services-act-package
ref4: The Art of Invisibility: The World’s Most Famous Hacker Teaches You How to Be Safe in the Age of Big Brother and Big Data by Kevin D. Mitnick | Goodreads https://www.goodreads.com/book/show/30363785-the-art-of-invisibility
ref5: Terms & Conditions May Apply |Date 2013| Invidious (de-Googled) https://inv.nadeko.net/watch?v=hRJEYmodC08 | IMDB https://imdb.com/title/tt2084953
ref6: Google, Facebook, Amazon – The rise of the mega-corporations Business of our data #dwnews |Date 2022| Invidious (de-Googled link) https://inv.nadeko.net/watch?v=Dy8ogOaKk4Y | London Daily https://londondaily.com/google-facebook-amazon-the-rise-of-the-mega-corporations
ref7: Amazon, Jeff Bezos and collecting data #dwnews |Date 2019| Invidious (de-Googled link) https://inv.nadeko.net/watch?v=O90PShJVu58 | Bilibili https://www.bilibili.com/video/BV1gJ411g7AM/?uid=425631674A3431316737414D
ref8: Snowden spy leaks shook the world, a decade later, what’s changed? #SouthChinaMorningPost |Date 2023| Invidious (de-Googled link) https://inv.nadeko.net/watch?v=sb8zQPye5_I |Dailymotion https://www.dailymotion.com/video/x8medi3
ref9: Spying: is the NSA out of control? (part 1) – #F24Debate #france24.com |Date 2013 | Invidious (de-Googled link) https://inv.nadeko.net/watch?v=AXHRnmq6nN4 | Dailymotion https://www.dailymotion.com/video/x16j7va
ref10: Spying: is the NSA out of control? (part 2) – #F24Debate #france24.com |Date 2013| Invidious (de-Googled link) https://inv.nadeko.net/watch?v=Jx1vE6yrAZc | Dailymotion https://www.dailymotion.com/video/x16j99n
ref11: Denmark summons US diplomat over Greenland ‘interference’ #F24Debate #france24.com |Date 2025 | Invidious (de-Googled) https://inv.nadeko.net/watch?v=IDVaf1iZ27M | Dailymotion https://www.dailymotion.com/video/x9pjzqe
ref12: New documentary details how governments use spyware to monitor citizens’ phones #pbs #pbsnews |Date 2024 | Invidious (de-Googled) https://inv.nadeko.net/watch?v=uOjBd8uGSbY | PBS News https://www.pbs.org/newshour/show/new-documentary-details-how-governments-use-spyware-to-monitor-citizens-phones
ref13: Apple in digital data security debate The tech giant confronts the FBI over access to digital data #FT #FinancialTimes |Date 2015 | https://www.dailymotion.com/video/x3yg5nq
ref14: China’s surveillance tech: Western bans, global growth | DW news | 29th March 2023 | https://www.dw.com/en/western-countries-are-banning-chinese-tech-why-is-it-still-spreading/a-65106709
ref15: SPECIAL REPORT: Inside China’s surveillance state | Sky News Australia | 26th Aug 2020| https://www.skynews.com.au/australia-news/special-report-the-rise-of-the-chinese-surveillance-state/video/c7778515905c49fb8e20f70fcd230939
ref16: US-China trade war heats up and cyberattacks are on the rise | DW news| 17th Oct 2025 | https://www.dw.com/en/us-china-trade-war-heats-up-and-cyberattacks-are-on-the-rise/audio-74403433
ref17: Australia at risk of ‘high-impact sabotage’ from China, says spy chief | BBC News | 12th Nov 2025 | https://www.bbc.com/news/articles/cg7n43emvejo
ref18: How the global competition to win the AI race is going | Euro News | 11th Nov 2025 | https://www.euronews.com/next/2025/11/21/how-the-global-competition-to-win-the-ai-race-is-going
ref19: Day of delays at Heathrow after cyber-attack brings disruption | BBC | 21st Sept 2025| https://www.bbc.com/news/articles/c3drpgv33pxo
ref20: What do we know about the cyberattacks that hit Europe’s airports? | EuroNews | 21st Sept 2025| https://www.euronews.com/next/2025/09/21/what-do-we-know-about-the-cyberattacks-that-hit-europes-airports
ref21: Jaguar cyberattack the UK’s most expensive to date: study | DW news | 22nd Oct 2025| https://www.dw.com/en/jaguar-cyberattack-the-uks-most-expensive-to-date-study/a-74459317
ref22: Europol-coordinated global operation takes down pro-Russian cybercrime network | france24 | 7th July 2025 | https://www.france24.com/en/video/20250716-europol-coordinated-global-operation-takes-down-pro-russian-cybercrime-network
ref23: Australia’s under-16s social media ban is weeks away. How will it work – and how can I appeal if I’m wrongly banned?| The Guardian | 22nd Nov 2025| https://www.theguardian.com/media/2025/nov/23/australia-under-16-social-media-ban-how-will-it-work-which-platforms-age-verification
ref24: Could TikTok ever be banned in the UK too? | BBC News | 19th Jan 2019| https://www.bbc.com/news/articles/cqx98115rqvo
ref25: Europe’s tech at ‘crossroads’. AI, defence and climate tech will define bloc’s future, report | Euro News | 19th Nov 2025 | https://www.euronews.com/next/2025/11/19/europes-tech-at-crossroads-ai-defence-and-climate-tech-will-define-blocs-future-report
ref26: China dominates list of world’s top 10 science cities | 18th Nov 2025 | ChinaDaily https://www.chinadaily.com.cn/a/202511/18/WS691c7983a310d6866eb2a266.html
ref27: What it’s like to live in the world’s smartest cities for 2025 | 21st Oct 2025| BBC https://www.bbc.com/travel/article/20251020-what-its-like-to-live-in-the-worlds-smartest-cities2025
ref28: Research Leaders: Leading institutions – The 2025 Research Leaders are based on Nature Index data from 1 January 2024 to 31 December 2024 | Date 2025 | Nature.com https://www.nature.com/nature-index/research-leaders/2025/institution/all/all/global
ref29: List of cities by scientific output | Updated 2025 | Wikipedia https://en.wikipedia.org/wiki/List_of_cities_by_scientific_output
ref30: Press Release Springer Nature: Data released in this year’s independent Nature Index Research Leaders tables shows a shift in global research landscape | 11th June 2025 | Nature.com https://group.springernature.com/fr/group/media/press-releases/nature-index-research-leaders-/27786652
ref31: New Chinese surveillance leaves foreigners nowhere to hide by De Zheng | 24th May 2026 | DW NEWS dw.com https://www.dw.com/en/new-chinese-surveillance-leaves-foreigners-nowhere-to-hide/a-77246713
ref32: Working Paper– October 2019 PRIVACY AND SURVEILLANCE IN A DIGITAL ERA: TRANSNATIONAL IMPLICATIONS OF CHINA’S SURVEILLANCE STATE by Matthieu Burnay | Ku Leuven, Belgium https://ghum.kuleuven.be/NL/ | https://ghum.kuleuven.be/ggs/research/eucross/eucross-wp-burnay-oct2019.pdf