command go to directory terminal

Asked by guillem

i want to enter in a directory named .wine to run # make uninstall?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Nathan Heafner
Solved:
Last query:
Last reply:
Revision history for this message
Best Nathan Heafner (nathan1465-5) said :
#1

here is a good guide to use the terminal

to change directories is cd

" cd: The cd command will allow you to change directories. When you open a terminal you will be in your home directory. To move around the file system you will use cd. Examples:

    To navigate into the root directory, use "cd /"

    To navigate to your home directory, use "cd" or "cd ~"

    To navigate up one directory level, use "cd .." "

"2.3.3. Uninstalling Wine from Source

To uninstall Wine from source, once again navigate to the same source folder that you used to install Wine using the terminal. Then, run the following command:

            # make uninstall

This command will require root privileges, and should remove all of the Wine binary files from your system. It will not, however, remove your Wine configuration and applications located in your user's home directory, so you are free to install another version of Wine or delete that configuration by hand. "

Revision history for this message
Nathan Heafner (nathan1465-5) said :
#2
Revision history for this message
guillem (gupierre2000) said :
#3

Thanks for your help!
As you see i'm a beginner with UBUNTU!

Revision history for this message
Nathan Heafner (nathan1465-5) said :
#4

not a problem, everyone has to start somewhere. And Ubuntu is beginner friendly :)

if you have any further questions dont hesitate to ask.

~Nathan.