From 01abe7a1cec18449a4294572cb9dfcfd3ff5e41f Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Sun, 27 Aug 2017 20:31:23 -0400 Subject: [PATCH] Updated for version 1.4.2 --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0ec017..0baf311 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,28 @@ # K4YT3X Package Manage ### What is KPM? +**For short, KPM makes apt upgrading simple and fully automatic.** +
+ +### Changelog: +#### Current Version: 1.4.2 +1. Added automatic update function + +
+ +#### Recent Changes: +1. Changed apt interface from apt command to apt -get for more stable output + +
+ + +#### Full Description KPM stands for "K4YT3X Package Manager". I developed this program to make using apt easier and safer, especially when using "apt update && apt upgrade -y && apt dist-upgrade -y". It is unsafe to use the command above since under some situations, unsafe repos can remove packages form your computer. Sometimes these removals can be critically harmful to your system, such as removing gnome desktop entirely. KPM automatically checks packages before committing any upgrading actions. An upgrade that will not cause any removal of other packages will be considered "safe" and kpm will automatically start upgrading. An upgrade that will cause removals will be considered "unsafe" and will require the user's confirmation before taking any actions. +
-# ### Install KPM ~~~~ $ git clone "https://github.com/K4YT3X/KPM.git" @@ -16,16 +32,22 @@ $ sudo python3 kpm.py --installkpm That's it, now type 'kpm' to start your first automatic upgrade! +
+ ### Remove KPM Should be easy ~~~~ $ sudo rm -f /usr/bin/kpm ~~~~ -# +
+ ### Usage ~~~~ $ sudo kpm # Normal Upgrade and Dist-upgrade $ sudo kpm -i [package] # install package $ sudo kpm -s [name] # search for packages in apt cache +$ sudo kpm -a # executes "apt autoremove" +$ sudo kpm -v # prints kpm version +$ sudo kpm --installkpm # install kpm to system ~~~~ \ No newline at end of file