not much

  • 78 Posts
  • 178 Comments
Joined 3 years ago
cake
Cake day: December 8th, 2022

help-circle


  • What you can do is pretend to reinstall (–reinstall), download only (-d), for example for xfce4 meta package :

    sudo apt-get -d install --reinstall xfce4

    Then stop it after it shows you which packages it is about and copy and paste all the packages it mentions in a simple file (myfile) and execute that.

    For Gnome it could be like this (leaving out a lot of packages to make the example fit on one line) :

    
    sudo apt-get remove --purge baobab chrome-gnome-shell folks-common fonts-cantarell gdm3
    

    As you can see do note which display manager you’re currently using. Executing the file you made can be done with :

    bash ./myfile






  • This article is about Mobifree https://f-droid.org/en/2024/05/24/mobifree.html As far as I can see F-Droid mentions that it will be a contributing partner :

    For more than 14 years, F-Droid has been developing solutions which act as pieces of the alternative mobile ecosystem puzzle. So it was a natural fit for F-Droid to become a contributing partner in the broader Mobifree project.

    F-Droid playing a role :

    F-Droid will play a major role in this project, tasked with creating a decentralized distribution system for developers to deliver apps to Android users.

    Help to create the NGI funded project Mobifree :

    F-Droid is one participating organization who has joined forces to help create this new mobile ecosystem. However, additional input, expertise, inspiration and work will be needed in order to break the traditional framework established by Big Tech. From community outreach to legal support, from developers, to researchers and end users, we welcome all forms of support.

    I don’t read that F-droid will force ads on F-Droid on users any time soon. I can imagine F-Droid will continue to exist as it is but I could be wrong.