Midori Browser 11.5 not working on Kali Linux (midori_11.5_amd64.deb)
$ cd Downloads
$ midori
output:
$ midori zsh: illegal hardware instruction midori
sudo apt install gdebi
cd Downloads
sudo dpkg -i midori_11.5_amd64.deb
@hacktheworld - that was never going to work, you need to seriously learn a lot more about basic Linux operations.
Midori works fine in Kali.
If you download a file ending with .deb , you need to install it first before you can run the app.
There are a number of ways you can do this, I will list two here.
OPTION 1
- Install gdebi if it is not already installed (needs to be with Kali)
Code:sudo apt install gdebi
- Open your File Manager and navigate to the folder where the downloaded .deb is located - Downloads in your case.
- Right click the file and choose "Install with gdebi"
- Following the success of that, Midori will appear in your Menu, under Internet
OPTION 2
You can also use apt to install it.
- In the Terminal, issue the following commands
Code:cd Downloads sudo dpkg -i midori_11.5_amd64.deb
- Following the success of that, Midori will appear in your Menu, under Internet
Once Midori is installed, you can invoke it from Terminal, but it will also generate a terminal text window that raises more questions for you than it answers, as seen in my screenshot below.
![]()
... so you would be better to either launch it from your Menu, or else find it in the Menu and add it to your Panel on the Desktop.
Wizard
What cpu architecture is that system? Can you share the output of the following to check something?─$ midori
zsh: illegal hardware instruction midori
lscpu | head -n2
$ lscpu | head -n2What cpu architecture is that system? Can you share the output of the following to check something?
Code:lscpu | head -n2
That's not it then. What happens when you switch to a bash shell.$ lscpu | head -n2
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
That's not it then. What happens when you switch to a bash shell.
So run "bash" from your "zsh", that will give you a bash shell. What happens then when you try and start Midori from the command-line?
Will download Kali and install it in a vm to see what happens then.
That's still showing your are trying to launch it with "zsh", but okay. I installed a vm with Kali and it launches there, even when using zsh. Must be something odd then.Nothing happens it always gives me the same output:
─$ midori
zsh: illegal hardware instruction midori