Skip to content

4.0.0

Compare
Choose a tag to compare
@ivan-hc ivan-hc released this 18 Oct 00:23
· 293 commits to main since this release
adb9e80

The best release of AppMan is here!!

AppMan v4.0.0 comes with the following features:

  • AppMan now is portable, ie you can use it wherever you want, also on a USB stick
  • New prompt that allows you to choose a destination directory for all your apps in your $HOME
  • New code, filename "appman-portable" (UPDATE 20230505: the name is "appman" again )
  • New installation process for all your applications, now more clear and simple
  • New "bash completion" usage
  • Now AppMan is also available as an AppImage #1
  • Removed all unnecessary "sudo" commands, now AppMan is totally independent of the directories where it is "installed"
  • The main installer has been removed, it is no longer needed (read on)

UPDATES

  • AppMan v4.0.0-1:
    • solved a little bug while installing some kind of apps needing more processes to run.
  • AppMan v4.0.0-2:
    • the installation process (option -i or install) is more clean and shows the sizes in KB of all the files installed with the application;
    • you can see the sizes of each program with the -a or about option.
  • AppMan v4.0.0-3:
    • progress bar shown while downloading applications you choose to install;
    • all sizes are now in MegaBytes (MB).
  • AppMan v4.0.0-4:
    • a more clean installation process for the apps.
  • AppMan v4.0.0-9:
    • Now the -f option shows the disk usage of each application;
    • In use the same numbering of the versions of AM.

Quick installation (EDIT 20230505)

Copy/paste this command to install the new main script (ie "appman-portable") as "appman" in ~/.local/bin:

mkdir -p ~/.local/bin && echo 'export PATH=$PATH:$(xdg-user-dir USER)/.local/bin' >> ~/.bashrc && wget https://raw.githubusercontent.com/ivan-hc/AppMan/main/appman && chmod a+x ./appman && mv ./appman ~/.local/bin/appman