Skip to content

theUnixManager - ultimate package manager && init system handling library made by Archetypum that simplifies interaction with UNIX systems and creation of system-related python scripts.

License

Notifications You must be signed in to change notification settings

Archetypum/theUnixManager

theUnixManager

theUnixManagerEdited

theUnixManager - ultimate package manager && init system handling library made by Archetypum that simplifies interaction with UNIX systems and creation of system-related python scripts.

Installation (as root):

pip install theUnixManager

And then use it in your python scripts:

#!/usr/bin/python3

import the_unix_manager as tum

distro = tum.get_user_distro()
init_system = tum.get_init_system()

tum.package_handling(distro, package_list=["git", "vim", "htop", "emacs"], command="install")
tum.init_system_handling(init_system, command="start", service="ssh")

Credits

theUnixManager is a project by Archetypum with:

License

theUnixManager uses GNU Lesser General Public License V3.

More information in:

gnu

About

theUnixManager - ultimate package manager && init system handling library made by Archetypum that simplifies interaction with UNIX systems and creation of system-related python scripts.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages