Handling .zip, .tgz, .deb, .bundle

  • .bundle File
    •  Change permissions first then run the executable
      • chmod a+x fileName.bundle
      • ./fileName
  • .zip File
    • Extract by typing the following commands
      • unzip fileName.zip
  • .tgz File
    • Extract by typing the following commands
      • tar xzf fileName.tgz
  • .deb
    • Run this command followed by the seccond
      • sudo dpkg -i /path/to/deb/File 
      • sudo apt-get install -f -y
  • .xz/.tar/gz
    •  Run this command
      • tar xf fileName.xz
      • tar xf fileName.tar
      • tar xf fileName.gz

Comments

Popular posts from this blog

Intro to OpenFlow Tutorial with Ryu Controller

Snap Assists on Ubuntu 16