home.social

#extrepo — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #extrepo, aggregated by home.social.

fetched live
  1. 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

    github.com/ente/ente/discussio

    If you still have a github (damn it) account, please vote for it !

    (I do really like Extrepo) :debian:

  2. 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: codeberg.org/konform-browser/-

    extrepo: manpages.debian.org/trixie/ext

    konform-browser.codeberg.page/

    #konformbrowser #browsers #linux #debian #ubuntu #linuxmint #mxlinux #firefox #opensource #popos #zorin #pikaos #extrepo

  3. 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.

  4. @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.

  5. 把一些 repository 改用 extrepo 加入

    前陣子看到 extrepo 這個套件,看起來是幫你直接把套件相關的設定都寫進 /etc/apt/sources.list.d/ 裡面,還算方便? 支援的套件不多,但裡面有蠻多常用的,裝完後直接用 extrepo search (不加參數) 可以看到所有支援的 apt repository,像是最近紅起來的 LibreWolf (這又是另外一段還沒整理完的故事了...) 以及平常就有在用的 Tailscale。 Debian 上面的 apt repository 資料看起來有在更新,但 Ubuntu 上面的版本好像有點舊了,不是所有套件都正常,像是裡面有放 torproject,但會發現裡面設定的 key 過期了。 …

    blog.gslin.org/archives/2025/0

    #apt #debian #extrepo #linux #package #repository #ubuntu

  6. Examples of extrepo Command in Linux - Command Examples

    ....cooles Tool zum Verwalten externer SW Repositories unter debianbasierten Linuxdistributionen.

    commandexamples.com/linux/extr

    #extrepo #debian #linux #repository #ubuntu #kdeneon

  7. @Lioh Tipp: `extrepo` macht die Sache deutlich einfacher:

    ```bash
    apt install extrepo
    extrepo update
    extrepo enable docker-ce
    apt update
    apt install docker-ce
    ```

    #extrepo

  8. A simple way to enable on bullseye using :

    $ sudo apt install extrepo

    $ sudo extrepo enable debian_backports

    (Copied from debian-vote mailing list.)