Tagged Questions
1
vote
1answer
125 views
Cent OS. Removed yum packages with apt-get. Server at work is down
I ran:
sudo apt-get --fix-broken install
and ended up removing:
MySQL-client (5.0.92-0.glibc23)
MySQL-server (5.0.92-0.glibc23)
bandmin (1.6.1-1_newinit)
exim (4.69-30_cpanel_maildir)
mdadm ...
2
votes
3answers
2k views
Aptitude command on fedora
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.
...