Aptitude command on fedora

5,648

Solution 1

I think you'll just have to manually find the equivalent packages.

For example, g++ on Fedora is gcc-c++. libfoo-dev is generally libfoo-devel or foo-devel.

Solution 2

Install YumEx , I think it goes for Yum Extended, it's a graphical interface like synaptic, it will help you.

Share:
5,648

Related videos on Youtube

user37974
Author by

user37974

Updated on September 17, 2022

Comments

  • user37974
    user37974 almost 2 years

    linux newbie here. I'm running Fedora 12 and I have a script for Ubuntu installing a bunch of packages using aptitude. I tried installing the packages using yum, but most of them aren't available.

    The packages aren't very new or complicated stuff, is there any way get packages through aptitude on fedora? Or am I just going to have to find the Fedora equivalent of each package manually, for example the first package installed is g++ and of course this has a fedora equivalent.

    • Icebreaker
      Icebreaker almost 11 years
      While it may be possible to run aptitude on Fedora, it is almost certainly a bad idea to install packages from repositories that are not specifically designed to work with Fedora. Loading packages from an Ubuntu repository, for example, could severely mess up your Fedora installation.
  • user37974
    user37974 over 14 years
    After apt-get update, apt-get can't find the aptitude package...
  • Pysis
    Pysis over 7 years
    With the upgrade from Fedora 23 Workstation to 24, my old install command didn't seem to work anymore. The package name could have been changed. Here is my current command that should work: sudo dnf install yumex-dnf -y;.