Mike,
I followed your instructions, but got lost as I do not know the name of the rpm file, so could not sudo sipper in the file name. Help again please. Here's how far I got:
Find and install alien for your openSUSE version (
https://software.opensuse.org/package/alien)
Download the MC .deb
From the .deb location, run sudo alien -r --scripts "<filename>" where <filename> is the downloaded .deb file. This will take a couple of minutes, the resultant RPM will be in the same folder.
Install the RPM: sudo zypper in "<filename>" where <filename> is the resultant RPM.
Optionally, if you have a local folder set up as a repo, copy the resultant RPM to that folder and use Yast/Software Management (or run sudo zypper up) and it should get picked up to install. Here is how far I got:
tlcmd@library:~> sudo alien -r --scriptsmediacen24.0.74-amd64.den
[sudo] password for root:
Unknown option: scriptsmediacen24.0.74-amd64.den
Usage: alien [options] file [...]
file [...] Package file or files to convert.
-d, --to-deb Generate a Debian deb package (default).
Enables these options:
--patch=<patch> Specify patch file to use instead of automatically
looking for patch in /var/lib/alien.
--nopatch Do not use patches.
--anypatch Use even old version os patches.
-s, --single Like --generate, but do not create .orig
directory.
--fixperms Munge/fix permissions and owners.
--test Test generated packages with lintian.
-r, --to-rpm Generate a Red Hat rpm package.
--to-slp Generate a Stampede slp package.
-l, --to-lsb Generate a LSB package.
-t, --to-tgz Generate a Slackware tgz package.
Enables these options:
--description=<desc> Specify package description.
--version=<version> Specify package version.
-p, --to-pkg Generate a Solaris pkg package.
-i, --install Install generated package.
-g, --generate Generate build tree, but do not build package.
-c, --scripts Include scripts in package.
-v, --verbose Display each command alien runs.
--veryverbose Be verbose, and also display output of run commands.
-k, --keep-version Do not change version of generated package.
--bump=number Increment package version by this number.
-h, --help Display this help message.
-V, --version Display alien's version number.
Where did I screw up?
Thanks,
tlcmd