Doubt On Linux Commands

Which linux distro are you using ?
Why like that and not using gui ?

Just out of interest as I tried that and several hours later failed so went with a clean new install on lmde.

I never update using the GUIā€¦ I always update with ā€œaptā€ā€¦ Donā€™t use RPM based distros very much - but when I do - I update from TTY / terminal and ā€œyumā€ or ā€œdnfā€ā€¦
I just do it via terminal 'cause then I can e.g.

  1. select the output if I want to search something (e.g. error message)
  2. save some output as a text file
  3. do it remotely from another computer

Itā€™s just a ā€œhabitā€ - but - I do manage a few hundred (thousand?) Linux servers and do all the updates via remote terminal session (i.e. ssh).

I also nearly ALWAYS install apps from terminal - if itā€™s in a repo with ā€œsudo apt install blahblahā€ or if itā€™s a downloaded DEB file ā€œsudo dpkg -i pkg.debā€ (or if itā€™s an RPM distro ā€œsudo rpm -ivh pkg.rpmā€ - Iā€™m pretty sure that yum and dnf work just fine with local rpm files, but Iā€™ve always done it ā€œrpm -ivhā€).

3 Likes

CLI updates have one advantageā€¦ you can script the output.
If something goes wrong you can go back and study the outout.

3 Likes

Now I understand more, at a distance with many servers to do then easier option than log into each server grapically would not be easy. My wifeā€™s son does something similar so we have talked about this together. I forget some of you have jobs and real things to deal with, mine are just home users.

3 Likes

Never been an Administrator, tho I got my feet wet as backup one way back in the late 90ā€™s. I could add users and perform backups and restores to tape using the tar command. I know how to update Linux thur the terminal, but Mintā€™s GUI is so easy for a home user.

2 Likes

One of the things that stops end users from thinking linux is command line, even now with gui many still think its needed.

But yes the mint updates are just so easy to do, hard bit is remembering your password.

1 Like