{"id":24577732,"url":"https://github.com/fabiodelllima/system-update-script","last_synced_at":"2026-04-04T20:32:51.262Z","repository":{"id":273779378,"uuid":"907230442","full_name":"fabiodelllima/system-update-script","owner":"fabiodelllima","description":"Automates system updates and cleanup on Fedora Linux.","archived":false,"fork":false,"pushed_at":"2025-03-13T02:56:45.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T19:15:16.773Z","etag":null,"topics":["bash","fedora","linux","package-manager","system-update","zsh"],"latest_commit_sha":null,"homepage":"https://gist.github.com/fabiodelllima/f110ab036bc4cb2a2d251649ee90854d","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabiodelllima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-12-23T06:00:00.000Z","updated_at":"2025-03-13T02:56:48.000Z","dependencies_parsed_at":"2025-07-08T19:11:02.716Z","dependency_job_id":"7e77461d-1ff3-4dce-a077-d6722f2a03e4","html_url":"https://github.com/fabiodelllima/system-update-script","commit_stats":null,"previous_names":["fabiodelllima/system-update-script"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabiodelllima/system-update-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodelllima%2Fsystem-update-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodelllima%2Fsystem-update-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodelllima%2Fsystem-update-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodelllima%2Fsystem-update-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiodelllima","download_url":"https://codeload.github.com/fabiodelllima/system-update-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodelllima%2Fsystem-update-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","fedora","linux","package-manager","system-update","zsh"],"created_at":"2025-01-23T23:40:04.578Z","updated_at":"2026-04-04T20:32:51.220Z","avatar_url":"https://github.com/fabiodelllima.png","language":"Shell","readme":"\u003cdiv align=\"center\"\u003e\n\n  # Fedora System Updater\n\u003c/div\u003e\n  \n\u003cp align=\"center\"\u003e\n  A shell script to automate system updates on Fedora Linux, including multiple package managers and detection of manually installed programs that might need updates.\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Status: Under Development](https://img.shields.io/badge/Status-Under_Development-red)]()  \n[![Bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#dependencies\"\u003eDependencies\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## Features\n\nThe Fedora System Updater offers a comprehensive solution to keep your system up to date:\n\n- Updates packages from multiple package managers:\n  - DNF (Fedora's main package manager)\n  - Flatpak\n  - Snap\n  - Python pip (user packages)\n  - Node.js npm (global packages)\n  - Rust cargo\n- Detects manually installed programs that might need updates\n- Performs system cleanup after updates\n- Clear, colored output for better readability:\n  - **Blue**: Regular status messages\n  - **Yellow**: Warnings and manual update notifications\n\n## Dependencies\n\n### Required\n\n- `bash`\n- `dnf`\n\n### Optional\n\nThe script will check for these and skip if not found:\n- `flatpak`\n- `snap`\n- `pip`\n- `npm`\n- `cargo`\n\n## Installation\n\n1. Clone the repository:\n   \n   **Via SSH**\n   ```bash\n   git clone git@github.com:yourusername/update-all-script.git\n   ```\n   \n   **Via HTTPS**\n   ```bash\n   git clone https://github.com/yourusername/update-all-script.git\n   ```\n\n2. Install the script:\n   ```bash\n   cd update-all-script\n   sudo cp src/update-all.sh /usr/local/bin/update-all\n   sudo chmod +x /usr/local/bin/update-all\n   ```\n\n3. Configure PATH\n   \n   The system PATH needs to include `/usr/local/bin` for the script to be executable from any directory. There are two configuration options:\n\n   #### 3.1. Temporary configuration\n\n   For the current terminal session:\n   ```bash\n   export PATH=$PATH:/usr/local/bin\n   ```\n\n   #### 3.2. Permanent configuration\n\n   Add to your shell configuration file:\n   \n   ```bash\n   # Bash users:\n   echo 'export PATH=$PATH:/usr/local/bin' \u003e\u003e ~/.bashrc  \n   source ~/.bashrc\n   \n   # Zsh users:   \n   echo 'export PATH=$PATH:/usr/local/bin' \u003e\u003e ~/.zshrc\n   source ~/.zshrc\n   ```\n\n4. Verify installation:\n   \n   ```bash\n   which update-all\n   ```\n   \n   The output should show: `/usr/local/bin/update-all`\n\n## Usage\n\nRun the script as superuser:\n\n```bash\nsudo update-all\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiodelllima%2Fsystem-update-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiodelllima%2Fsystem-update-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiodelllima%2Fsystem-update-script/lists"}