Problems installing program dcm2niix on ubuntu; windows 10


up vote
0
down vote
favorite
I am trying to install the program "dcm2niix" onto ubuntu on Windows 10. I have found the .exe file but nothing happens when I click on it. I also tried sudo apt install dcm2niix on the terminal and it was unable to locate the package. Ubuntu can find dcm2nii but not this newer version that is dcm2niix.
I also found the program here but I do not know how to open these .deb files: https://packages.ubuntu.com/bionic/dcm2niix.
I am just wondering how I can get this program so I can run it as a command on ubuntu.
Thank you for your help
apt software-installation windows-10 windows-subsystem-for-linux
add a comment |Â
up vote
0
down vote
favorite
I am trying to install the program "dcm2niix" onto ubuntu on Windows 10. I have found the .exe file but nothing happens when I click on it. I also tried sudo apt install dcm2niix on the terminal and it was unable to locate the package. Ubuntu can find dcm2nii but not this newer version that is dcm2niix.
I also found the program here but I do not know how to open these .deb files: https://packages.ubuntu.com/bionic/dcm2niix.
I am just wondering how I can get this program so I can run it as a command on ubuntu.
Thank you for your help
apt software-installation windows-10 windows-subsystem-for-linux
dcm2niix
is a command line tool : Open a terminal, and typedcm2niix
â Knud Larsen
Jun 4 at 22:23
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install the program "dcm2niix" onto ubuntu on Windows 10. I have found the .exe file but nothing happens when I click on it. I also tried sudo apt install dcm2niix on the terminal and it was unable to locate the package. Ubuntu can find dcm2nii but not this newer version that is dcm2niix.
I also found the program here but I do not know how to open these .deb files: https://packages.ubuntu.com/bionic/dcm2niix.
I am just wondering how I can get this program so I can run it as a command on ubuntu.
Thank you for your help
apt software-installation windows-10 windows-subsystem-for-linux
I am trying to install the program "dcm2niix" onto ubuntu on Windows 10. I have found the .exe file but nothing happens when I click on it. I also tried sudo apt install dcm2niix on the terminal and it was unable to locate the package. Ubuntu can find dcm2nii but not this newer version that is dcm2niix.
I also found the program here but I do not know how to open these .deb files: https://packages.ubuntu.com/bionic/dcm2niix.
I am just wondering how I can get this program so I can run it as a command on ubuntu.
Thank you for your help
apt software-installation windows-10 windows-subsystem-for-linux
edited Jun 6 at 23:07


dessert
19.4k55494
19.4k55494
asked Jun 4 at 20:50
Justin S.
1
1
dcm2niix
is a command line tool : Open a terminal, and typedcm2niix
â Knud Larsen
Jun 4 at 22:23
add a comment |Â
dcm2niix
is a command line tool : Open a terminal, and typedcm2niix
â Knud Larsen
Jun 4 at 22:23
dcm2niix
is a command line tool : Open a terminal, and type dcm2niix
â Knud Larsen
Jun 4 at 22:23
dcm2niix
is a command line tool : Open a terminal, and type dcm2niix
â Knud Larsen
Jun 4 at 22:23
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043618%2fproblems-installing-program-dcm2niix-on-ubuntu-windows-10%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
dcm2niix
is a command line tool : Open a terminal, and typedcm2niix
â Knud Larsen
Jun 4 at 22:23