[Solved] where is mkisofs?

Archived topics about LMDE 1 and LMDE 2
Locked
tec_wiz

[Solved] where is mkisofs?

Post by tec_wiz »

Exactly as the title says. It isn't installed on my system and apt-get says the package doesn't exist.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
willie42
Level 7
Level 7
Posts: 1970
Joined: Tue Jun 22, 2010 7:52 pm
Location: Oak Ridge, TN USA

Re: where is mkisofs?

Post by willie42 »

what is it and what does it do?
Comptia A+ Certified Technician
Comptia Network + Certified Technician
You can not have Success without Failures.
Aging Technogeek

Re: where is mkisofs?

Post by Aging Technogeek »

Mkisofs is not in the Mint default repositories. You could try mintconstructor - available in Package Manager. It is what the Mint developers use to build .iso files for Mint.
tec_wiz

Re: where is mkisofs?

Post by tec_wiz »

mkisofs is a program that will roll up diffrent types of iso files. I use it to author dvd's.

Does anyone know where i can find mkisofs?
Aging Technogeek

Re: where is mkisofs?

Post by Aging Technogeek »

Never used it and probably never will, so I know nothing about obtaining it. You could try Google or Yahoo search.
jeffreyC

Re: where is mkisofs?

Post by jeffreyC »

The place I got it from is the grml repository.

http://deb.grml.org/pool/main/

Debian has a long running squabble with the developer.
palemoon

Re: where is mkisofs?

Post by palemoon »

mkisofs has been replaced by genisoimage. If you have an app looking for it (like mintconstructor) you can create a symbolic link for it.

Code: Select all

sudo ln -s /usr/bin/genisoimage /usr/bin/mkisofs
Ed
tec_wiz

Re: where is mkisofs?

Post by tec_wiz »

palemoon wrote:mkisofs has been replaced by genisoimage. If you have an app looking for it (like mintconstructor) you can create a symbolic link for it.

Code: Select all

sudo ln -s /usr/bin/genisoimage /usr/bin/mkisofs
Ed
This fixed my problem. Thanks.
Locked

Return to “LMDE Archive”