Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 936 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 936 Bytes

Android Package Manager

Installing App from F-Droid with a native CLI

Warning! This module depends on Node.js and Systemless mksh.rc. Install Node.js and Systemless mksh.rc module before using it. You can do this via FoxMMM.

Install

Install Node.js Magisk module first

npm install -g androidpackagemanager
# Do not install with yarn!

Usage

# Install latest package
apm install com.termux
# Install with specified version (code)
apm install com.termux#118

Removing

apm remove com.fox2code.mmm.fdroid
apm uninstall com.termux