Debian repos enabled? Where did you get that idea?
I just thought it since the repo is having a word, 'debian', that's why......confusion....
http://postimage.org/image/knobawi7l/We use apt4rpm and it has differences to that of other versions of apt-get and if some one THINKS they know the command chain as they used a different distro they will probably get it incorrect
Synaptic makes it easier
Synaptic and apt4rpm takes the best of both worlds and we benefit from it.
What I get to know is that:
In 'debain' we use: 'apt-get' (or 'aptitude' whatever is...) to fetch as well as install the packages which are '*.deb' (of course).
In 'redhat' side, we use: 'yum' to fetch as well as install the packages which are '*.rpm' (of course).
But in PCLOS: we use: Synaptic (of course nicest) to fetch and install the packages which are '*.rpm' but residing on the servers (as explained earlier....) But in case, if one were using the command line, he/she would definitely be using 'apt-get *' to fetch the packages because the server where these packages reside, are having nomenclature of 'apt' side ('debian'....) but the packages in themselves are '*.rpm', so I guess comes the concept of 'apt4rpm'. However, this work of 'apt4rpm' is done through 'Synaptic', the excellent GUI as well the easiest! If I am still misunderstanding, please do let me know.
1) The Synaptic package manager is a graphical front-end to the apt-get command.
Ah, but it fetches '*.rpm' packages...since it is like 'apt4rpm'.
First "apt-get update", which doesn't update your system but reads the index files listing the available packages.
Oh I see.
Now, Synaptic uses "apt-get dist-upgrade", as it should. Quite a number of users who want to install from the command line tend to use "apt-get upgrade" instead. And a few weeks later they can't understand what broke their system.
Now, Synaptic uses "apt-get dist-upgrade", as it should. Quite a number of users who want to install from the command line tend to use "apt-get upgrade" instead. And a few weeks later they can't understand what broke their system.
So in fact, Synaptic is an excellent tool for that, that's why PCLOS is such a good choice! But if their system breaks after some time (who uses 'apt-get upgrade'), as a matter of interest, what could be the reason...? Is like that it can (in majority of the cases) cause complications, or overlapping, or something bad (don't know what...) goes during the commands....?
Of course there are other ways of installing from the CLI but if you only install applications from the repository you won't need them. If you want to test something not in the repository -- don't.
I would go with this suggestion.
Thanks for a clear-cut explanation.