Results 1 to 10 of 10

Thread: how to install libgcrypt libgcrypt-devel gcc-c++

  1. #1
    Join Date
    Nov 2012
    Beans
    8

    how to install libgcrypt libgcrypt-devel gcc-c++

    Hello,

    This command is for centos, how can I install this on a ubuntu server?

    yum install libgcrypt libgcrypt-devel gcc-c++

    Thank you

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    Try
    Code:
    sudo apt-get install libgcrypt libgcrypt-devel gcc-c++
    Cheesemill

  3. #3
    Join Date
    Nov 2012
    Beans
    8

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    this was the result:

    # sudo apt-get install libgcrypt libgcrypt-devel gcc-c++
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libgcrypt
    E: Unable to locate package libgcrypt-devel
    E: Unable to locate package gcc-c+
    E: Couldn't find any package by regex 'gcc-c+'
    #

  4. #4
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    You will have to search for the names of the equivalent packages in Ubuntu.
    Cheesemill

  5. #5
    Join Date
    Nov 2012
    Beans
    8

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    Quote Originally Posted by Cheesemill View Post
    You will have to search for the names of the equivalent packages in Ubuntu.
    Yes I did tried before I made this post, but I ended up to install the wrong packages, that is why I have made this post, to try to see if someone with more experience can help me.

  6. #6
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    How about:
    Code:
    sudo apt-get install libgcrypt11 libgcrypt11-dev gcc
    What software are you trying to compile? There may be an easier way to install all of the dependencies.
    Last edited by Cheesemill; December 1st, 2012 at 11:16 PM.
    Cheesemill

  7. #7
    Join Date
    Nov 2012
    Beans
    8

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    Cheesemill,

    Thank you so much for your help, your solution solved my problem. I did google for almost all combinations possible to get the solution but I wasn't able to find it.

    Can I ask you, what did you made the search of the names of the package, did you used google? How did you find that gcc-c++ was the gcc only?

    Thank you again!

  8. #8
    Join Date
    Nov 2012
    Beans
    8

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    Quote Originally Posted by Cheesemill View Post
    How about:
    Code:
    sudo apt-get install libgcrypt11 libgcrypt11-dev gcc
    What software are you trying to compile? There may be an easier way to install all of the dependencies.
    Hi,

    it was the FreeRADIUS Plugin to generate the radiusplugin.so file , your solution did work

  9. #9
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    Quote Originally Posted by msm25 View Post
    Can I ask you, what did you made the search of the names of the package, did you used google? How did you find that gcc-c++ was the gcc only?
    No, I didn't use Google.

    For the first 2 I searched the Ubuntu package database for libgcrypt.
    Gcc is a common package that I already knew about.
    Last edited by Cheesemill; December 2nd, 2012 at 10:31 AM.
    Cheesemill

  10. #10
    Join Date
    Nov 2012
    Beans
    8

    Re: how to install libgcrypt libgcrypt-devel gcc-c++

    Quote Originally Posted by Cheesemill View Post
    No, I didn't use Google.

    For the first 2 I searched the Ubuntu package database for libgcrypt.
    Gcc is a common paackage that I already knew about.

    Thank you Cheesemill !!!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •