-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathwiki.in
More file actions
161 lines (149 loc) · 16 KB
/
Copy pathwiki.in
File metadata and controls
161 lines (149 loc) · 16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!doctype html>
<html lang="$LANG">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>_("Wiki - PORTABLE LINUX APPS")</title>
<meta name="description" content="_("Guides, tutorials, external links, and related projects for Portable Linux Apps and the AM package manager.")">
<meta property="og:type" content="website">
<meta property="og:title" content="_("Wiki - PORTABLE LINUX APPS")">
<meta property="og:description" content="_("Guides, tutorials, external links, and related projects for Portable Linux Apps and the AM package manager.")">
<meta property="og:url" content="https://portable-linux-apps.github.io/wiki.html">
<meta property="og:image" content="https://portable-linux-apps.github.io/pla.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="_("Wiki - PORTABLE LINUX APPS")">
<meta name="twitter:image" content="https://portable-linux-apps.github.io/pla.jpg">
<meta name="twitter:description" content="_("Guides, tutorials, external links, and related projects for Portable Linux Apps and the AM package manager.")">
<link rel="canonical" href="https://portable-linux-apps.github.io/$LANG/wiki.html">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/wiki.css">
<meta name="keywords" content="Portable, Linux, AppImage, AppImages, download, install, program, programs, application, applications, app, apps, package, packages, pkg, pkgs">
</head>
<body>
<a href="#main" class="skip-link">Skip to main content</a>
<nav aria-label="Main navigation">
<a href="/$LANG/index.html">_("Home")</a>
<a href="/$LANG/apps.html">_("Apps")</a>
<a href="/$LANG/index.html#faq">_("FAQ")</a>
<a href="#">_("Wiki")</a>
<a href="https://github.com/Portable-Linux-Apps/Portable-Linux-Apps.github.io" class="nav-github-link" target="_blank" rel="noopener noreferrer">
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.53 1.032 1.53 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z"></path></svg>
<span>GitHub</span>
</a>
<div class="lang-selector">
<select onchange="localStorage.setItem('preferredLang',this.value);window.location.href='/' + this.value + '/wiki.html'">
<option value="en">EN</option>
</select>
<script>var s=document.querySelector('.lang-selector select');if(s){var l=location.pathname.split('/')[1];if(l)s.value=l;}</script>
</div>
</nav>
<main>
<section>
<h1>_("Wiki")</h1>
<hr class="section-divider">
<div class="wiki-page">
<h2>_("External links index")</h2>
<p><em>_("All the guides listed here are available at") <a href="https://github.com/ivan-hc/AM" target="_blank" rel="noopener noreferrer"><strong>github.com/ivan-hc/AM</strong></a></em></p>
<ul>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/install.md" target="_blank" rel="noopener noreferrer">_("Install applications")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/install-appimage.md" target="_blank" rel="noopener noreferrer">_("Install only AppImages")</a>
<ul>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/install-appimage.md#install-and-sandbox-appimages-in-one-go" target="_blank" rel="noopener noreferrer">_("Install and sandbox AppImages in one go")</a></li>
</ul>
</li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/extra.md" target="_blank" rel="noopener noreferrer">_("Install AppImages not listed in this database but available in other github repos")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/files.md" target="_blank" rel="noopener noreferrer">_("List the installed applications")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/list-and-query.md" target="_blank" rel="noopener noreferrer">_("List and query all the applications available on the database")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/update.md" target="_blank" rel="noopener noreferrer">_("Update all")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/backup-and-overwrite.md" target="_blank" rel="noopener noreferrer">_("Backup and restore installed apps using snapshots")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/remove.md" target="_blank" rel="noopener noreferrer">_("Remove one or more applications")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/clone.md" target="_blank" rel="noopener noreferrer">_("Clone a set of programs installed from other AM and AppMan configurations")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/relocate.md" target="_blank" rel="noopener noreferrer">_("Change the destination path of installed programs")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/nolibfuse.md" target="_blank" rel="noopener noreferrer">_("Convert Type2 AppImages requiring libfuse2 to New Generation AppImages")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/launcher.md" target="_blank" rel="noopener noreferrer">_("Integrate local AppImages into the menu by dragging and dropping them")</a>
<ul>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/launcher.md#how-to-create-a-launcher-for-a-local-appimage" target="_blank" rel="noopener noreferrer">_("How to create a launcher for a local AppImage")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/launcher.md#how-to-remove-the-orphan-launchers" target="_blank" rel="noopener noreferrer">_("How to remove the orphan launchers")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/launcher.md#appimages-from-external-media" target="_blank" rel="noopener noreferrer">_("AppImages from external media")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/launcher.md#update-scattered-appimages" target="_blank" rel="noopener noreferrer">_("Update scattered AppImages")</a></li>
</ul>
</li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/sandbox.md" target="_blank" rel="noopener noreferrer">_("Sandbox an AppImage")</a>
<ul>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/sandbox.md#how-to-enable-a-sandbox" target="_blank" rel="noopener noreferrer">_("How to enable a sandbox")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/sandbox.md#how-to-disable-a-sandbox" target="_blank" rel="noopener noreferrer">_("How to disable a sandbox")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/sandbox.md#sandboxing-example" target="_blank" rel="noopener noreferrer">_("Sandboxing example")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/sandbox.md#about-aisap-sandboxing" target="_blank" rel="noopener noreferrer">_("About Aisap sandboxing")</a></li>
</ul>
</li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/remove.md#how-to-update-or-remove-apps-manually" target="_blank" rel="noopener noreferrer">_("How to update or remove apps manually")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/downgrade.md" target="_blank" rel="noopener noreferrer">_("Downgrade an installed app to a previous version")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/backup-and-overwrite.md#how-to-use-multiple-versions-of-the-same-application" target="_blank" rel="noopener noreferrer">_("How to use multiple versions of the same application")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/template.md" target="_blank" rel="noopener noreferrer">_("Create and test your own installation script")</a>
<ul>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/template.md#option-zero-appimages" target="_blank" rel="noopener noreferrer">_("Option Zero: "AppImages"")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/template.md#option-one-build-appimages-on-the-fly" target="_blank" rel="noopener noreferrer">_("Option One: "build AppImages on-the-fly"")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/template.md#option-two-archives-and-other-programs" target="_blank" rel="noopener noreferrer">_("Option Two: "Archives and other programs"")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/template.md#how-an-installation-script-works" target="_blank" rel="noopener noreferrer">_("How an installation script works")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/template.md#how-to-test-an-installation-script" target="_blank" rel="noopener noreferrer">_("How to test an installation script")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/template.md#how-to-submit-a-pull-request" target="_blank" rel="noopener noreferrer">_("How to submit a Pull Request")</a></li>
</ul>
</li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/newrepo.md" target="_blank" rel="noopener noreferrer">_("Third-party databases for applications (NeoDB)")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/bsd.md" target="_blank" rel="noopener noreferrer">_("BSD, freeBSD and derivative systems: configuration and troubleshooting")</a></li>
<li><a href="https://github.com/ivan-hc/AM#instructions-for-linux-distro-maintainers" target="_blank" rel="noopener noreferrer">_("Instructions for Linux Distro Maintainers")</a></li>
</ul>
<h3>_("Troubleshooting")</h3>
<ul>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#an-application-does-not-work-is-old-and-unsupported" target="_blank" rel="noopener noreferrer">_("An application does not work, is old and unsupported")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#cannot-download-or-update-an-application" target="_blank" rel="noopener noreferrer">_("Cannot download or update an application")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#cannot-mount-and-run-appimages" target="_blank" rel="noopener noreferrer">_("Cannot mount and run AppImages")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#checksum-does-not-match-or-missing-verified-status" target="_blank" rel="noopener noreferrer">_("Checksum does not match or missing verified status")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#failed-to-open-squashfs-image" target="_blank" rel="noopener noreferrer">_("Failed to open squashfs image")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#spyware-malware-and-dangerous-software" target="_blank" rel="noopener noreferrer">_("Spyware, malware and dangerous software")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#stop-appimage-prompt-to-create-its-own-launcher-desktop-integration-and-doubled-launchers" target="_blank" rel="noopener noreferrer">_("Stop AppImage prompt to create its own launcher, desktop integration and doubled launchers")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#the-script-points-to-releases-instead-of-downloading-the-latest-stable" target="_blank" rel="noopener noreferrer">_("The script points to "releases" instead of downloading the latest stable")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#ubuntu-mess" target="_blank" rel="noopener noreferrer">_("Ubuntu mess")</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#wrong-download-link" target="_blank" rel="noopener noreferrer">_("Wrong download link")</a></li>
</ul>
<hr class="section-divider">
<h2>_("Related projects")</h2>
<h3>_("Side Projects")</h3>
<ul>
<li><a href="https://github.com/ivan-hc/amcheck" target="_blank" rel="noopener noreferrer">amcheck</a> — _("checks the validity of scripts in this database and monitors the availability of AppImages")</li>
<li><a href="https://github.com/ivan-hc/am-extras" target="_blank" rel="noopener noreferrer">am-extras</a> — _("lists applications from third-party databases")</li>
<li><a href="https://github.com/Shikakiben/AM-GUI" target="_blank" rel="noopener noreferrer">am-gui</a> — _("a graphical Front for AM, by @Shikakiben")</li>
<li><a href="https://github.com/joedefen/vappman" target="_blank" rel="noopener noreferrer">vappman</a> — _("a visual (curses) TUI interface to AppMan, by @joedefen")</li>
</ul>
<h3>_("My other projects")</h3>
<ul>
<li><a href="https://github.com/ivan-hc/AppImaGen" target="_blank" rel="noopener noreferrer">AppImaGen</a> — _("easily create AppImages from Ubuntu PPAs or Debian using pkg2appimage and appimagetool")</li>
<li><a href="https://github.com/ivan-hc/ArchImage" target="_blank" rel="noopener noreferrer">ArchImage</a> — _("create AppImages for all distributions using Arch Linux packages. Powered by JuNest")</li>
<li><a href="https://github.com/ivan-hc/Firefox-for-Linux-scripts" target="_blank" rel="noopener noreferrer">_("Firefox for Linux scripts")</a> — _("easily install the official releases of Firefox for Linux")</li>
<li><a href="https://github.com/ivan-hc#my-appimage-packages" target="_blank" rel="noopener noreferrer">_("My AppImage packages")</a> — _("the complete list of packages managed by me and available in this database")</li>
<li><a href="https://github.com/ivan-hc/portable2appimage" target="_blank" rel="noopener noreferrer">portable2appimage</a> — _("convert standalone, self-contained portable apps into AppImage packages")</li>
<li><a href="https://github.com/ivan-hc/Snap2AppImage" target="_blank" rel="noopener noreferrer">Snap2AppImage</a> — _("try to convert Snap packages to AppImages")</li>
</ul>
<p><a href="index.html">← _("Back to home")</a></p>
</div>
</section>
</main>
<footer>
<div class="footer-links">
<a href="/$LANG/index.html">_("Home")</a>
<a href="/$LANG/apps.html">_("Apps")</a>
<a href="/$LANG/index.html#faq">_("FAQ")</a>
<a href="#">_("Wiki")</a>
</div>
<div class="footer-links">
<a href="https://ko-fi.com/IvanAlexHC">ko-fi.com</a>
<a href="https://paypal.me/IvanAlexHC">PayPal.me</a>
<a href="https://github.com/Portable-Linux-Apps/Portable-Linux-Apps.github.io" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
<p>© _("2020-present Ivan Alessandro Sala aka 'Ivan-HC'") — _("I'm here just for fun!")</p>
</footer>
</body>
</html>