deb-get-extras is a personal repository with custom inclues for more 3rd party apt repositories and PPAs.
To use deb-get-extras you need install the deb-get first
https://github.com/wimpysworld/deb-get#install
Use install.sh file to auto install:
sudo apt install -y curl
curl -sL https://raw.githubusercontent.com/M4rQu1Nh0S/deb-get-extras/main/install.sh | sudo -E bash -s install.sh
- Just remove the
deb-get-extrasdirectory:
sudo rm -r /etc/deb.get.d/01-deb-get-extras
Follow this instructions at deb-get README.md file to create 'custom inclues':
{...}
How to use:
- Manually create the folder
/etc/deb-get.d/if not exist already. By defaultdeb-getdoes not create this folder unless your specific distribution has packaged it that way.- Can also create any arbitrary nested sub-folder structure within
/etc/deb-get.d/**/*main folder- Any files within this tree will be bash sourced in alphabetical order e.g.
. /etc/deb-get.d/01-pending-merge/10-appname1- Your user custom
deb_*functions are then loaded directly after the lastdeb_*()package declarations that officially come withdeb-get{...}
Legend
The icons above denote how deb-get installs/updates the packages.
If packages are available via a 3rd party apt repository
or a Launchpad PPA
, then those packages
will be updated/upgraded when using apt-get update and apt-get upgrade.
For .deb packages that are only available via GitHub/GitLab Releases
or direct download
, then those packages
can only be updated/upgrade by using deb-get update and deb-get upgrade.
