i get "bash: keytool: command not found." when Obtaining Google Map Key on linux fedora

12,915

keytool is part of JRE, search for it in JRE/JDK directory or simply locate keytool

Share:
12,915
Admin
Author by

Admin

Updated on June 14, 2022

Comments

  • Admin
    Admin almost 2 years

    i would like to use Google maps in my android application, and i knew that firstly i have to Obtain Google Map Key

    I'm using Linux fedora OS and i typed this in my terminal

    [dinareda@localhost ~]$ keytool -list -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android     
    

    But I get:

    bash: key tool: command not found...

    Any help please?

  • Admin
    Admin almost 11 years
    i did that and this what i get >>/home/dinareda/glassfish-3.1.2.2/mq/bin/imqkeytool >>/home/dinareda/glassfish-3.1.2.2/mq/bin/imqkeytool.exe >>/usr/java/jdk1.7.0_21/bin/keytool >>/usr/java/jdk1.7.0_21/jre/bin/keytool >>/usr/java/jdk1.7.0_21/man/ja_JP.UTF-8/man1/keytool.1 >>/usr/java/jdk1.7.0_21/man/man1/keytool.1
  • Grzegorz Żur
    Grzegorz Żur almost 11 years
    Use this /usr/java/jdk1.7.0_21/bin/keytool
  • Admin
    Admin almost 11 years
    sorry but i get a list of Key and Certificate Management Tool Use "keytool -command_name -help" for usage of command_name