https://github.com/f-4-u/coursecontent-pkgquatsch
This little bash script was an exercise during a Linux course.
https://github.com/f-4-u/coursecontent-pkgquatsch
apt bash dnf pacman repository update yum
Last synced: 2 months ago
JSON representation
This little bash script was an exercise during a Linux course.
- Host: GitHub
- URL: https://github.com/f-4-u/coursecontent-pkgquatsch
- Owner: f-4-u
- Created: 2024-01-08T08:05:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:40:42.000Z (over 2 years ago)
- Last Synced: 2025-04-10T05:43:19.180Z (about 1 year ago)
- Topics: apt, bash, dnf, pacman, repository, update, yum
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This little bash script was an exercise during a Linux course with the following conditions:
- it should be robust and nicely programmed
- if there is no switch, a confirmation (y/n) should be requested
- it should output how many packages are installed
- should generate a package list of all installed packages on the system
- should have the possibility to install them on a new system