APT for installing .deb-packages
I found the apt-package to download in the official fedora repositories. Is it possible to install .deb packages that work on Fedora 21 with this tool?
I found the apt-package to download in the official fedora repositories. Is it possible to install .deb packages that work on Fedora 21 with this tool?
In theory, you can use apt to install deb packages in Fedora and it might work depending on the package you are installing, however it is not such a good idea. .debs will likely place things like configuration files in similar locations, overwriting them without knowing about conflicts that may occur.
AFAIK, apt is included in Fedora more for developers that want to use it to create DEB packages for other systems on Fedora, rather than using it as a package manager.
Asked: 2014-12-15 06:31:45 -0600
Seen: 2,815 times
Last updated: Dec 15 '14
What are the advantages or disadvantages of using rpm to deb packaging? [closed]
how to check if system is rpm or debian based
Can't boot any live cd anymore [closed]
How to install Fedora 19 from a *.iso image on a hard drive?
How do I fix this rpmdb problem?
How to make oracle jdk and jre as default java in fedora 20 ?
Fedora 18 impossible to install
Fedora 18 first boot: "Missing operating system."
What's the difference between an Environment Group and Group?
Are there any particular .deb packages that you want to install on Fedora? I can only see it leading to instability, there aren't that many packages available on Debian/Ubuntu that aren't on Fedora - and if you're desperate to use one of them, your first call should be to try and build the package from its source code.