{"id":15059064,"url":"https://github.com/v8v88v8v88/fedorable","last_synced_at":"2025-04-10T05:13:56.992Z","repository":{"id":246311214,"uuid":"820716619","full_name":"V8V88V8V88/Fedorable","owner":"V8V88V8V88","description":"A simple bash script for maintaining Fedora Linux systems.","archived":false,"fork":false,"pushed_at":"2025-04-01T15:36:29.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T05:13:51.468Z","etag":null,"topics":["cache","clean","cleanup","fedora","fedora-workstation","script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/V8V88V8V88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-27T03:30:37.000Z","updated_at":"2025-04-01T15:36:33.000Z","dependencies_parsed_at":"2024-06-27T05:27:45.508Z","dependency_job_id":"43b75c1e-26d7-4016-9923-789cd684b910","html_url":"https://github.com/V8V88V8V88/Fedorable","commit_stats":null,"previous_names":["v8v88v8v88/fedora-cleanup-script","v8v88v8v88/fedorable"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V8V88V8V88%2FFedorable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V8V88V8V88%2FFedorable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V8V88V8V88%2FFedorable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V8V88V8V88%2FFedorable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/V8V88V8V88","download_url":"https://codeload.github.com/V8V88V8V88/Fedorable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161277,"owners_count":21057555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cache","clean","cleanup","fedora","fedora-workstation","script"],"created_at":"2024-09-24T22:36:15.941Z","updated_at":"2025-04-10T05:13:56.973Z","avatar_url":"https://github.com/V8V88V8V88.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧹 Fedorable: Fedora Cleaning Script\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Fedora Version](https://img.shields.io/badge/Fedora-41+-blue.svg)](https://getfedora.org/)\n\nFedorable is a command-line utility designed to maintain and optimize your Fedora Linux system. It automates common cleanup tasks to keep your Fedora installation efficient and well-maintained.\n\n## ✨ Features\n\n- **DNF5 Integration**: Utilizes the full capabilities of DNF5\n- **Comprehensive Cleaning**: Manages package caches, old kernels, and more\n- **System Safety**: Implements non-destructive operations with clear feedback\n- **Performance Optimization**: Improves system efficiency through targeted cleanup tasks\n\n## 🧼 Cleanup Tasks\n\nFedorable performs the following cleanup operations:\n\n1. **Package List Update**: Refreshes the list of available packages.\n2. **Unused Package Removal**: Removes packages that were automatically installed as dependencies but are no longer required.\n3. **DNF Cache Cleaning**: Clears the DNF cache to free up disk space.\n4. **Old Kernel Removal**: Removes old kernel versions, keeping only the current and one previous version.\n5. **User Cache Cleaning**: Clears user-specific cache files from `/home/*/.cache/`.\n6. **System Journal Cleanup**: Removes old systemd journal logs.\n7. **Temporary File Removal**: Clears temporary files from `/tmp/`.\n8. **Orphaned Package Removal**: Removes packages that are no longer part of any repository.\n\n## 🛠 Installation\n\n1. Clone this repository:\n   ```\n   git clone https://github.com/yourusername/fedorable.git\n   cd fedorable\n   ```\n\n2. Make the script executable:\n   ```\n   chmod +x fedorable.sh\n   ```\n\n## 🚀 Usage\n\nExecute the script with sudo privileges:\n\n```\nsudo ./fedorable.sh\n```\n\nThe script will guide you through the cleaning process, providing feedback at each step.\n\n## 🔧 Customization\n\nTo customize the cleanup process, edit `fedorable.sh` in your preferred text editor. You can modify, add, or remove cleaning tasks as needed.\n\n## 🤝 Contributing\n\nContributions are welcome, including bug reports, feature requests, and pull requests. Please refer to our [contribution guidelines](CONTRIBUTING.md) for more information.\n\n## 🔒 Security\n\nThis script performs system-wide operations. Always review scripts that require sudo privileges before execution. While we prioritize system safety, user discretion is advised.\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙌 Acknowledgements\n\n- The Fedora community\n- The DNF team for their robust package management tool\n- All users and contributors of this project\n\n---\n\nEnhance your Fedora system's performance with Fedorable. If you find this tool useful, please consider starring ⭐ the repository.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv8v88v8v88%2Ffedorable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv8v88v8v88%2Ffedorable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv8v88v8v88%2Ffedorable/lists"}