PDA

View Full Version : [all variants] Has ubuntu considered...?



d3v1150m471c
April 6th, 2011, 06:19 PM
Ubuntu uses .deb, which i think is a fantastic idea. However, since it's open source, no reason we couldn't tweak dpkg and apt-get a little bit... I think it would be awesome, since the .deb's coming from ubuntu have to pass a .deb build check in the first place, if similar software could be included on each ubuntu-installation, and make an option for your downloaded packages from the repositories compile on your machine AUTOMATICALLY, thus having the benefits of .deb and compiling your own source code.

ie:


sudo apt-get install gimp


the above would download debian geared source code for gimp, and the debian geared dependencies, then compile them into .debs on the user's machine, and presto, installs them.

tgm4883
April 6th, 2011, 06:32 PM
Ubuntu uses .deb, which i think is a fantastic idea. However, since it's open source, no reason we couldn't tweak dpkg and apt-get a little bit... I think it would be awesome, since the .deb's coming from ubuntu have to pass a .deb build check in the first place, if similar software could be included on each ubuntu-installation, and make an option for your downloaded packages from the repositories compile on your machine AUTOMATICALLY, thus having the benefits of .deb and compiling your own source code.

ie:


sudo apt-get install gimp


the above would download debian geared source code for gimp, and the debian geared dependencies, then compile them into .debs on the user's machine, and presto, installs them.

I think you're looking for http://www.gentoo.org/

d3v1150m471c
April 6th, 2011, 06:46 PM
I think you're looking for http://www.gentoo.org/

Lol...no, i'm not looking for gentoo. I'm at ubuntu and thinking of ways it could improve. Not to mention, i think this should be an option but not necessarily a default, as compiling can take a very long time and most end-users don't want to spend hours with their machine's resources tied up to compile an update. However, a lot of the community compiles from source and debianizes the code because they want certain pieces of their system to run optimally. For example, i have an amd athlon which is i686. If i want i686 built binaries, i have to build them myself. I'm going to consider starting my own project in the ways of this but it's definitely not something i could do on my own. At the very least without feedback. if anyone else is interested in this idea, hit me up.

d3v1150m471c
April 10th, 2011, 09:52 AM
bump