E: Invalid operation instal
I'm new to Ubuntu OS.
I wanted to install oracle 11g in my Ubuntu 14.04 LTS. I followed the instructions on how to install oracle 11g on Ubuntu:
I've downloaded the oracle-xe-11.2.0-1.0.x86_64.rpm.zip from ORACLE site, unzipped the zip file using unzip oracle-xe-11.2.0-1.0.x86_64.rpm.zip command.
When I tried to run the next command (i.e., sudo apt-get instal alien libaio1 unixodbc), I was asked for my sudo password. Then I entered my administrator password but, I'm getting
E: Invalid operation instalWhat could be the problem and how can I install SQL?
11 Answer
You have a typo error, change:
sudo apt-get instal alien libaio1 unixodbcto:
sudo apt-get install alien libaio1 unixodbc