SHENGTON said: Hi experts, good day. :)
I have few questions regarding installing:
- Why is that in Linux if we install a program we need to use a command?
- Is Linux can't make a program which is already compiled and we just run the program to install it just like in Windows?
I'll be waiting for your answers guys.
Take care and God bless. :)
1-2: In Ubuntu, get a .deb file. Double-click on it. Confirm your password. Click "OK". Same process (in the user's perspective) as installing an application using a .exe installer.
1: Not all applications need to be "installed". Some are run just by double-clicking a script that has executable permissions. For example: in Blender 3D 2.48a, you just download the package for Linux, unpack it to a directory, then simply double-click the "blender" script; no need to install, no need to go into CLI.
2: APT is one of those "universal installers". The difference between that and a Windows installer is: in Windows, each "complete application package" like say, Photoshop, comes with its own installer, but you can't use that same installer for installing, say Illustrator or VLC or SomeOtherWhatever; in Linux, you use an installer like APT to install over 9000 big and small application packages, whether they're related or not.
So we might as well turn the question around: can't there be just one pre-compiled program in Windows that installs most (if not all) application packages and dependencies, like in Linux? :D