💾 Archived View for tilde.club › ~ziproot › installing.gmi captured on 2022-04-29 at 12:54:45. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Installing Apps

This guide will go over many of the common methods of installing applications.

Disclaimer: Many operating systems listed here are not private (such as Windows, iPhone, Ubuntu, Fedora, etc.) I am still including instructions here, however, as it might take some time for you to adapt to a truly private system, and in that time period you will still want to know how to install applications.

Installing Apps - Windows via msi or exe

In order to install an app via msi or exe, download the exe or msi file from the internet, go to the file, and double click on it. If you get an error, go to Settings-->Apps-->Apps and features, click the drop down menu under "Installing apps", and choose "All apps from anywhere". You may need to enter an administrator password, or click "allow" or "run", if prompted. Now just follow the instructions as necessary. Make sure to choose the "custom" or "advanced" installation, and read all directions carefully, as this helps prevent accidental installation of bundleware.

Installing Apps - Windows via zip or 7z

In order to install an app with 7z, you will need to first install 7-zip [1] using the instructions above. For all files, you must also download the zip or 7z file from the internet. Then, go to the file, double click on it, click "extract" or "extract all files". If this is the first time you are extracting a 7z file, you may be asked to "choose an app to open this file". If that is the case, go to More Apps-->Look for another app on this PC-->7-Zip-->7zFM.exe and you should then be able to click "extract". Once you have extracted the file, then you just need to navigate to the exe or bat file, which is usually located in the folder you extracted or in a folder titled "bin" in the folder you extracted, and double click on it. If you get an error, you will have to allow apps outside of the Microsoft Store as shown above.

Installing Apps - Windows via jar

In order to install an app via jar, first, install openjdk [2] and download the jar file from the internet. Then, go to start, search for "command prompt", right click on it, then click "more", then "run as administrator", entering an administrator password if necessary. Finally, you can type "cd Downloads && java -jar Filename.jar", where "Filename" is the name of the file. This should begin installation. Be sure to read all instructions carefully and choose "custom" or "advanced" if you can for the similar reasons as with the msi/exe file.

Installing Apps - Macintosh via dmg

In order to install an app via dmg, download the dmg file from the internet, go to the file, and double click on it. If you get an error, you will have to manually allow other apps. To do this, click the menu and go to System Preferences-->Security & Privacy-->General. Then, click "Open Anyway", followed by "Open". Then, drag the app that pops up to your Applications folder and enter an administrator password if necessary. Then try dragging the application over again, and this time, it should work. Now you can open it from your Applications folder as necessary.

Installing Apps - Macintosh via pkg

In order to install an app via pkg, download the pkg file from the internet, go to the file, and double click on it. If you get an error, you will have to manually allow other apps as shown above. Now just follow the instructions as necessary. Make sure to choose the "custom" or "advanced" installation, and read all directions carefully, as this helps prevent accidental installation of bundleware.

Installing Apps - Macintosh via brew or macports

In order to install an app via brew or macports, first, install brew [3] or macports [4], depending on which program your app ask for. Then, open "terminal" and copy and paste the command shown by the app's website. For instance, if it asks you to enter "brew install --cask app", then copy and paste that.

Installing Apps - iOS via appstore

In order to install an app via the iOS app store, first, open the app store. Then, search up the name of the app and tap on it. Next, tap on "get" or the listed price. You may need to enter your apple ID and/or apple ID password. The app should then begin installing.

Installing Apps - iOS via ipa+altstore

In order to install an app via ipa and the altstore, first, install the altstore [5]. Then, download the ipa file from the internet. Next, open the altstore, go to the "my apps" tab, tap the "+" button in the top left, and then select the ".ipa" file you want to install.

Installing Apps - Android-based via fdroid

Installing Apps - Android-based via apk

Installing Apps - Android-based via termux

Installing Apps - Linux via appimage

Installing Apps - Linux via flatpak

Installing Apps - systemd-based via snapd

Installing Apps - Ubuntu-based via ppa

Installing Apps - Debian-based via apt

Installing Apps - Debian-based via deb

Installing Apps - Arch-based via pacman

Installing Apps - Arch-based via aur

Installing Apps - rpm-based via rpm

Installing Apps - rpm-based via dnf

Installing Apps - rpm-based via yum

Installing Apps - OpenSUSE via zypper

Installing Apps - Alpine Linux via apk

Installing Apps - Gentoo via emerge

Installing Apps - Gentoo via portage

Installing Apps - Void Linux via xbps

Installing Apps - Solus via eopkg

Installing Apps - Slackware-based via slapt-get

Installing Apps - GNU Guix via guix

Installing Apps - NixOS via nix-env

Installing Apps - SulinOS via inary

Installing Apps - Mandriva-based via urpmi

Installing Apps - Slitax via tazpkg

Installing Apps - Puppy Linux via ppm

Installing Apps - FreeBSD via pkg

Installing Apps - FreeBSD and OpenBSD via ports

Installing Apps - OpenBSD via pkg_add

Installing Apps - NetBSD and Illumos via pkgin

Installing Apps - NetBSD and Illumos via pkgsrc

Installing Apps - Source

Links

[1] 7-zip binaries

[2] OpenJDK installation guide

[3] Brew installation guide

[4] MacPorts installation guide

[5] AltStore installation guide