Skip to content

AtlasInstall Package Manager App for Windows PowerShell Terminal. Uses The New "sudo" Command On Windows

Notifications You must be signed in to change notification settings

atlassoftware-cpu/AtlasInstall-Package-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VIEW CHANGELOG AT THE BOTTOM

AtlasInstall Package Manager for Windows

AtlasInstall Package Manager (AIPM) is a simple command-line tool designed to download, extract, and install packages on Windows using a progress bar window to track installation. The tool connects to a remote repository and fetches ZIP files to a specified directory. It includes the following features:

  • Download packages from a GitHub repository (AtlasPackages).
  • Extract the downloaded ZIP files to a specified directory (C:\AtlasIPM).
  • Show a progress bar in a pop-up window while downloading.
  • Automatically create the installation directory if it doesn't exist.

Features

  • Simple command-line interface: Provides easy commands for installing and getting information.
  • Progress tracking: Displays a progress bar for package downloads and extraction.
  • Automatic directory creation: If the target directory doesn't exist, it gets created automatically.
  • Makes use of the new "sudo" command on windows 24H2*: required to use sudo ./aipm.exe to use the app

Requirements

  • Windows OS 24H2 and later.
  • Potato PC supported

Example Commands

To install a package:

sudo ./aipm.exe install <package_name>

Info on installer:

sudo ./aipm.exe info

AtlasInstall Package Manager for Linux

AtlasInstall Package Manager (AIPM) is a simple command-line tool designed to download, extract, and install packages on Linux. The tool connects to a remote repository and fetches ZIP files to a specified directory. It includes the following features:

  • Download packages from a GitHub repository (AtlasPackages).
  • Extract the downloaded ZIP files to a specified directory (/usr/bin/AIPM/).
  • Automatically create the installation directory if it doesn't exist.

Features

  • Simple command-line interface: Provides easy commands for installing and getting information.
  • Automatic directory creation: If the target directory doesn't exist, it gets created automatically.
  • Requires the command "sudo" on linux*

Requirements

  • Any linux OS.
  • Potato PC supported
  • unzip program:
sudo apt install unzip

Example Commands

To install a package:

sudo aipm install <package_name>

Info on installer:

aipm info

Changelog

update 1.0.0 - initial release update 1.1.0 - added update@self command for windows

About

AtlasInstall Package Manager App for Windows PowerShell Terminal. Uses The New "sudo" Command On Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published