Announcement

Collapse
No announcement yet.

Fedora 18 Will Preview A New Package Manager

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • blackiwid
    replied
    Originally posted by log0 View Post
    Fedora is great if you want a gnome-shell. The packagekit thingy has been just a minor nuisance. I've got used to yum quite fast. TBH when running Ubuntu I prefer to use apt-get instead of the software center, maybe due to my packagekit preconditioning, LOL.
    I also use softwarecneter very seldom ^^ because if you know the names its just easier to type in aptitude install mesa firefox epiphany empathy libreoffice, than open the center then search the 1. klick to install it, search the 2nd click to install it...

    But if you search ONE Package it can be ok, to use it, its ok if you are unsure if you want this one tool, you have some feedback there a screenshot, you can think about it and maybe install a alternative...

    but yes most of the time I use aptitute ^^

    so yes I will install it (fedora) on one maschine (laptop/desktop) as additionaly thing. I see a few pros about it, better gnome-shell support instlaler that supports lvm (hey they are in this centory not like ubuntu where you have to use the alternative text-installer for that ^^). So I hope its ok. The one big thing a fear a bit, is that I think the community is smaler for fedora, if you look at fedorausers.de it seems one guy did make that, and there are infos that are totaly outdated, i mean really totaly outdated, there stands that in fedora gossip is the default (preinstalled) jabber client, while it seems that project is dead at all ^^.

    while ubuntuusers.de is a really good aktive side, where you maybe not find always completly top notch wiki entries but much closer and often even really at the current state. Also the ubuntu wiki on the homepage from ubuntu looks better quality and quantity and even is eyefriednlier as what fedora has on his sides.

    Leave a comment:


  • log0
    replied
    Originally posted by blackiwid View Post
    I am really considering fedora at the moment as a replacement for ubuntu ^^ but when I read that stuff here I get frustrated ^^. I want a good gnome-shell distribution, I think fedora is the best in this way if you like the normal gnome-shell and want the true gnome-feeling ^^.
    Fedora is great if you want a gnome-shell. The packagekit thingy has been just a minor nuisance. I've got used to yum quite fast. TBH when running Ubuntu I prefer to use apt-get instead of the software center, maybe due to my packagekit preconditioning, LOL.

    Leave a comment:


  • blackiwid
    replied
    I am really considering fedora at the moment as a replacement for ubuntu ^^ but when I read that stuff here I get frustrated ^^. I want a good gnome-shell distribution, I think fedora is the best in this way if you like the normal gnome-shell and want the true gnome-feeling ^^.

    I tried also arch linux but I had problems to install stuff that was experimental what under ubuntu with a ppa did work without problems at the same time. So I am a bit between the chairs right now, I dont like rpm and I think I will not like yum much ^^ so I thought no problem, just use the gui thing, I dont need a softwarecenter with preview images and stars and stuff, but if you say that crashes very often, that is not good in that point. ^^

    pfff really hard days for gnome(shell) users. using always ppas sucks and have old totem versions and stuff because of unity sucks too. gentoo is not got any better than 5-10 years ago only that it has newer programm packages ^^, arch seems also not totaly good usable because there are earlier packages that work in ppas than you get problemles working packages f?r AUR.

    Debian also sucks when you want the newest gnome-shell ^^ maybe linux mint? but to get it to make it a normal clean gnome-shell its also some work you have to do, because its basicly the distro for people who hate kde, gnome-shell (pure) and unity ^^ basicly for gnome2-lovers that need support to make gnome3 look more like gnome2 or something like that.

    It really sucks for gnome-shell users today.

    Leave a comment:


  • log0
    replied
    Originally posted by droidhacker View Post
    and you're f***ed --- I lost count of how many times the stupid thing would take a crap somewhere in between hitting the "go" button, and actually starting the update.

    What I've started doing instead, is browsing with packagekit, and transcribing the package names to a terminal, then running 'yum install' with the list. That's the only reliable way to use packagekit that doesn't result in it borking up and forcing you to browse through all the packages again for a second try.
    Funny, that is exactly how I've been dealing with it (before Gnome Shell motivated me to have a look at other distros out there, but that is another story).

    Leave a comment:


  • droidhacker
    replied
    Originally posted by bwat47 View Post
    Yum is fine, what they really need to replace is that god awful packagekit GUI.
    I absolutely agree. That packagekit thing is an abomination.
    Its acceptible if you're browsing for and installing one or two packages. Browse through them all and come up with a list of 10 or more packages to install, though, and you're f***ed --- I lost count of how many times the stupid thing would take a crap somewhere in between hitting the "go" button, and actually starting the update.

    What I've started doing instead, is browsing with packagekit, and transcribing the package names to a terminal, then running 'yum install' with the list. That's the only reliable way to use packagekit that doesn't result in it borking up and forcing you to browse through all the packages again for a second try.

    At least if yum takes a dump, you still have the list of packages and can try again.

    And since I think of it, it would NOT be difficult to extend packagekit to save the list of packages to install in case it has to be killed with fire. I would start by separating the browser and installer. Thing also needs a smart mode, where you can tell it to skip (and report on) packages with missing/broken dependencies or conflicts, also a "back" button at the place where it yaps at you about additional packages needed for dependencies (no, I don't want to install any part of KDE!!!!) -- I want to be able to GO BACK and DESELECT packages at this point, or REJECT dependencies and have it skip installing those packages that require them.

    Leave a comment:


  • droidhacker
    replied
    Originally posted by 0xBADCODE View Post
    I have used RHEL and Fedora a bit and then I got Debian and Ubuntu to my hands. That's where I understood that I like debian package management far more than yum/rpm. RPM itself is dumb and not meant to be used on daily basis. It's like dpkg in Debian and surely needs front end. That's where Fedora and RHEL hit their wall. Yum suxx. When compared to others.

    1) Yum is slow. No, really it is. Does not stands comparison.
    2) Yum is a memory hog. You see, on virtual machine with 128Mb RAM (which is more than enough to boot it and run networked services) yum would eventually cause OOM when installing packages with a lot of dependencies.
    3) It's awkward and uses awkward data formats for repos. At the end they fugured this causes such a horrible performance that now they gone as far as to download pre-built SQLite databases. Which is a really strange way of doing things.

    So yum suxx. Absolutely. And it looks that for some reason they failed to completely trash it to garbage bin and rather prefer to half-fix it. However the only proper way to "fix" this garbage is to completely trash it, give a boot to python script kiddies and rewrite it using C/C++ and adequate programmers, so it would be fast, do not eat hundred megz of RAM and will not be plagued by bugs. Somethings that other decent distros did ages ago. Most notably, debian based, suse-based, etc.

    As for me I would never consider Fedora again and will avoid RHEL as much as possible unless they completely reconsider their shitty package management.
    All of your points apply equally well to the systems used by debian/ubuntu.

    Leave a comment:


  • droidhacker
    replied
    Originally posted by Anvil View Post
    i dont see why so many people use " GUI's " all the time in Linux. use Microsoft windows if you " Need " GUI all the time. as for packagekit, no one is forced to use it if it doesnt work Nicely for you. iv'e even seen people saying how bad Software center/Synaptic is. but lets not go offtopic. there is nothing wrong with RPM IMO. read the advantages of RPM compared to .DEB .
    That is an EXTREMELY narrow minded point of view. You go ahead and use terminal full time. In fact, why don't you just delete X and everything that depends on it?

    Fact is that IN ORDER TO COMPETE with microscrap, you need to support those users who are barely able to find the ON button. They aren't going to use the terminal for ANYTHING AT ALL NO MATTER WHAT. If you force everyone to use the terminal, you're DOOMED TO FAIL. Guaranteed.

    Now go back to your terminal and have fun.

    BTW: I assume that you're browsing with something like lynx, right?

    Leave a comment:


  • droidhacker
    replied
    Originally posted by leif81 View Post
    Oh please no. The yum command is synonymous with Redhat/Fedora. dnf is a terrible name for a common command...almost as terrible as apt-get.
    You propose having two commands on the system, both called "yum"?
    While the new command remains experimental, it will have a new name. When it REPLACES yum (assuming that it works out...), it will be renamed TO 'yum'.

    Leave a comment:


  • ssam
    replied
    i thought ZIF was going to replace yum. http://people.freedesktop.org/~hughsient/zif/ It is mention on the DNF FAQ, but not really explained.

    The idea of a shared dependency solver across distros is nice. I wonder if it can help bring advanced features like differentiating between depends, recommend and suggests as used in debian.

    Leave a comment:


  • 0xBADCODE
    replied
    Yum suxx.

    I have used RHEL and Fedora a bit and then I got Debian and Ubuntu to my hands. That's where I understood that I like debian package management far more than yum/rpm. RPM itself is dumb and not meant to be used on daily basis. It's like dpkg in Debian and surely needs front end. That's where Fedora and RHEL hit their wall. Yum suxx. When compared to others.

    1) Yum is slow. No, really it is. Does not stands comparison.
    2) Yum is a memory hog. You see, on virtual machine with 128Mb RAM (which is more than enough to boot it and run networked services) yum would eventually cause OOM when installing packages with a lot of dependencies.
    3) It's awkward and uses awkward data formats for repos. At the end they fugured this causes such a horrible performance that now they gone as far as to download pre-built SQLite databases. Which is a really strange way of doing things.

    So yum suxx. Absolutely. And it looks that for some reason they failed to completely trash it to garbage bin and rather prefer to half-fix it. However the only proper way to "fix" this garbage is to completely trash it, give a boot to python script kiddies and rewrite it using C/C++ and adequate programmers, so it would be fast, do not eat hundred megz of RAM and will not be plagued by bugs. Somethings that other decent distros did ages ago. Most notably, debian based, suse-based, etc.

    As for me I would never consider Fedora again and will avoid RHEL as much as possible unless they completely reconsider their shitty package management.
    Last edited by 0xBADCODE; 19 June 2012, 04:34 AM.

    Leave a comment:

Working...
X