Install oracle 19c on fedora 33

Im trying to install oracle 19c in fodora 33. But During execution of ./runInstall there was an error

INFO:  [15 Apr, 2021 8:38:11 PM] [WARNING] ORA-03113: end-of-file on communication channel
INFO:  [15 Apr, 2021 8:38:11 PM] Skipping line: **[WARNING] ORA-03113: end-of-file on communication channel**
INFO:  [15 Apr, 2021 8:38:11 PM] Skipping line: 
INFO:  [15 Apr, 2021 8:38:11 PM] [FATAL] ORA-03114: not connected to ORACLE
INFO:  [15 Apr, 2021 8:38:11 PM] Skipping line: **[FATAL] ORA-03114: not connected to ORACLE**

I cannot find a way to install oracle db in fedora 33.

My variables are below
export ORACLE_HOSTNAME=fedora32.localdomain
export ORACLE_UNQNAME=cdb1
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/19.0.0/dbhome_1
export ORA_INVENTORY=/u01/app/oraInvenotry
export ORACLE_SID=cdb1
export PDB_NAME=pdb1
export DATA_DIR=/u02/oradata

export PATH=/usr/sbin:/usr/local/bin:$PATH
export PATH=$ORACLE_HOME/bin:$PATH

export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib

When I try to startup manually it says
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file ‘/u01/app/oracle/product/19.0.0/dbhome_1/dbs/initcdb1.ora’

Does this path exists and does the oracle user has permissions / ownership?

You can show us the output of
ls -ahl /u01/app/oracle/product/19.0.0/dbhome_1/dbs/initcdb1.ora