UbuntuIRC / 2012 /12 /24 /#ubuntu-beginners.txt
niansa
Initial commit
4aa5fce
[00:00] <mysteriousdaren> how did you install?
[00:00] <ICU> from ubuntu software cente
[00:00] <ICU> from terminal
[00:01] <ICU> Package dependencies cannot be resolved
[00:01] <ICU> The following packages have unmet dependencies:
[00:01] <ICU> wine1.4: PreDepends: dpkg (>= 1.15.7.2~) but 1.16.7ubuntu6 is to be installed
[00:01] <ICU> Depends: libc6 (>= 2.14) but 2.15-0ubuntu20 is to be installed
[00:01] <ICU> Depends: wine1.4-amd64 (= 1.4.1-0ubuntu1) but 1.4.1-0ubuntu1 is to be installed
[00:01] <ICU> Depends: wine1.4-i386 (= 1.4.1-0ubuntu1) but it is not going to be installed
[00:01] <ICU> i do not understand it
[00:02] <coalwater> any extra repos in /etc/apt/sources.list ?
[00:02] <mysteriousdaren> I'd install from synaptic
[00:03] <ICU> from synaptic wine:
[00:03] <ICU> Depends: wine1.4 but it is not going to be installed
[00:05] <mysteriousdaren> use the latest wine if possible
[00:05] <ICU> everithing i try the sam problme
[00:05] <ICU> with the packeges
[00:06] <ICU> i tried wine 1.5
[00:06] <ICU> do i have to be root
[00:06] <ICU> or something
[00:08] <mysteriousdaren> yes
[00:20] <mysteriousdaren> use root
[03:51] <diboy2> hello can anyone help me?
=== coalwate1 is now known as coalwater
=== yofel_ is now known as yofel
[13:52] <pigna_colada> hey holstein!!
[13:52] <pigna_colada> are you here?? :)
[13:53] <pigna_colada> :((
=== lukjad007 is now known as lukjad
[21:32] <DejaVu> hey folks, im trying to move something to usr/local/bin but im getting an error while moving permission denied message. why?
[21:42] <geirha> your user doesn't have write access to /usr/local/bin (nor should it have)
[21:44] <geirha> Are you trying to move this file via the file browser? or by using the terminal?
[21:45] <DejaVu> geirha, browser
[21:45] <DejaVu> geirha, i just downloaded something and i want to find it a place outside of downloads folder
[21:48] <geirha> Well, the easiest option is to copy it to bin/ in your home directory instead, unless you need the command to be available for other users too
[21:48] <DejaVu> im the only one
[21:48] <DejaVu> in this establishment who has appreciation for "not-windows"
[21:49] <geirha> Then create a directory named bin (all lowercase) in your home directory, if it does not already exist
[21:50] <DejaVu> i see
[21:50] <geirha> If it exists, it will be added to the PATH environment variable when you log in, that way you can run it via terminal or Alt+F2
[21:51] <geirha> *that way you can run the commands in that bin directory via terminal or Alt+F2
[21:53] <DejaVu> thank you
[21:53] <DejaVu> i will do that