Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/baponkar/cli-ubuntu-debian-packages-update-upgrade-clean-and-security-check
- Owner: baponkar
- License: gpl-3.0
- Created: 2020-08-30T08:20:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T03:40:25.000Z (over 3 years ago)
- Last Synced: 2024-11-07T05:42:20.712Z (3 months ago)
- Topics: debian, rkhunter, security-check, shell-script, ubuntu, update, upgrade
- Language: Shell
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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