#extrepo — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #extrepo, aggregated by home.social.
-
After a nice reply from @ente support, I’m opening a feature request about having a #debian repository for #ente that would be added to #extrepo
https://github.com/ente/ente/discussions/12147
If you still have a github (damn it) account, please vote for it !
(I do really like Extrepo) :debian:
-
Good news everyone! Konform Browser is now officially available for installation via Debian extrepo for users on Debian and derivatives like Ubuntu, Linux Mint, MX Linux, and others. :debian:
To install extrepo, enable Konform package repository and install Konform Browser on trixie:
```
sudo apt -U install extrepo && sudo extrepo enable konform-browser && sudo apt -U install konform-browser
```Konform Browser package repositories: https://codeberg.org/konform-browser/-/packages
extrepo: https://manpages.debian.org/trixie/extrepo/extrepo.1p.en.html
https://konform-browser.codeberg.page/
#konformbrowser #browsers #linux #debian #ubuntu #linuxmint #mxlinux #firefox #opensource #popos #zorin #pikaos #extrepo
-
Need a browser/brain extension called 'forgetAboutIt' that looks for old ways of doing things, offers a link to the 100% accepted new way and reminds me to forgetAboutIt.
frinstance (I just discovered #debian #extrepo) the plugin should detect the phrase "edit apt.sources ... sudo yaddayadda blah", interrupt mercilessly and say:
ForgetAboutIt, use extrepo.Or: "iptables ...": ForgetAboutIt, use nftables.
Or VPNs of all kinds: ForgetAboutIt, use wireguard.
Just for the things we can all agree on, not the contentious ones. I have no idea where to go with Vim addon managers.
-
@librewolf 147.0-1 is getting falsely blocked by various websites for being an outdated browser. This problem was not there in 146.0.1-1, but there's no rollback for #Linux @debian via #extrepo . Bit of a bother, let's hope it gets fixed soon in an update.
-
把一些 repository 改用 extrepo 加入
前陣子看到 extrepo 這個套件,看起來是幫你直接把套件相關的設定都寫進 /etc/apt/sources.list.d/ 裡面,還算方便? 支援的套件不多,但裡面有蠻多常用的,裝完後直接用 extrepo search (不加參數) 可以看到所有支援的 apt repository,像是最近紅起來的 LibreWolf (這又是另外一段還沒整理完的故事了...) 以及平常就有在用的 Tailscale。 Debian 上面的 apt repository 資料看起來有在更新,但 Ubuntu 上面的版本好像有點舊了,不是所有套件都正常,像是裡面有放 torproject,但會發現裡面設定的 key 過期了。 …
-
Examples of extrepo Command in Linux - Command Examples
....cooles Tool zum Verwalten externer SW Repositories unter debianbasierten Linuxdistributionen.
-
@Lioh Tipp: `extrepo` macht die Sache deutlich einfacher:
```bash
apt install extrepo
extrepo update
extrepo enable docker-ce
apt update
apt install docker-ce
``` -
A simple way to enable #backports on #Debian bullseye using #extrepo:
$ sudo apt install extrepo
$ sudo extrepo enable debian_backports
(Copied from debian-vote mailing list.)