Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

A small Python script to update packages from myriad package managers on Linux

License

Notifications You must be signed in to change notification settings

mitchellroe/update-all-the-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update All The Things

This is a small Python script which works to Update All The Things on your Linux installation.

Ever get tired of running apt or yum, then realizing that your snap packages are probably out of date, then you remember flatpak sitting over there, then pip, then ... You get the idea. This little program checks for a set of commands on your Linux installation, and if it finds them, it tries to update all the packages in those package managers.

This is still a work in progress, and primarily intended as a learning exercise (i.e. to write this same code in bash would take literally 60 seconds). I'm working my way through apt right now, but have plans to implement support for the following languages:

  • apt
  • yum / dnf
  • flatpak
  • snap
  • pip3
  • (maybe) npm

About

A small Python script to update packages from myriad package managers on Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages