Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

PlayOnLinux on Fedora 19

Options
  • 22-10-2013 2:53pm
    #1
    Registered Users Posts: 258 ✭✭


    Hey,so I'm trying to install some software on my Fedora machine and I need some help installing PlayOnLInux.Whenever i try to run it it tells me that I dont have the GPG to run it
    Thanks


Comments

  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    SuperChar wrote: »
    Hey,so I'm trying to install some software on my Fedora machine and I need some help installing PlayOnLInux.Whenever i try to run it it tells me that I dont have the GPG to run it
    Thanks

    How are you trying to install it? Sounds like you need to import a public GPG key.


  • Registered Users Posts: 258 ✭✭SuperChar


    syklops wrote: »
    How are you trying to install it? Sounds like you need to import a public GPG key.
    I have it installed through the software menu,but whenever i try to run it its says you need a gpg


  • Registered Users Posts: 258 ✭✭SuperChar


    it says this
    PlayOnLinux cannot find gpg (from GnuPG)

    You need to install it to continue


  • Moderators, Technology & Internet Moderators Posts: 37,485 Mod ✭✭✭✭Khannie


    You should install GPG. In a terminal run:

    sudo yum install gnupg2

    (or similar)


  • Registered Users Posts: 258 ✭✭SuperChar


    still dint work says the same thing


  • Advertisement
  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    SuperChar wrote: »
    still dint work says the same thing

    What does the following return:

    which gpg


  • Registered Users Posts: 258 ✭✭SuperChar


    this is exactly what it says
    PlayOnLinux cannot find gpg (from GnuPG)

    You need to install it to continue


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    SuperChar wrote: »
    this is exactly what it says

    What happens when you run from a terminal:

    which gpg


  • Registered Users Posts: 258 ✭✭SuperChar


    Well how do I run it from terminal?


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    SuperChar wrote: »
    Well how do I run it from terminal?

    Find a program in the menu named terminal and open that. A black or white screen will open. Thats the terminal or shell.


  • Advertisement
  • Registered Users Posts: 258 ✭✭SuperChar


    I installed gpg from terminal


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    SuperChar wrote: »
    I installed gpg from terminal

    What happens now?


  • Registered Users Posts: 258 ✭✭SuperChar


    Well should I run PlayOnLInux in terminal or what


  • Registered Users Posts: 258 ✭✭SuperChar


    Because I firstly installed gpg on the terminal


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    Just run it as normal.


  • Registered Users Posts: 258 ✭✭SuperChar


    I do that and it says you need GnuPG


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    SuperChar wrote: »
    I do that and it says you need GnuPG

    Can you run which gpg from the terminal?


  • Registered Users Posts: 258 ✭✭SuperChar


    It doesnt tell me which gpg


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    SuperChar wrote: »
    It doesnt tell me which gpg

    Just run this and paste the output:

    which gpg


  • Registered Users Posts: 258 ✭✭SuperChar


    How do I run gpg in the terminal


  • Advertisement
  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    SuperChar wrote: »
    How do I run gpg in the terminal

    To run gpg just type gpg and press enter. I want to check if gpg is in your PATH and the command "which gpg" returns that.


  • Registered Users Posts: 258 ✭✭SuperChar


    when i try to run gpg it says that it isnt a command


  • Registered Users Posts: 339 ✭✭duffman85


    SuperChar - can you give us a bit more info

    open a terminal window and type 'which gpg' and hit enter:
    You should get back something like this if it is installed or else it will say 'no gpg found in ....'
    /usr/bin/gpg
    
    gpg belongs to the gnupg2 package
    Run this command to see if the package is installed:
    $ rpm -qa gnupg2
    
    it should return something like gnupg2-2.0.14-4.el6.i686 or else nothing.

    You can install gnupg2 from the Add/Remove Software menu if you do not have it installed.

    From the terminal run the following command and hit enter:
    rpm -qa playonlinux
    
    this checks to see if the playonlinux package is installed.
    Copy the output of this command and paste it into your post.


  • Registered Users Posts: 258 ✭✭SuperChar


    When I type in "which gpg" it says
    /usr/bin/which: no gpg in (/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:
    /usr/local/sbin:/usr/sbin:/home/jan/.local/bin:/home/jan/bin)
    

    When I type "rpm -qa gnupg2" it says
    gnupg2-2.0.22-1.fc19.x86_64
    

    Ande when I type "rpm -qa playonlinux" it says
    playonlinux-4.2.1-fedora0.noarch
    

    Thanks for the Help


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    I think I've figured this out. Gpg is called gpg2 when you install gnupg2. gpg is only provided by the Gnupg1.

    Poster, in the terminal run:

    sudo yum install gnupg

    This will install gnupg which comes packaged with gpg.


  • Registered Users Posts: 258 ✭✭SuperChar


    ok ive done that


  • Registered Users Posts: 258 ✭✭SuperChar


    IT WORKED!!!


  • Registered Users Posts: 258 ✭✭SuperChar


    Thanks to everyone who posted


Advertisement