On 27/4/19 3:02 pm, Emmett Culley via CentOS wrote: > ... > > The upgrade succeeded after manually removing the older dupes. > > Thanks for your suggestions. > > Emmett > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos Might I suggest you look into GNU Screen or tmux. I've never used tmux so can't help there. The first thing I do when I log on to a remote machine is to launch a screen session - either reattach to an already running session or create a new one: screen -DR akk This is now part of my DNA - never run a single command on a remote machine unless you are in a screen session - one never knows when power will fail. ak.