Ubuntu System Installation Guide
- Edit
/etc/apt/sources.list
- Add
deb http://gb.archive.ubuntu.com/ubuntu jammy main
to the file. - Run
sudo apt update
in the terminal. - Run
sudo apt install '<BakaXL main .deb file path>'
in the terminal.
TIP
In Ubuntu 22.0 or higher versions, the OpenSSL library used by the operating system has been updated from 1.1 to 3.0 or higher. BakaXL 4.0 requires OpenSSL 1.1 to run. Follow the steps below to install it:
- Run
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
in the terminal. - Run
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
in the terminal.
Contributors
XiaoMouz