-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathwiki.html
More file actions
153 lines (139 loc) · 11.7 KB
/
Copy pathwiki.html
File metadata and controls
153 lines (139 loc) · 11.7 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
<!doctype html>
<html lang="en">
<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/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">
</head>
<body>
<a href="#main" class="skip-link">Skip to main content</a>
<nav aria-label="Main navigation">
<a href="index.html">Home</a>
<a href="apps.html">Apps</a>
<a href="index.html#faq">FAQ</a>
<a href="wiki.html">Wiki</a>
<a href="https://github.com/ivan-hc/AM">AM on GitHub</a>
</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"><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">Install applications</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/install-appimage.md">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">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">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">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">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">Update all</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/backup-and-overwrite.md">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">Remove one or more applications</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/clone.md">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">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">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">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">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">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">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">Update scattered AppImages</a></li>
</ul>
</li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/sandbox.md">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">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">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">Sandboxing example</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/sandbox.md#about-aisap-sandboxing">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">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">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">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">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">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">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">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">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">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">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">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">BSD, freeBSD and derivative systems: configuration and troubleshooting</a></li>
</ul>
<p><a href="https://github.com/ivan-hc/AM#instructions-for-linux-distro-maintainers">Instructions for Linux Distro Maintainers</a></p>
<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">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">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">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">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">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">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">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">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">Ubuntu mess</a></li>
<li><a href="https://github.com/ivan-hc/AM/blob/main/docs/troubleshooting.md#wrong-download-link">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">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">am-extras</a> — lists applications from third-party databases</li>
<li><a href="https://github.com/Shikakiben/AM-GUI">am-gui</a> — a graphical Front for AM, by @Shikakiben</li>
<li><a href="https://github.com/joedefen/vappman">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">AppImaGen</a> — easily create AppImages from Ubuntu PPAs or Debian using pkg2appimage and appimagetool</li>
<li><a href="https://github.com/ivan-hc/ArchImage">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">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">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">portable2appimage</a> — convert standalone, self-contained portable apps into AppImage packages</li>
<li><a href="https://github.com/ivan-hc/Snap2AppImage">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="index.html">Home</a>
<a href="apps.html">Apps</a>
<a href="index.html#faq">FAQ</a>
<a href="wiki.html">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/ivan-hc/AM">AM on GitHub</a>
</div>
<p>© 2020-present Ivan Alessandro Sala aka 'Ivan-HC' — I'm here just for fun!</p>
</footer>
</body>
</html>