0

I want to download an OS. I have two options:

  • either downloading ISO file directly via remote link.

    Or

  • Downloading RPM package via BitTorrent

I want to download via BitTorrent. However, I want to get an ISO file .

The issue is how to convert this RPM package to ISO image file.

Danatela
  • 13,384

1 Answers1

2

In Ubuntu, we don"t use RPM (RedHat) packages but DEB (Debian) packages.

If you have an ISO file, you have thus a CD-ROM image you can use to install the OS on a PC where the OS is not yet installed. If you have packages (one package = one software, one OS is composed of a multitude of packages), you need at least to have an running installation of the OS to which these packages belong to proceed further.

Benoit
  • 7,637