{"id":20930190,"url":"https://github.com/dpbm/update-all","last_synced_at":"2026-04-02T18:52:47.893Z","repository":{"id":65584039,"uuid":"535733916","full_name":"Dpbm/update-all","owner":"Dpbm","description":"A bash script to update some Ubuntu depencies","archived":false,"fork":false,"pushed_at":"2024-06-27T16:28:51.000Z","size":19,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T01:44:21.257Z","etag":null,"topics":["bash","linux","script","terminal","ubuntu","zsh"],"latest_commit_sha":null,"homepage":"https://dpbm.github.io/update-all/","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/Dpbm.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":"2022-09-12T15:34:09.000Z","updated_at":"2024-06-27T16:28:54.000Z","dependencies_parsed_at":"2024-06-10T00:23:47.592Z","dependency_job_id":"cc93fce2-34a7-4cae-805d-ab4f3a69e72c","html_url":"https://github.com/Dpbm/update-all","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Dpbm/update-all","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fupdate-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fupdate-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fupdate-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fupdate-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dpbm","download_url":"https://codeload.github.com/Dpbm/update-all/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fupdate-all/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263250604,"owners_count":23437288,"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":["bash","linux","script","terminal","ubuntu","zsh"],"created_at":"2024-11-18T21:29:46.385Z","updated_at":"2025-12-30T22:18:39.599Z","avatar_url":"https://github.com/Dpbm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A script to update all\n\nThis is a simple `bash script` to `update` some linux (in this case `Ubuntu based distros`) packages and softwares.\n\nUsing the script the following will be updated:\n\n* apt packages\n* snap packages\n* flatpak packages\n* brew taps\n* npm version\n* yarn version\n* pnpm version\n* python pip version (python3 and python2)\n* cargo version\n* rkhunter database\n* clamav database\n* pihole version\n* youtube-dl version\n* yt-dlp version\n* conda version\n* github cli extensions\n* flutter version\n* AdGuardHome version\n* Mojo version\n* Pixi version\n* Rustup version\n* Sdkman version\n* Mamba\n* Ruby gems From system\n* Mise version\n\n## to run\n\n```bash\n    chmod +x update-all\n    ./update-all\n```\n\nyou can also set this as an `alias` or `add to PATH` to use in a simple way\n\nexample using as alias:\n\n```bash\n    #BASH\n    echo \"alias update=\"/path/to/update-all/executable\"\" \u003e\u003e ~/.bashrc\n    source ~/.bashrc\n\n    #ZSH\n    echo \"alias update=\"/path/to/update-all/executable\"\" \u003e\u003e ~/.zshrc\n    source ~/.zshrc\n```\n\nexample using PATH:\n\n```bash\n    #BASH\n    echo \"export PATH=/path/to/update-all/executable:$PATH\" \u003e\u003e ~/.bashrc\n    source ~/.bashrc\n\n    #ZSH\n    echo \"export PATH=/path/to/update-all/executable:$PATH\" \u003e\u003e ~/.zshrc\n    source ~/.zshrc\n```\n\nYou can also add this as a global executable, just moving the `update-all` file to `/usr/bin`. Like this:\n```bash\nsudo mv ./update-all/update-all /usr/bin\n```\n\nUsing this approach is the `recommended` here, since with it you can use the cronjob that's set in `job.sh`.\nTo set it up run:\n```bash\nchmod +x job.sh\n./job.sh\n```\n\nSo every day at `09:00AM`, the script will run and update everything for you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpbm%2Fupdate-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpbm%2Fupdate-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpbm%2Fupdate-all/lists"}