Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baponkar/cli-ubuntu-debian-packages-update-upgrade-clean-and-security-check

Ubuntu or Debian based OS packages update,upgrade,removing broken packages and security check.
https://github.com/baponkar/cli-ubuntu-debian-packages-update-upgrade-clean-and-security-check

debian rkhunter security-check shell-script ubuntu update upgrade

Last synced: about 1 month ago
JSON representation

Ubuntu or Debian based OS packages update,upgrade,removing broken packages and security check.

Awesome Lists containing this project

README

        

# CLI Ubuntu/Debian packages Update, Upgrade, Clean and security check.
-----------

![Debian package](https://img.shields.io/badge/debian-v%20--%2010.5-red)
![Ubuntu OS](https://img.shields.io/badge/ubuntu-18.04-red)
![bash](https://img.shields.io/badge/bash-4.4.20(1)-blue)
![License](https://img.shields.io/badge/GNU%20GPL%20-v%203.0-red)
![rkhunter](https://img.shields.io/badge/Rootkit%20Hunter%20-v%20--%201.4.-red)

[![alt text][1.1]][1]

[1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding)

[1.2]: http://i.imgur.com/wWzX9uB.png (twitter icon without padding)

[1]: https://twitter.com/kar_bapon

#### :octocat: Version : 1.0
#### :octocat: License : The GNU General Public License
#### :octocat: Dependence : required additional packages is '[rkhunter](http://rkhunter.sourceforge.net/)'.
Which can Install by
```
$ sudo apt install rkhunter -y
```

### :octocat: This shell script will autometically perform the following operations :

- [x] Update packages.
- [x] Upgrade packages.
- [x] Dist-Upgrade.
- [x] Clean up the broken packages.
- [x] Remove the files and folder of broken packages which are no more required.
- [x] Remove all objects from trash folder.
- [x] Complete Upgrade of all installed packages.
- [x] Security check of Debian/Ubuntu based system by rkhunter tool.
- [x] Showing all warning about security .

* Screenshot
![Screendhot](screenshot.png)

* :+1: I will appreciate any comments and upgrade of this code.Thankyou