On Wed, 2019-04-17 at 21:36 +0000, Beartooth wrote:
I didn't know yum still worked in Fedora. Is && a command?? Or
what?
yum is now just a symbolic link to dnf. The old version of yum is still avaliable as yum-deprecated.
'&&' is standard Shell syntax. 'foo && bar' means 'run bar iff foo worked (i.e. returned a 0 exit code'
poc