New user having trouble with simple software installation

I downloaded the latest Ubuntu software and installed from flash drive. I enabled update and within software & updates enabled clicked 4 boxes allowing third party software

I then downloaded binance application for unix from their website, as it was no where to be found in Ubuntu Software application. It downloaded as a .rpm package.

I would simply like to know how to install this software. I read I need to install alien and convert from .RPM to Deb format. Is there another simpler way?

The software is in the 'downloads' folder. When I run the terminal within the same folder and type 'sudo apt install binance' or binance-x86_64-linux.rpm it simply says unable to locate said package.

I installed alien and when i try to convert the file it simply says not found I have also ran the synaptics package manager and that too can not find the package even if i rename it and place it on the desktop.

Any help would be much appreciated, as I've already spent several hours to no avail.


Solution 1:

You can download it from here.

It is a "deb" file, which can be installed locally with the "gdebi package manager"

Please note that this way is not encouraged, since it is inherently insecure. You do not know what code you are downloading and what is does to your system.

Also accept that it might not work, if dependencies are not met. But if you really have to download code like this, look for .deb files, not for .rpm