Skip to content

Repository with more 3rd party apt repositories and PPAs for deb-get which is not part of deb-get package lists.

License

Notifications You must be signed in to change notification settings

M4rQu1Nh0S/deb-get-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deb-get
deb-get-extras

deb-get-extras is a personal repository with custom inclues for more 3rd party apt repositories and PPAs.

Install

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

Uninstall

  1. Just remove the deb-get-extras directory:
sudo rm -r /etc/deb.get.d/01-deb-get-extras

How to add more repositories

Follow this instructions at deb-get README.md file to create 'custom inclues':

Custom User Includes /etc/deb-get.d/

{...}

How to use:

  • Manually create the folder /etc/deb-get.d/ if not exist already. By default deb-get does 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 last deb_*() package declarations that officially come with deb-get

{...}

Softwares available with deb-get-extras

Source Package Name Description
firefox Safe and easy web browser from Mozilla. (Non ESR/Snap)
nala Commandline frontend for the APT package manager for Ubuntu 22.04 / Debian Sid and newer.
nala-legacy Commandline frontend for the APT package manager for older distributions like Ubuntu 21.04.
hamsket Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.

Legend

The icons above denote how deb-get installs/updates the packages.

  • apt repository
  • GitHub releases
  • GitLab releases
  • Launchpad PPA
  • Website

How do package updates work?

3rd party apt repositories and PPAs

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.

GitHub/GitLab Releases and direct downloads

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.

About

Repository with more 3rd party apt repositories and PPAs for deb-get which is not part of deb-get package lists.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages