You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+55-1Lines changed: 55 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ You can consult the entire **list of managed apps** at [**portable-linux-apps.gi
34
34
35
35
[Guides and tutorials](#guides-and-tutorials)
36
36
-[Install applications](#install-applications)
37
+
-[Install AppImages not listed in this database but available in other github repos](#install-appimages-not-listed-in-this-database-but-available-in-other-github-repos)
37
38
-[List the installed applications](#list-the-installed-applications)
38
39
-[List and query all the applications available on the database](#list-and-query-all-the-applications-available-on-the-database)
39
40
-[Update all](#update-all)
@@ -422,11 +423,22 @@ See also "[How to update or remove apps manually](#how-to-update-or-remove-apps-
422
423
423
424
`-d {PROGRAM}`
424
425
425
-
`-d --convert {PROGRAM}`
426
+
`-d --convert {PROGRAM}`
426
427
427
428
DESCRIPTION: Download one or more installation scripts to your desktop. With the option "--convert" its converted to a standalone local installer, but AM requires AppMan to be installed to add custom directory settings.
DESCRIPTION: Install AppImages from github.com, outside the database. This allows you to install, update and manage them all like the others. Where "user/project" can be the whole URL to the github repository, give a name to the program so that it can be used from the command line. Optionally, add an "univoque" keyword if multiple AppImages are listed.
@@ -731,6 +743,7 @@ See also "[How to update or remove apps manually](#how-to-update-or-remove-apps-
731
743
This section is committed to giving small demonstrations of each available option, with videos:
732
744
733
745
-[Install applications](#install-applications)
746
+
-[Install AppImages not listed in this database but available in other github repos](#install-appimages-not-listed-in-this-database-but-available-in-other-github-repos)
734
747
-[List the installed applications](#list-the-installed-applications)
735
748
-[List and query all the applications available on the database](#list-and-query-all-the-applications-available-on-the-database)
As you can see, there are all the files needed by any app listed in this database, also if an installation script for them does not exists.
827
+
828
+
Apps installed this way will enjoy the same benefits as those that can already be installed from the database with the "`-i`" or "`install`" option [mentioned above](#install-applications), including updates and sandboxing.
0 commit comments