I have learned to get around in yum, but now with Ubuntu, I am having to learn apt-get.
Before with yum, I could do:
sudo yum list | grep -i <some program>
now, I need to do:
apt-cache search <some program>
I have learned to get around in yum, but now with Ubuntu, I am having to learn apt-get.
Before with yum, I could do:
sudo yum list | grep -i <some program>
now, I need to do:
apt-cache search <some program>