How to install mtd-utils on Ubuntu 16.04?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have already tried the following code:
sudo apt-get update
sudo apt-get install mtd-utils
But it does not work! It says:
elans@elans-TravelMate-P446-M:~$ mtd-utils
mtd-utils: command not found
elans@elans-TravelMate-P446-M:~$ mtd
No command 'mtd' found, but there are 18 similar ones
mtd: command not found
What can be done?
software-installation
add a comment |Â
up vote
0
down vote
favorite
I have already tried the following code:
sudo apt-get update
sudo apt-get install mtd-utils
But it does not work! It says:
elans@elans-TravelMate-P446-M:~$ mtd-utils
mtd-utils: command not found
elans@elans-TravelMate-P446-M:~$ mtd
No command 'mtd' found, but there are 18 similar ones
mtd: command not found
What can be done?
software-installation
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have already tried the following code:
sudo apt-get update
sudo apt-get install mtd-utils
But it does not work! It says:
elans@elans-TravelMate-P446-M:~$ mtd-utils
mtd-utils: command not found
elans@elans-TravelMate-P446-M:~$ mtd
No command 'mtd' found, but there are 18 similar ones
mtd: command not found
What can be done?
software-installation
I have already tried the following code:
sudo apt-get update
sudo apt-get install mtd-utils
But it does not work! It says:
elans@elans-TravelMate-P446-M:~$ mtd-utils
mtd-utils: command not found
elans@elans-TravelMate-P446-M:~$ mtd
No command 'mtd' found, but there are 18 similar ones
mtd: command not found
What can be done?
software-installation
software-installation
asked Aug 26 at 21:33
Masoud
31
31
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
If apt-get install mtd-utils
didnâÂÂt complain, then it worked. But the mtd-utils
package doesnâÂÂt contain the commands youâÂÂre trying to use; try mtdinfo
instead (as root). You can see the contents of the package by running dpkg -L mtd-utils
.
When I dosudo mtdinfo
it says:mtdinfo: error!: cannot get MTD information error 2 (No such file or directory)
. Even if I change to the package directory/usr/sbin
it gives the same error.
â Masoud
Aug 26 at 22:41
That shows that itâÂÂs installed. If you want it to do something useful then you need to use it properly:mtdinfo -a
, or something likemtdinfo /dev/mtd0
;mtdinfo -h
will show basic usage information.
â Stephen Kitt
Aug 27 at 6:34
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
If apt-get install mtd-utils
didnâÂÂt complain, then it worked. But the mtd-utils
package doesnâÂÂt contain the commands youâÂÂre trying to use; try mtdinfo
instead (as root). You can see the contents of the package by running dpkg -L mtd-utils
.
When I dosudo mtdinfo
it says:mtdinfo: error!: cannot get MTD information error 2 (No such file or directory)
. Even if I change to the package directory/usr/sbin
it gives the same error.
â Masoud
Aug 26 at 22:41
That shows that itâÂÂs installed. If you want it to do something useful then you need to use it properly:mtdinfo -a
, or something likemtdinfo /dev/mtd0
;mtdinfo -h
will show basic usage information.
â Stephen Kitt
Aug 27 at 6:34
add a comment |Â
up vote
1
down vote
If apt-get install mtd-utils
didnâÂÂt complain, then it worked. But the mtd-utils
package doesnâÂÂt contain the commands youâÂÂre trying to use; try mtdinfo
instead (as root). You can see the contents of the package by running dpkg -L mtd-utils
.
When I dosudo mtdinfo
it says:mtdinfo: error!: cannot get MTD information error 2 (No such file or directory)
. Even if I change to the package directory/usr/sbin
it gives the same error.
â Masoud
Aug 26 at 22:41
That shows that itâÂÂs installed. If you want it to do something useful then you need to use it properly:mtdinfo -a
, or something likemtdinfo /dev/mtd0
;mtdinfo -h
will show basic usage information.
â Stephen Kitt
Aug 27 at 6:34
add a comment |Â
up vote
1
down vote
up vote
1
down vote
If apt-get install mtd-utils
didnâÂÂt complain, then it worked. But the mtd-utils
package doesnâÂÂt contain the commands youâÂÂre trying to use; try mtdinfo
instead (as root). You can see the contents of the package by running dpkg -L mtd-utils
.
If apt-get install mtd-utils
didnâÂÂt complain, then it worked. But the mtd-utils
package doesnâÂÂt contain the commands youâÂÂre trying to use; try mtdinfo
instead (as root). You can see the contents of the package by running dpkg -L mtd-utils
.
answered Aug 26 at 21:39
Stephen Kitt
146k22321386
146k22321386
When I dosudo mtdinfo
it says:mtdinfo: error!: cannot get MTD information error 2 (No such file or directory)
. Even if I change to the package directory/usr/sbin
it gives the same error.
â Masoud
Aug 26 at 22:41
That shows that itâÂÂs installed. If you want it to do something useful then you need to use it properly:mtdinfo -a
, or something likemtdinfo /dev/mtd0
;mtdinfo -h
will show basic usage information.
â Stephen Kitt
Aug 27 at 6:34
add a comment |Â
When I dosudo mtdinfo
it says:mtdinfo: error!: cannot get MTD information error 2 (No such file or directory)
. Even if I change to the package directory/usr/sbin
it gives the same error.
â Masoud
Aug 26 at 22:41
That shows that itâÂÂs installed. If you want it to do something useful then you need to use it properly:mtdinfo -a
, or something likemtdinfo /dev/mtd0
;mtdinfo -h
will show basic usage information.
â Stephen Kitt
Aug 27 at 6:34
When I do
sudo mtdinfo
it says: mtdinfo: error!: cannot get MTD information error 2 (No such file or directory)
. Even if I change to the package directory /usr/sbin
it gives the same error.â Masoud
Aug 26 at 22:41
When I do
sudo mtdinfo
it says: mtdinfo: error!: cannot get MTD information error 2 (No such file or directory)
. Even if I change to the package directory /usr/sbin
it gives the same error.â Masoud
Aug 26 at 22:41
That shows that itâÂÂs installed. If you want it to do something useful then you need to use it properly:
mtdinfo -a
, or something like mtdinfo /dev/mtd0
; mtdinfo -h
will show basic usage information.â Stephen Kitt
Aug 27 at 6:34
That shows that itâÂÂs installed. If you want it to do something useful then you need to use it properly:
mtdinfo -a
, or something like mtdinfo /dev/mtd0
; mtdinfo -h
will show basic usage information.â Stephen Kitt
Aug 27 at 6:34
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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%2funix.stackexchange.com%2fquestions%2f464965%2fhow-to-install-mtd-utils-on-ubuntu-16-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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');
);
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');
);
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