free-apt-get, silly idea?

8 risposte [Ultimo contenuto]
Patrick Mc(avery
Offline
Iscritto: 08/15/2011

Sorry for a possibly ignorant and inflammatory post, I mean well....

I don't really know what goes into porting and recreating a truly free
distro. I am sure the art work must be changed and the libre-linux
kernel complied but I am assuming the only other difficult thing would
be managing what packages get included, is this true?

If this is more or less true would a "gate keeper" package manager be
useful?

If I wrote a synaptic like package manger and also somehow reworked
apt-get as well to only download truly free software then could the
distro just use another distros repository server? The blacklisted
packages could be hard coded into the package manager.

Silly idea?

I hope I have not upset anyone, I am not trying to trivialize the hard
work of setting up a free distro like Trisquel.

Nathan Talbot
Offline
Iscritto: 02/19/2012

.

-----------------------------------------------

Not a Silly-idea IMHO.

Warmest regArds.

________________________________
From: Patrick <name at domain>
To: User help and discussion <name at domain>
Sent: Friday, February 17, 2012 7:55 PM
Subject: [Trisquel-users] free-apt-get, silly idea?

Sorry for a possibly ignorant and inflammatory post, I mean well....

I don't really know what goes into porting and recreating a truly free distro. I am sure the art work must be changed and the libre-linux kernel complied but I am assuming the only other difficult thing would be managing what packages get included, is this true?

If this is more or less true would a "gate keeper" package manager be useful?

If I wrote a synaptic like package manger and also somehow reworked apt-get as well to only download truly free software then could the distro just use another distros repository server? The blacklisted packages could be hard coded into the package manager.

Silly idea?

I hope I have not upset anyone, I am not trying to trivialize the hard work of setting up a free distro like Trisquel.

marioger
Offline
Iscritto: 11/20/2011

Good question... i am also waiting for an answer!

lansburyslido
Offline
Iscritto: 08/29/2011

A nice idea!

But a few thoughts of the top of my head:

* A package manager accesses repositories of software that have been designated free/libre. What if one of these packages changed status, how would the hard coded manager deal with that?

* What if someone wants to install free/libre software that hasn't been hard-coded into the package manager?

Cheers!

Patrick Mc(avery
Offline
Iscritto: 08/15/2011

On 12-02-19 01:24 PM, name at domain wrote:
> A nice idea!
>
> But a few thoughts of the top of my head:
>
> * A package manager accesses repositories of software that have been
> designated free/libre. What if one of these packages changed status,
> how would the hard coded manager deal with that?
>
> * What if someone wants to install free/libre software that hasn't
> been hard-coded into the package manager?
>
> Cheers!
>
Hi Chris

I don't really know how synaptic works but I bet it would be dead easy
to build a facade over apt-get. Actually the banned applications
wouldn't have to be hard coded but probably should be put somewhere that
isn't obvious. If a user wants to load proprietary crap then they will,
it wouldn't have to be a high security effort.

Not sure if a linux version could have two updates, one from the libre
control group and then the other from the standard distros.

Am I getting warmer? (or just dumber !)

-Patrick

ivaylo
Offline
Iscritto: 07/26/2010

В 19:24 +0100 на 19.02.2012 (нд), chrishall57[@nospam] написа:

> * A package manager accesses repositories of software that have been
> designated free/libre. What if one of these packages changed status, how
> would the hard coded manager deal with that?

Packages in Debian-based systems have a file called copyright that
provides licensing information about the package. Maybe some hack around
that file could be achieved?

marioger
Offline
Iscritto: 11/20/2011

Good question... i am also waiting for an answer!

lansburyslido
Offline
Iscritto: 08/29/2011

A nice idea!

But a few thoughts of the top of my head:

* A package manager accesses repositories of software that have been
designated free/libre. What if one of these packages changed status, how
would the hard coded manager deal with that?

* What if someone wants to install free/libre software that hasn't been
hard-coded into the package manager?

Cheers!

jxself
Offline
Iscritto: 09/13/2010

GNU/Linux distributions such as Trisquel usually have their own package repository, and the package manager is configured to use that.

So yes, there's usually a "gatekeeper" in a sense because there are usually going to be people involved in the decisions of what does (or doesn't) make it into that particular distro's repository. If the distro is based on another (such as Trisquel is) they've got several choices: They can admit packages from their "upstream" repository without modification, or they can first modify the package in some way and then add their modified version into their repository, or they could blacklist the package entirely and not have it at all. They can also add their own packages, not found in the upstream distribution.

This is why the distro having their own repositories is essential: It means complete independence.

That independence also addresses the issue of what happens when a previously good package "goes bad": Depending on the specifics they can tae action like I mentioned above: Modify it to make it good again, or blacklist it entirely. Since the package manager is using the distro's own repository, the distro is in control.

Other package managers could be used of course. There's nothing a distro can use to stop people from adding other repos, etc. into their system because in the case of distros like Trisquel, everything is Free as in freedom so the user is in control.