linux:debian_extrepo
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:debian_extrepo [2024-10-01 15:41] – created admin | linux:debian_extrepo [2024-10-09 21:23] (current) – added Brave browser instructions admin | ||
---|---|---|---|
Line 14: | Line 14: | ||
For a full list you can [[https:// | For a full list you can [[https:// | ||
- | ===== How to enable extrepo ===== | + | ==== How to enable extrepo ===== |
As root run:\\ | As root run:\\ | ||
Line 28: | Line 28: | ||
</ | </ | ||
+ | Or if you would like to search for Brave browser in Extrepo and install it, you would do | ||
+ | < | ||
+ | extrepo search brave | ||
+ | </ | ||
+ | You will get 3 results: brave_beta, brave_nightly and brave_release (stable). | ||
+ | < | ||
+ | extrepo enable brave_release | ||
+ | </ | ||
+ | Now package // | ||
+ | < | ||
+ | apt search brave --names-only | ||
+ | </ | ||
+ | Result: // | ||
+ | < | ||
+ | apt install brave-browser | ||
+ | </ | ||
===== Do you know Backports? ===== | ===== Do you know Backports? ===== | ||
But don't forget that Debian' | But don't forget that Debian' | ||
+ | |||
+ | I am using this little shell function for backports installs because I can't remember the correct syntax :-D | ||
+ | < | ||
+ | function backportsinstall() | ||
+ | { | ||
+ | # The backports repository is deactivated by default. | ||
+ | # If we want to install a backported package, we need to use this. | ||
+ | # See https:// | ||
+ | # Make sure $VERSION_CODENAME is available, just " | ||
+ | |||
+ | echo " | ||
+ | sudo apt -t $VERSION_CODENAME-backports install " | ||
+ | } | ||
+ | </ |
linux/debian_extrepo.1727790095.txt.gz · Last modified: 2024-10-01 15:41 by admin