Skip to content

Googlers-Repo/apm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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