Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkroot99/dnf-commands
Configure package management commands in Fedora
https://github.com/thinkroot99/dnf-commands
command-line command-line-tool dnf fedora fedora-workstation
Last synced: 26 days ago
JSON representation
Configure package management commands in Fedora
- Host: GitHub
- URL: https://github.com/thinkroot99/dnf-commands
- Owner: thinkroot99
- License: gpl-3.0
- Created: 2024-03-19T16:17:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T08:53:26.000Z (6 months ago)
- Last Synced: 2024-10-13T00:44:26.763Z (26 days ago)
- Topics: command-line, command-line-tool, dnf, fedora, fedora-workstation
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNF Commands
### Description:
- This script configures and creates commands for managing packages in Fedora using DNF.
- It creates the `update`, `upgrade`, `search`, `install`, and `remove` files in the **~/.bin** directory and adds the `~/.bin` directory to the executable search path ($PATH) in the **.bashrc** file.### Usage:
1. Run this script in a terminal using the command: `./dnf_commands.sh`
2. After running the script, you can use the created commands (update, upgrade, search, install, remove) in the terminal.
3. The commands can be run directly from the terminal without specifying the path to the `~/.bin` directory.