![]() Equipping You to Communicate Effectively | support CMN & share a library of 19K+ images, videos, etc Go Pro! |
![]() | ![]() |
| |||||||
![]() |
| | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| |||
| You need to join the Linux forum. There are lots of people there who will help you on wine and anything else. http://ubuntuforums.org |
| ||||
| At some point I am going to learn how to use those commands and get understand on exactly what they do. I actually connected my Ubutu box to the internet and I was able to install wine via their software update system. One thing that I also realize is that I will just have to simply dedicate some time to learning Linux. Up to this point I have been seeking instant answers to my issues but I really need to know what I am doing so joining the Ubuntu forums is definately a good idea. |
| ||||
| Ted, Apt is a system through which your computer can download software and have it automatically installed and configured. Basically, you have a file at /etc/apt/sources-list that defines all the places to look for software. They can use either the install systems 'Deb' or 'Rpm.' (Meaning, RedHat sources will work.) Your computer holds a cache of the software available to you given by this file and those sources (called repositories.) To generate this cache, use the command 'apt-get update' as root or under sudo. If there is an error in your sources, this command will tell you. To upgrade your distribution of Linux, you can use 'apt-get dist-upgrade'. To upgrade all the software on your system, you can do 'apt-get upgrade.' To install and uninstall software, use 'apt-get install <software>' and 'apt-get remove <software>' respectively. It's pretty easy to do. In this case, 'sudo apt-get install wine' would get you the Wine wrapper installed and configured.
__________________ http://kanago.net - experiences in media |