linux:debian_extrepo
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:debian_extrepo [2024-10-01 15:51] – [Do you know Backports?] 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' | ||
Line 35: | Line 51: | ||
function backportsinstall() | function backportsinstall() | ||
{ | { | ||
- | |||
# The backports repository is deactivated by default. | # The backports repository is deactivated by default. | ||
# If we want to install a backported package, we need to use this. | # If we want to install a backported package, we need to use this. | ||
# See https:// | # See https:// | ||
+ | # Make sure $VERSION_CODENAME is available, just " | ||
echo " | echo " | ||
- | sudo apt -t bookworm-backports install " | + | sudo apt -t $VERSION_CODENAME-backports install " |
} | } | ||
</ | </ |
linux/debian_extrepo.1727790706.txt.gz · Last modified: 2024-10-01 15:51 by admin