Re: Install kmid for Kubuntu
Hello rmc007.
You can use alien without arguments:
Be sure to type in Konsole (that's not the run box! In the run box type KONSOLE and hit enter, this opens konsole).
Alien will convert your rpm package to a .deb package. You can then install the .deb package (for which the gdebi installer is suitable).
Because it is prefferable to install from the repositories, I advise you to install timidity from the repositories through Adept.
If you need any further assistence, please feel welcome to ask.
Hello rmc007.
You can use alien without arguments:
Code:
cd [/path/to/package] alien [package name]
Alien will convert your rpm package to a .deb package. You can then install the .deb package (for which the gdebi installer is suitable).
Because it is prefferable to install from the repositories, I advise you to install timidity from the repositories through Adept.
If you need any further assistence, please feel welcome to ask.
Comment