0

I have some questions about some Terminal commands:

  1. Why must you do sudo apt-get update before installing an program or after downloading something? Does it update Ubuntu then?

  2. What is the different between sudo gedit /location/to/afile.txt and gksu gedit /location/to/afile.txt?

  3. Why people don't use -y on the end of a command, like for example in sudo apt-get install programx -y.

  4. What does the -i and -l (are there any more) mean in a Terminal?

  5. How can I unpack any .zip or .tar.gz file in a Terminal?

oerdnj
  • 7,940
Korkel
  • 1,158
  • 1
  • 10
  • 26
  • 1
    3. It is a good idea to check whether apt is doing what it should or something utterly stupid (its very good at that) 4. depends on the program - run COMMAND --help, COMMAND -h or man COMMAND to find what those options do for that command 5. http://askubuntu.com/questions/262068/how-to-extract-a-tar-gz-file and http://askubuntu.com/questions/86849/how-to-unzip-a-zip-file-from-the-terminal – Wilf Jun 02 '14 at 08:19
  • 1
    your fourth question seems to be unclear. – Avinash Raj Jun 02 '14 at 08:20
  • Shouldn't this question be split into 5 different questions? It's rather unlikely that others will have this exact set of questions, but separately they're all quite common. – waldyrious Jun 02 '14 at 14:31
  • No? It is one question? – Korkel Jun 02 '14 at 15:19
  • These are separate questions and each can be answered: some have already been answered. – Warren Hill Jun 02 '14 at 17:28