answersLogoWhite

0


Best Answer

If you compiled it yourself, you should usually place it in /usr/local

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When you compile a package yourself rather than from an rpm file which directory hierarchy should you put it in?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you compile a java program when it is in another directory?

using javac command and mentioning fully classified class name. Fully classified here means class name along with the package hierarchy in which the class is stored in .java file


How do you compile Apache from source?

1. download source from apache.org 2. decompress the source package 3. descend into the new directory 4. ./configure 5. make 6. make install


How do you complie package in java?

You use javac <filename> to compile a class or package.


How do you execute a package in java?

You don't execute a package; you execute a class. A package is just a grouping of classes.You don't execute a package; you execute a class. A package is just a grouping of classes.You don't execute a package; you execute a class. A package is just a grouping of classes.You don't execute a package; you execute a class. A package is just a grouping of classes.


How compiler compile a program?

With a compiler. Read the documentation for programming package for help on how to.


5 Cs- confirm clear cordon?

this is related to the procedure in finding a suspicious package / item. Confirm, Clear, Cordon, Call (the police), Compile (your report).


Are there instances where source code packages are better for your computer?

Yes if there is no executable package available for your platform and you have the means to adapt and compile the source code so that it can be used on your platform.


What is a default package in Java?

A default package is a package with no name. You can create a Java class without putting package name on top of the code. This class is included in the "default package". Be careful not to be confused with java.lang, which is a package that contains Java's fundamental classes and get's imported by default.


How do you create packag in java?

You can easily create Java packages with a few steps. # Create a set of classes that you want to be in your package. # Use the package keyword at the top of each of these classes to declare which package they're in. # Organize your source files such that a package name corresponds to a directory name. For instance, the JPanel class has a "package javax.swing;" declaration in the source file, and is located in the javax/swing folder.


How can you unrar a folder in Linux Ubuntu?

Install a package called rar using Synaptic Package Manager or using $ sudo apt-get rar Once the rar package is installed then use following command to # rar e <compressed rar file> this will extract the contents of rar file in the current directory.


What has the author Bente Elsworth written?

Bente Elsworth has written: 'Teach Yourself Danish Complete Course' 'Teach Yourself Danish Complete Course Package' 'Teach Yourself Danish' 'Teach Yourself Danish'


How do you create servlet?

Step 1: Write the servlet.Follow along as we write the ServletSample servlet and give you tips for writing your own servlets.Step 2: Compile the servlet.Use Qshell to compile the sample servlet and your own servlets.Step 3: Package and deploy an applicationUse the WebSphere Development Studio Client to package compiled code into a Web module before you install it on the server and to create a deployment descriptor (web.xml) file. For more information, see the WebSphere Development Studio Client.Step 4:Test the servletRun the ServletSample to make sure it works.