Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 21986 ideas, 135057 comments, 2615221 votes
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas
Idea #20108: Simplify the use and the sharing of softwares under Ubuntu

Written by vincenzodentamaro the 2 Jun 09 at 11:49. Category: Usability. Related project: Nothing/Others. Status: New
Rationale
The idea is to solves software dependencies and installation problems.
Tags: SFS Technology

49
votes
up equal down
Solution #1: SFS Technology
Written by vincenzodentamaro the 2 Jun 09 at 11:49.
The new SFS Technology solves software dependencies and installation problems. It consists of a unique file that can be mounted as a normal file-system with all really needed libraries and files of the specific program. When mounted the sfslauncher will start the application stored into it. The procedure is completely transparent to the end user; Just double click on the "program.sfs" and sfslauncher will do the magic. Starting with version 1.0 we improved the integration: the operating system now knows the "sfs" file type as a native executable file.



How does it work?
(See the video,the download link is at bottom of document)

Well, the file "program.sfs" is a squashfs compressed file that can be used as a virtual filesystem. The .sfs file can be mounted by a daemon in an hidden directory (/.mounted/"SFSprocessID"). Once mounted the file, sfslauncher program will read the executable's name and all the parameters stored into the "parameters" file (a simple text file). Then the sfslauncher will read the description.id file and will execute the executable file. When the user will close the executable(the software into the package) sfslauncher call the daemon and send to him a command called "flush": the daemon will release the thread, unmount the .sfs file and delete the hidden directory.

What is NOT contained in the sfs file ?

The Desktop environment's libraries and other operating system's native libraries as for example KDE libraries, gtk+2, glib, libc6 and many more.

What will contain the .sfs file ?

The sfs file contains just the most necessary libraries to perform a correct software execution.

These are what we think are the highlight of the SFS Technology:

1--Ease of use;

2--Ease of software sharing;

3--The base configuration of the operating system remains unaltered;

4--It allows dynamic library linking;

5--It allows to use different version of a software;

6--The sfs technology preserve the environment: it work in USER MODE;

7--Operates also in 64 Bit environment;

8--Released under the GNU/GPL license;

9--A version for Linux Mobile (ARM processors) is under develop;

10-- Can run simultaneously max 256 sfs application !!

This project is under develop at page

http://code.google.com/p/sfs-technology/

Ubuntu[Italian] forum discussion :
http://forum.ubuntu-it.org/index.php?topic=283698.0

NEW VERSION 1.1.0.4:

----Automatically Dependency Handling:
This new version allows to handle dinamically some dependencies that
could not be in a SFS package.

If defined, sfslauncher will try to install this not founded dependency by
a simple graphical user interface, showing a popup message!
For example if you want to use the SFS version of Rosegarden, you must have
installed KDE, jack daemons and some other dependencies that are not contained in
a SFS package. This new SFS Technology version will download all the necessary
dependency (jackd and KDE GUI) and it will execute Rosegarden!

--Some relevant bugs fixed

NEW VERSION 1.1.0.3 :

--This new version allows Nautilus to associate the icon contained into the SFS executable file to the correspondent SFS , having the same effect as the executables files do on Windows or Macintosh, where each has its own icon.

--Make Protable Option: This new option allows you to save the configurations of applications in the same folder where resides the SFS executable file. This directory could be situated on a portable device (like a USB pen) or on a normal root's directory. This option is not enabled by default.

--SFS Editor: an editor for the SFS Technology Executable file downloadable from (for i386 and amd64 architectures): http://code.google.com/p/sfs-technology/downloads/list


Video that show the SFS Technology at work !:

http://sfs-technology.googlecode.com/files/SFS_example_video.ogv

Image of some SFS programs:


SFS programs make links in the Main menu under Applications-->Other:


SFS Settings :



For more information about SFS Technology please contact me.
This solution is very important to further increase the usability of Ubuntu worldwide.
Sorry for my bad english!

Vincenzo Dentamaro
vincenzodentamaro@hotmail.com
SFS Technology developer.
-21
votes
up equal down
Solution #2: Provide and develop klick2 system
Written by Lachu the 2 Jun 09 at 12:14.
Klick2 is similar to MacOS X dmg compressed file system. It provide way to run program from compressed disk image and install it. We don't have install any think. There is only need to provide standard about library in system.
-22
votes
up equal down
Solution #3: Make a ONE-file installer
Written by dael99 the 6 Jun 09 at 00:34.
This solution is similar, but it only is based on a packed file with all the dependencies for it to work from a out-of-the-box ubuntu installation.

The diference is that the UPK (Ubuntu PacKage) will be a simple compressed file with and autoexec script of "dpkg -i *" (from a temp folder where the file will be decompressed)

This will solve various problem for users that need to install software without internet connection... and packages.ubuntu.com is too complicated, even for me.
-11
votes
up equal down
Solution #4: Unified Icon-based drag & drop GUI Application-manager
Written by weblordpepe the 4 Jun 09 at 10:59.
An icon or something called 'Installed Applications', opening this window shows installed applications on your computer AS ICONS. When double-clicked, user drills down showing dependent packages as sub-objects.

For each icon (representing a package):

* You can drag these application icons to the desktop, magically creating a .deb file. Either from cache, or from the repository (prompt?)
* You can drag these application icons to the Trash to uninstall them. Prompt 'Delete config too?' (apt-get handles unwanted packages, so users dont worry about deleting dependencies too. Maybe a big 'Cleanup' button)
* Applications can have nice icons, while libs etc show yucky icons. This is ALREADY implemented in existing apps.

Example Visuals. Remember the specifics don't matter!:

** Look at the installed programs on my computer. These arent shortcuts/launchers. I can drag and drop these to manage them.


** I can drag this .deb I found onto the computer to install it!



** Look Mom I made a .deb from an installed program, now I can give it to a friend. It doesn't matter if its from a repository or not because Ubuntu is smart enough to say 'This depends on packages that I cant find on the internet. Should I put them on your USB drive too?


-14
votes
up equal down
Solution #5: Unified Icon-based drag & drop GUI Application-manager/launcher
Written by nloewen the 5 Jun 09 at 21:50.
Same as solution #4, except the installed applications folder would contain links to applications, not showing dependencies and stuff. You could view dependencies by right click -> view dependencies. A link to Add/Remove applications could also be included.
33
votes
up equal down
Solution #6: FUNCTIONALITY ALREADY EXISTS: Simply add features to the AddRemove tool
Written by weblordpepe the 7 Jun 09 at 16:00.
All the functionality already exists!!, just no GUI user tools:

The default add/remove tool under the 'Applications' menu is half-way towards this solution. I propose adding functionality to this program (gnome-app-install)
The look and feel is up for debate, as is defaults of whats shown/not shown:

This solves a HUGE number of cross-platform problems, while still using EXISTING architecture. For both installed and not installed apps, we could easily make 'distributible' files for any computer. When, saving application to disk, simply put a dialog/wizard for:

* 'Which type of computer do you want this application to run on? Ubuntu 9.04, Ubuntu 8.04, Red Hat?' Think tickboxes!

* 'Will the destination computer have the internet, or should Ubuntu bundle all dependencies not part of standard installation?'

These can simply trigger apt-on-cd, gdebi, dpkg, and friends all in the background using the SAME GUI FOR THE USER. These can either be Wizard or dialog box based. The point here is that WE DO NOT NEED A NEW FRAMEWORK. Its the GUI that needs to be updated. Apt-get is NOT that dumb. Using 'SFS' for distribution will BREAK apt-get eventually. Additional ideas:

** Drag icon for an Application to Trash uninstall.

** Drag icon, or have option to store the Application onto the Desktop, creating .deb file for non-repository (offline) distribution:

** Ability (somehow) to drill-down into dependencies. Perhaps a right-click ability. This is NOT going to inhibit basic users as it is opt-in.



10
votes
up equal down
Solution #7: Use packagekit
Written by murdok03 the 12 Jun 09 at 22:08.
Go DO the #7 but use packagekit
http://www.packagekit.org/pk-intro.html
I've just read the presentation and the guy poses a good argument.
Why not look at the big picture.The problem seems to come from the way we install software on linux anyway.
It's not that we need a new GUI. We just need things simpler!!
0
votes
up equal down
Solution #8: RUNZ
Written by sf_007 the 15 Jun 09 at 01:30.
RUNZ works very well for self-contained apps: http://hacktolive.org/runz
4
votes
up equal down
Solution #9: Support Ubuntu Software Store
Written by Quirion the 20 Sep 09 at 14:41.
As #6, but with Ubuntu Software Store.
1
votes
up equal down
Solution #10: Universal package
Written by liandri the 14 Mar 10 at 17:02.
I think that software must be redistributed in packages similar to .sfs or .runz, but there must also be an option to install it as a system program for those geeks who think it will greatly save system resourses. So it could be an alternative to .deb
Package is mounted->files copied to corresponding folders->pachage is unmounted.
1
votes
up equal down
Solution #11: Compatibility between distros
Written by liandri the 14 Mar 10 at 17:11.
To resolve possible multi-distro compatibility, mentioned in discussion somewhere here there must be a list of needed libraries in a package. So when you launch a program it checks availability of needed files in the system and downloads missing ones. After doing so it either installs them as system files or copies them into the package.

Propose your solution

Attachments
No attachments.


Duplicates


Comments
cheesehead (Brainstorm admin) wrote on the 2 Jun 09 at 17:07
The rationale is unclear. Please explain which dependency and installation problems theses solutions are trying to solve.

Software repositories serve two purposes: Compatibility and security. Can these third-party executables achieve the same levels of compatibility and trust as repo packages?

vincenzodentamaro wrote on the 3 Jun 09 at 05:40
These third party software will be released by a major organization such as the Ubuntu foundation through a specific section on the site, so security is ensured.
The software in a SFS is run in user mode and therefore can not (theoretically) to ruin the installation of the system.
The level of compatibility will be maintained because SFS technology is designed to support all software LSB compatible, when some of them use some non-standard libraries (or not in the base installation of Ubuntu), they will be included in the package (executable) SFS circumvented any problems of incompatibility.

This technology is intended to be used as an alternative that works in harmony and cohesion with the consolidated tool for software installation repository via apt (or synaptic for example) therefore it is not a replacement for the relatively stable system upgrade (apt).
The goal is to allow easy exchange of software between people, which is now impossible on any Linux distros.
It will also further simplify the use of the software on Linux, because it allows to run stand alone executable file like MacOs or Windows does.

vincenzodentamaro wrote on the 3 Jun 09 at 05:46
"The rationale is unclear. Please explain which dependency and installation problems theses solutions are trying to solve. "


A lot of people (not just me) happen to uninstall a software on Ubuntu (and also in other distros) which causes the removal of many other packages together.
Sometimes it even happened to remove the whole ubuntu-base completely emptied the installation of Linux.

cheesehead (Brainstorm admin) wrote on the 3 Jun 09 at 12:12
If the problem is unintended package removal, wouldn't that be a bug (or usability bug) with the package manager?

I've mistakenly removed packages, too - because I misunderstood what the package manager was trying to tell me (example of a usability bug).

These ideas are cool, and probably worth doing for other reasons. Since they may be much more effort than changing a few dozen lines of source in the package manager, is there a good use case or two for this feature?

vincenzodentamaro wrote on the 3 Jun 09 at 13:46
"These ideas are cool, and probably worth doing for other reasons. Since they may be much more effort than changing a few dozen lines of source in the package manager, is there a good use case or two for this feature?"

You have right !!
In fact, in my opinion this is the best solution to increase the exchange of free software among the people,ad also greatly it simplify the lives of all those people who switch to Ubuntu from Windows or Mac.

I believe that you have understood the motivation of this solution on Ubuntu Brainstorm.
In your opinion what would be the best justification that can arouse interest in the community?

weblordpepe wrote on the 8 Jun 09 at 06:04
I would strongly oppose introducing a new file type or a new layer on top of the Apt/deb system. The problem is that userland tools dont provide enough options - NOT a flawed architecture.

We cannot use additional layers of complexity to just pretend Ubuntu apps are structured with static libraries. We need to use the GUI to ensure debs are distributed with everything needed for its intended destination.

See http://brainstorm.ubuntu.com/idea/20139/

weblordpepe wrote on the 8 Jun 09 at 06:14
Furthermore, this approach will eventually break the system. Linux is structured to make use of shared libraries and shared resources. Installed programs share their resources.

You absolutely cannot do this as a default way of people to distribute applications. The system just does not work this way. For example, you cannot ship 20 different copies of a GTK library. You'll end up with:
Inconsistent GUI
Wasted storage
Very high memory utilization.

You cannot simply package applications against a 'standard' linux. This mystical platform only exists at the kernel level. You NEED to have dynamic, floating apps which list their dependencies.

While agree some times apps need to be self-contained - you can already do this. You CAN BUILD APPS WITH NO DEPENDANCIES. But they are HUGE.

Various tools allow you to run isolated applications which cant touch the system, if that is your goal.

vincenzodentamaro wrote on the 8 Jun 09 at 09:23
Hi Mr Weblordpepe you say:

"Furthermore, this approach will eventually break the system. Linux is structured to make use of shared libraries and shared resources. Installed programs share their resources."

I think that you DON'T understand the main idea!

The sfs packages contains only some libraries not provided in a standard Ubuntu installation, for example in a SFS package there will never be gtk + libraries or system libraries, but only those libraries which that particular program needs to run properly and the library that are not in a normal Ubuntu installation.

Is also not true that the static and dynamic linking between libraries does not guaranteed, because the SFS load the GUI libraries and other important libraries from the standards shareds directoryies (/usr/lib/ for example), rather less common libraries are loaded from the library directory contained in the SFS package, SFS also allow a system for the Dinamic Library Linking, I try to explain with an example how it works:

Take 2 programs (programA.sfs and programB.sfs) both containing the same library called libraryX1.so.
If the libraryX1.so is contained in the package programA.sfs when we launch the programA.sfs it will be loaded into memory, when we run the prgamB.sfs it will first seek the libraryX1.so into the mounted directory of programmA.sfs and if found this, then do not load back into memory the same library, but will focus on the library already present in RAM, thus saving time of loadinf and space RAM.

So in conclusion, unlike other technologies SFS Technology provides an interaction and a dynamic link between the libraries, does not contain standard libraries already present in a common installation of Ubuntu, is not a replacement for apt, it began as an aid to making using the software easier on Linux.

The motto of Ubuntu is "Ubuntu for Human Beings", well I think that the SFS Technology is a solution very close to the "Human Beings".

I hope to be clear ..

weblordpepe wrote on the 9 Jun 09 at 11:01
Yes it's clear but redundant.
Apt-get already provides this functionality for shipping dependencies with applications. Its called having 2 .debs in a zip file.

We need to use existing tools to build functional, interactive, and intuitive facilities to users. I can't stress this enough: The architecture is NOT BROKEN. We do NOT need to implement 'SFS technology'. The functionality already exists.

You absolutely must let the apt system maintain full responsibility of all software on the system. If you dont, it breaks.

We already have the ability to seamlessly bundle software to work on different systems. Its called dependencies. If you need to hook into a third party repo, then bundle the script into a .deb for petes sake.

The trouble is that nobody has developed the GUI tools to do everything apt-get and other console commands do. Really, the functionality already exists we need to make the GUI tools smarter. Synaptic is rubbish for end users, and gnome-app-install is brilliant but half done.

Its the user-land that needs fixing NOT THE ARCHITECTURE!!!!

vincenzodentamaro wrote on the 9 Jun 09 at 12:43

"The trouble is that nobody has developed the GUI tools to do everything apt-get and other console commands do. Really, the functionality already exists we need to make the GUI tools smarter. Synaptic is rubbish for end users, and gnome-app-install is brilliant but half done."

Ok I agree, but the key to winning is the philosophy that Apple is using:

In MacOS X there are some software that needs to be installed to work properly and some other softwares that you can directly copy on your hard drive and they works!

Sincerely SFS Technology is not an instrument to supplant apt and also it can not replace the entire architecture.
(I don't understend why are you insisting on it?!)

But certainly it helps spread of the software, simplifies the use of software and makes it the longest life of the operating system.

You're right when you say that we need to offer more graphic tools to the end user,but we should also provide a more simple "use" of the applications.

People, simply want to make double-click to open a program, also people want to exchange freely and easily the software.

Ignoring things such as this idea, signify to live with bandages over his eyes, while the competition beetween Operating Systems goes on!

However Linux is designed to run stand-alone programs, and if we really want to improve this system, we must provide a service of its kind to people.

See here:
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html

I consider you a creative person, so I expect you to be constructive criticism!

Bye



OpenNingia wrote on the 9 Jun 09 at 16:07
@vincenzodentamaro:

There is a flaw in your concept of SFS applied to Ubuntu.

That is programmers does not develop software for ubuntu itself, they develop software for linux.

THEN the Ubuntu packagers adapt the application to run fine in ubuntu, without this passage your system may not be able to run the application out of the box.

And now another question:

let's suppose that Ubuntu implement the SFS engine and functionality, who is going to package all the application into SFS?

Developers surely won't do it :)

( I'm a developer and I will not package something for the sake of only one distribution )

vincenzodentamaro wrote on the 9 Jun 09 at 18:55
Excellent question!

Well, in theory SFS Technology could be installed on any Linux distro, not just Ubuntu, then a packager could make an SFS that can run on all distros.
But attention !!
If you create an sfs containing non-standard libraries of Ubuntu, this might create problems of compatibility with other distros, that's why it's important to create a team of volunteers (which I could manage) that works only on packaging software for Ubuntu in the SFS format.

However, for developers that make software LSB compatible, is more easier to create an sfs that works on all distro instead of making a package for each distro or worse only for a single distro.

Another important thing is that: while at each release of Ubuntu the packager must upgrade all packages, with SFS, there would not be needed, because new distro's releases usually have a certain level of compatibility with earlier releases of software, then an SFS created for Ubuntu 9.04 with good probability could also run on Ubuntu 9.10, then less time spent in the conversion of packages and less men use working at convert all!

Furthermore I reiterate that SFS is not an installation system, and then the software in the sfs format will be auto executable and ready for use, without having to install nothing. Some software that require installation will not be converted to sfs. For example pulse audio , jack, system's software, software for the correct use of the Operating System and many more could not be in the SFS format!

Ubuntu is one of most diffuse Linux distro in the World, I believe it is already very important to exchange the software even among Ubuntu users.
Just starting to do it!

weblordpepe wrote on the 10 Jun 09 at 11:48
The is the wrong approach. We absolutely cannot introduce a new package format. For a few reasons:

* Effort required by developers
* Distracts and confuses users (even if its superior - not the point)
* Apt-get NEEDS to have ownership.
* There is NO NEED to introduce something new!!!!!!

You need to understand this point. The functionality for single file installers that work on all distros ALREADY EXISTS. Seriously, you just need to package the libraries in with the program. It just isnt popular to do so because:

* It makes downloads enormous
* Libraries get updated with security fixes and ALL apps need the updated libraries.

Please, PLEASE look into how linux works, not just the debian package system. User experience is confusing enough already. We can't afford to distract people with solutions too problems that dont exist. Seriously investigate what the architecture first before bringing in new things which confuse users.

vincenzodentamaro wrote on the 10 Jun 09 at 12:31
I answer to you analyzing each item:

"* Effort required by developers"

Ok, this could be an initial problem, but there are already many developers involved in creating packages for Ubuntu, then Ubuntu's Leader could create a team of developers only for the SFS Technology.

"* Distracts and confuses users (even if its superior - not the point) "
Oh, this is really absurd!
This technology was created to simplify things not to complicate. An user can select to install a program using synaptic or use the SFS version of the same program (ready to use) that don't need installation!

"* Apt-get NEEDS to have ownership. "

Of course!
But you don't understand that SFS Technology is NOT AN INSTALLATION SYSTEM !!

"* There is NO NEED to introduce something new!!!!!! "

This is your opinion, that I respect, but you deny any improvement and progress.

You say also:
"User experience is confusing enough already. We can't afford to distract people with solutions too problems that dont exist. "

Well, one of most important Linux's (not only Ubuntu) problem is the use and the installation of the software, peoples that come from Windows feel off using Linux's software, in particular the software installation system, because they are spoiled in having a single file to install.
SFS Technology offer to have a single executable file ready to use that requires no installation, so it's even better!

MacOS X has already adopted this strategy from a long time. It's time to wake up!

eugene2k wrote on the 10 Jun 09 at 16:40
Apple fanboyism in the Ubuntu community. How nice.

weblordpepe wrote on the 10 Jun 09 at 21:16
vincenzodentamaro :
Please do not complicate the issue. You do not seem to understand that this SFS thing you are touting is not required to get the end-user experience you want.

Look, this is not an opinion: We do not need this 'SFS' technology to make single-file installations which work over multiple distros. You have plenty of ways of doing this already.

Please, look at Firefox. Look at the beta download - that works over multiple distros and is a self-contained installation. Put that inside a .deb file and you're set.

Please research apt-get and the linux architecture. We cannot just ask developers to repackage everything into some new quirky format just because you think it simplifies everything.

Apt-get already works over different architectures.
Alien allows you to convert from RPM to native deb and vice versa.

Please, this conversation is distracting from much simpler solutions to the problem. It's only a GUI issue it is not a problem with apt-get. We do NOT need an additional layer over the top simply because existing GUI tools do not provide functionality.

The move voices touting different things makes it hard for developers to hear the right option. You've already got people calling you a fanboy on here because you won't listen.

We only need to update the GUI tools. This is NOT a platform issue. I will not repeat this.

aprilia84 wrote on the 14 Jun 09 at 12:05
I think that we did not just need a better GUI, but above all we need simple things like SFS!

sf_007 wrote on the 15 Jun 09 at 01:46
I think people here just miss the point: it is hard to RUN apps on Linux!
-Binary + payload: user needs to make it executable first, and it's not really easy to make a self-extracting ELF binary
-Script + payload: you still need to make it executable and by default it opens in gedit with an error.

Sorry, but the usability really sucks (and I am an Ubuntu user!)
One simple example of "suckiness" is that it is very hard to install software offline on Ubuntu (sure it is possible, but it is not easy!)

And please don't come with the .deb talk: debs are for INSTALLING software, I'm talking about RUNNING software...

I think we should have something like SFS Technology or RUNZ: http://hacktolive.org/runz

+ 1

vincenzodentamaro wrote on the 15 Jun 09 at 12:23

You are absolutely right!

vincenzodentamaro wrote on the 18 Jun 09 at 19:59
New version 1.1.0.3 released !

NEW:
--This new version allows O.S. to associate the icon contained in the file into the executable SFS to the correspondent SFS, having the same effect as the executables files do on Windows or Macintosh.

--Make Protable Option: This new option allows you to save the configurations of applications in the folder where the executable resides SFS, it is a portable device (like a USB pen) and a normal directory.
The option is not enabled by default.

--SFS Editor an editor for the SFS Technology Executable file downloadable from (for i386 and amd64 architectures :
http://code.google.com/p/sfs-technology/downloads/list

vincenzodentamaro wrote on the 20 Jun 09 at 13:45
Here is the link to the video on how to create an SFS.
I made this video guide on a 64-bit machine, but the procedure is the same also for the 32 bits machines (i386), you have just to change the "architecture type" from 64 to x86.
This is the link:
http://sfs-technology.googlecode.com/files/HowToMakeSFS.ogv

Good SFS Editing

aprilia84 wrote on the 21 Jun 09 at 18:26

I think that the sfs technology is an excellent solution, because:
If for example I have my hard disk full of applications and I have little space available (or at least little space in the ubuntu's partition)
At this point, what I do?
I am forced to uninstall some applications (many of which are very heavy), instead using SFS, this does not happen, because the SFS applications may also reside on an external support or on a partition dedicated to another operating system like Windows or Mac.
Cool !!

nloewen wrote on the 29 Jun 09 at 17:05
If you didn't use sfs you could put MORE apps on your system before you ran out of disk space because you don't have a copy of the same library in each application. You have the library in one location which all apps refer to saving disk space.

vincenzodentamaro wrote on the 29 Jun 09 at 18:24
The SFS package is a compressed filesystem, so your space is optimized.
Nowadays, as you know, time is a resource that can't be reused, once you consume 1 hour of your life you can't get back that time no more. With SFS packages you can save time.
Hard disk space can be reused if you save the program on an external storage disk, so your hard disk space is freshly new.
Everyone can buy storage memories for cheap so if you don't use a sfs program you can put that on a pen drive or every storage media you want.

Naturally you can run the SFS program from any kind of external storage media!.

vincenzodentamaro wrote on the 29 Jun 09 at 18:41
QUOTING FROM SFS SPECIFICS:
---------------------------------
What is NOT contained in the sfs file ?

The Desktop environment's libraries and other operating system's native libraries as for example KDE libraries, gtk+2, glib, libc6 and many more.
---------------------------------------------

For example the size of installed version of SongBird is about 55 Mbytes, instead the SFS version of SongBird is about 29,3 Mbytes.
The size of SFS version of Firefox is 9.5 Mbyte .
Are 9.5 Mbyte a problem for your hard disk?

Mplayer's size with ALL CODECS is 10,5 Mbyte against over 30 Mbyte if installed.

Programs when are installed on your hard disk are splitted in a lot of parts, increases their effective size (called fragmentation) instead using SFS, fragmantation is optimized, saving space on your hard disk.

dael99 wrote on the 4 Jul 09 at 07:35
I really don't think that SFS is going to be the solution...


maybe only a Win32 or a OSX GUI for apt-get with the ability to export the downloaded files to a single file, so when the user is back on his computer, he will install it as it were a common deb file (something like a Super Deb) with all the UPDATED libraries and the dependencies required.

People withoput internet connection needs to have access to software installation, and maybe SECURITY UPDATES.

vincenzodentamaro wrote on the 16 Jul 09 at 11:41
New version 1.1.0.4 released!

The novelty consists in the ability to install some dependencies which can not be contained in a package SFS,such as for example, some daemons and services.

paultag wrote on the 13 Aug 09 at 16:02
I'm a bit scared at this idea.

I recall coming across this software package when a friend mentioned a kludge'd package manager written in Pascal, almost totally using UNIX system calls, and chmod's /etc/modules in it's .deb preinst. Not to mention enough security holes to sink the continental united states.

I filed a few bugs on it and forgot about it.

This is not even an idea. This is blatant advertisement, and comments consist of Vincent announcing releases.

I, for one, would like to see this marked invalid. apt-get in its most prime stages handled dependencies better then this, and the code is not even a contest.

Multiple package managers on a computer are also something that we try to avoid, this is the reason why CPAN, Ruby Gem, PEAR and countless other software installers are having their packages ported into the apt repos.

So, why not use SFS?

Erm, because it uses loop devices, it will max out at 256 packages at once. And that does not count if you would like to have your own.

A pretty jem from the source, running as root:

shell('rm /dev/loop*');
shell('cp /usr/sbin/sfs/MAKEloop /dev');
shell('chmod 777 /dev/MAKEloop');
unix.Shell('cd /dev && exec ./MAKEloop loop');

This is dangerous stuff, people. Avoid SFS.


ibuclaw wrote on the 13 Aug 09 at 16:16
Paul, eww... I can't believe you brought up that awful product again, I should have never showed you it. :)

On the sidenote, don't we already have the ability to do this though? It's called tarballs.

vincenzodentamaro wrote on the 20 Aug 09 at 17:36
Well , I reply only about my project!

It's inutil that you mention other projects that are not my property.

You are using an older version of surce code, the shell('rm /dev/loop*')command was removed from the source, and I'm trying to improve the loop devices use.

This kind of things can be done only with loop devices, that in Linux are too much powerful!

Well the code that you are mentioning is integrated into the daemon software that is totally separated by the SFS applicaton that runs ONLY in USER MODE. SO YOUR SECURITY ISSUES ARE UNJUSTIFIED.

This is my idea, naturally could be bugs and issues to solve, and I'm here just to do it!

Would appreciate a reporting error rather than an advertisement against.

Remember that it is not an apt replacement, but only a solution to simplify the use of software in Linux.

There are no dependencies to handle and nothing to install.
All the SFS applications runs in USER MODE.

For everything else there is apt.

Quirion wrote on the 20 Sep 09 at 14:57
Just to clarify who we are dealing with, the SFS technology was developed by the people responsible for the Ubuntu-based distributions Linux Tiger (http://www.youtube.com/watch?v=ErwrA4jWL5w) and the soon-to-be-released Linux Black Wolf, as shown in their website (www.unixteam.net).

As you can see from the linked video, said distributions illegally include wallpapers and icons ripped from Mac OSX. Also note that while being Ubuntu-based, their licenses blatantly violate the GPL (being only for personal use).

Linux Tiger is also known for including copyrighted Nintendo games (if you can read Italian, look at the article http://andrealazzarotto.com/2008/11/25/linux-tiger-incoraggia-il-software-pirat a/ whose title translates to "Linux Tiger encourages piracy").

Should we depend on these people? I really don't think so.

vincenzodentamaro wrote on the 21 Sep 09 at 07:29
No one encourages anything like that. There are and there will already be defamatory of complaints for that article.

This is not the right place to discuss about it.
However the icons and much more are not those of the Mac, I have the evidence.

There are people who, to be famous, does hurt to others and jump on the shoulders of others.

I know this is a bad world but we must be able to distinguish the good people from the bad and the profiteers from who has tried to do something of non-profit (as in my case).

I worked for the SFS Technology for years and I NEVER, I never cashed anything.

This is the point.

vincenzodentamaro wrote on the 22 Sep 09 at 09:16
I see that you (Quirion) also proposed to support the Ubuntu software store that is not a bad idea, I democratically agree with it .

But I would not slander my name, and I do not allow personal accusations, then withdraw your charges!!


Quirion wrote on the 22 Sep 09 at 11:32
I'm sorry, It was not my intention to make personal accusations. I've just read the article and quickly jumped to conclusions. If what tou say is true (and I can't deny it, since I haven't tried that distribution myself), then that article is wrong and you really should complain to the author of the website, since it's damaging your reputation and the credibility of your work.

liandri wrote on the 14 Mar 10 at 16:57
The advantages of such packages are not in that they solve dependency problems. Dependencies are solved by repos.
But what do we do to install a software from non-standart repo? We have to manually add a repository address to kpackage kit (I use KDE), then update software list, then choose needed app and install. Cumbersome & time consuming.
Using portable packages allows user just to download a file and run it.
And when you keep portable apps on a non system drive you don't have to reinstall and tune everything from scratch after reinstalling system.
It is just convenient. Almost every program I use in windows is portable. Yes it occupies more space, so what? Do you use a 20Gb drive?
I think that software must be redistributed in packages similar to .sfs or .runz, but there must be an option to install it as a system program for those geeks who think it will greatly save system resourses. So it could be an alternative to .deb.
To resolve possible multi-distro compatibility, mentioned in post somewhere here there must be a list of needed libraries in a .sfs or .runz. So when you launch a program it checks availability of needed files in the system and downloads missing ones either installs as system files or copies them inside the package.

vincenzodentamaro wrote on the 26 Apr 10 at 19:59
"To resolve possible multi-distro compatibility, mentioned in post somewhere here there must be a list of needed libraries in a .sfs or .runz. So when you launch a program it checks availability of needed files in the system and downloads missing ones either installs as system files or copies them inside the package."

YES, IN FACT THIS IS SFS VERSION 1.1.0.4... automatic system library installation and much more....


Post your comment