π Importance of Package Management in Linux Distributions π§
- Overview of Popular Package Management Tools (apt, pacman, yum) π οΈ
π Exploring Internal Working of Package Managers (e.g pacman) π΅οΈββοΈ
- Creating a PKGBUILD File for a Rock-Paper-Scissors Game written in C π¦
This package provides a simple command-line implementation of the Rock-Paper-Scissors game written in C. The game allows players to choose between rock, paper, or scissors and determines the winner based on the classic rules of the game.
To install the Rock-Paper-Scissors game on your system you must have Arch Linux or its derivatives, you can use the pacman package manager. Make sure you have the necessary dependencies, such as gcc, installed on your system.
- Clone the repo
git clone https://github.com/SiddJeph/KOSS_Selection_Tasks_package-management.git- Change directory
cd KOSS_Selection_Tasks_package-management/Package- Install Package
makepkg -siAfter installation, you can run the game by typing the following command in your terminal:
rock_paper_scissorsSiddharth Jeph - siddharthjeph10@gmail.com
Project Link - https://github.com/SiddJeph/KOSS_Selection_Tasks_package-management