Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 11:03 01 Aug 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : LINUX: Installing K3B...

Author Message
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9610
Posted: 10:39am 06 Aug 2019
Copy link to clipboard 
Print this post

Hi all.

I needed a CD/DVD burning/imaging application, so I did a quick search, and came back with K3B.

Surprisingly, all I had to do to install this, was open a terminal in Linux, and then paste the command from the link above: sudo apt-get install k3b
Press ENTER.
Enter in my password.

Done.

I mean....REALLY done.
No need for multiple program install windows with lots of 'Are you REALLY sure you ACTUALLY...REALLY want to install this software??!?!??!!' A-la windoze....

Just....done!
There was even an icon installed in the Linux Mint 'START' menu for me, so it is dead easy to find and run.

Can ALL Linux applications be that simple?! (rhetorical)

I have used this application to image several CD's into .iso files, so that I can load into the virtual CD drive via VirtualBox to any MS Virtual Machines I create.

Kinda enjoying this voyage....
Smoke makes things work. When the smoke gets out, it stops!
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 5089
Posted: 12:08pm 06 Aug 2019
Copy link to clipboard 
Print this post

Hi Grogster,

I see you are beginning to like Linux.
If you use an Ubuntu derivative (like Mint) there is even a graphical installer.
But the "sudo apt-get install ****" typically works, even for programs (apps) that are not in the graphical installer.
b.t.w. Ubuntu uses the Debian system. I think Debian has the same way of installing.

Behind the scenes....
Ubuntu compiles each of many programs against the current Ubuntu release, and have a repository of the program for earlier releases.
So the apt-get searches for the version that matches your version of Ubuntu.

It only get's tricky when you want to install a program that has not been pre-compiled against your version. Then you are thrown into the deep.
And it really get's tricky if this software has been written for a different compiler version. You may even have to change the source code, before compilation succeeds.

I try to stay away from that....

Welcome to the world of Linux...

Volhout
PicomiteVGA PETSCII ROBOTS
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4044
Posted: 09:26am 07 Aug 2019
Copy link to clipboard 
Print this post

True... but often you can get away with
(download the source)
extract it (often, tar xvzf fileyougot but you may need xvjf)
cd (where it went)
./configure
make
sudo make install

John
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025