<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Apr 9, 2018 at 7:26 PM, John Culleton <span dir="ltr"><<a href="mailto:sales@wexfordpress.com" target="_blank">sales@wexfordpress.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="font-family:Arial,Helvetica,sans-serif;font-size:12px"><div>I still don't have c++ or  gc++ on my Fedora partition.  Is there a package that I can install that can handle that</div></span></blockquote></div><br></div><div class="gmail_extra">On Fedora 27, g++ is in the package gcc-c++ but then you still might need to install other tools like the linker.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Fedora has 'groups' that let you install a set of related packages in a single command. List the groups with 'dnf groups list'.</div><div class="gmail_extra">I think that</div><div class="gmail_extra">  dnf group install "C Development Tools and Libraries"</div><div class="gmail_extra">will install g++, cmake, make, binutils, glibc-devel, gdb, valgrind, and a few other packages useful for development.</div><div class="gmail_extra"><br></div><div class="gmail_extra">You can also install it with a GUI using dnfdragora by viewing [Groups] [Not installed] and then navigating in the group tree to Development -> C Development Tools and Libraries.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards, William</div><div class="gmail_extra"><br></div></div>