/srv/irclogs.ubuntu.com/2018/09/25/#lubuntu-devel.txt

Wafficuswxl: Hey there, downloading the .run file for that qt package23:32
Wafficushttp://download.qt.io/official_releases/qt/5.11/5.11.2/23:32
Wafficusthe guide calls for a .tar file though, not sure why cause they don't have any listed for the Linux section23:33
wxlthey probably switched23:33
wxltars are compressed files.. so are 7zs23:33
Wafficusah true23:35
Wafficus7zs i'm familiar with cause of 7zip23:36
Wafficuscool, so .run works like a Windows .exe right?23:36
Wafficusjust double click and i'll be good?23:36
Wafficusor rather23:37
Wafficuswhere should I store that said program. Like in Linux, where should I store the programs I want to install if I do this method?23:37
Wafficusin the /bin folder right?23:37
wxlstart by downloading it23:37
wxlthen you can inspect it23:37
Wafficusyep almost done downloading23:38
Wafficusbtw, should I also download MySQL?23:39
Wafficusdo you do that with qt for this type of work? I ask cause the guide is asking to also possibly install ibmysqld-dev 23:39
Wafficuslibmysqld-dev 23:40
wxlnot sure why23:40
Wafficusso I got that .run file23:41
WafficusI tried double clicking it, and its asking which program to use to run it23:41
wxlrun `file /path/to/file`23:41
Wafficusah so if its on my desktop:23:42
Wafficusrun (.run file) /home/sbpc/Desktop/(.runfile)23:42
wxlum23:42
wxlno23:42
wxl1. open a terminal23:43
wxl2. type this:23:43
wxl   file $HOME/Desktop/*.run23:43
wxl3. hit enter23:43
Wafficusibmysqld-dev 23:44
Wafficussbpc@sbpc:~/Desktop$ file qt-opensource-linux-x64-5.11.2.run 23:45
Wafficusqt-opensource-linux-x64-5.11.2.run: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=75f78826207d25aa58a59ccef21ff54d1fe388b0, not stripped23:45
Wafficusy23:45
wxlright23:45
wxlso that tells you the answer to your question23:45
wxlit's an executable/binary/compiled file23:45
wxlit's not a shell script, so it's not quite as easy to see what it's doing23:45
wxlbut suffice it to say all you need to do is execute it23:45
Wafficusah so, basically23:45
wxlyou should just be able to do the following in terminal:23:45
wxl/path/to/file23:46
wxlor in your case:23:46
wxl$HOME/Desktop/qt-opensource-linux-x64-5.11.2.run23:46
wxlor if you're already in $HOME/Desktop:23:46
wxl./qt-opensource-linux-x64-5.11.2.run23:46
Wafficusit said command not found23:48
Wafficusand i'm in the same directory23:48
Wafficusweird23:48
wxlqt-opensource-linux-x64-5.11.2.run WILL NOT work23:48
wxl./qt-opensource-linux-x64-5.11.2.run WILL work23:48
wxlnote the difference23:48
Wafficussbpc@sbpc:~/Desktop$ file qt-opensource-linux-x64-5.11.2.run 23:48
Wafficusqt-opensource-linux-x64-5.11.2.run: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=75f78826207d25aa58a59ccef21ff54d1fe388b0, not stripped23:48
Wafficuswrong paste23:48
Wafficussorry23:48
Wafficussbpc@sbpc:~/Desktop$ sudo ./qt-opensource-linux-x64-5.11.2.run23:49
Wafficus[sudo] password for sbpc: 23:49
Wafficussudo: ./qt-opensource-linux-x64-5.11.2.run: command not found23:49
wxlwell maybe that's not the name of the file?23:49
Wafficuswhats weird is that it won't even do the autocompleter with the tab character23:50
Wafficuslike normally with some files you can just type "qt-open" and hit tab and it'll autocompleter23:50
Wafficus*autocompleter23:50
lubot<TheWendyPower> When you atre typing out a file path you can hit tab and it will complete the directory that starts with what you are typing. It makes things go faster too.23:50
Wafficusyup, I know that23:51
Wafficusthat's what's weird about this23:51
wxlwhat if you don't sudo?23:51
lubot<TheWendyPower> Does ls show the file? Thre is always copy past ;)23:52
Wafficusit says permission denied23:52
wxltry `chmod +x /path/to/file`23:52
Wafficusyeah I tried that too23:53
Wafficusstill won't run the command23:54
wxltry using the full path. i don't know. that's insane23:54
lubot<TheWendyPower> wxl there has been a lot of that lately...23:54
wxli can tell you if there's no +x on the file, you will get permission denied from a normal user and command not found from a sudo23:55
wxlchmod +x fixes both23:55
Wafficusshould i leave this terminal and restart a new one?23:55
wxlnope23:55
WafficusI just have tmux running ontop of cool-retro-term23:56
WafficusI tried with LxTerminal too though, still no dice23:56
Wafficusmaybe I should just create an alias to the existing qt I installed via the package manager?23:56
wxlthis is not a terminal problem23:56
WafficusI know its in some weird program directory23:56
Wafficushold on23:57
WafficusI found the .tar file in the "single" directory on that download page23:57
Wafficusi'll try following the guide with the .tar file instead23:57
Wafficus.7z file I mean23:58
wxlyeah i don't know. if you can't execute files, that's a more fundamental problem23:58
Wafficusdon't get me wrong, I wanna learn23:58
Wafficusoh wait, you mean my system right?23:59
wxlyeah23:59
Wafficusit is an old laptop running Lubuntu I guess23:59
wxlyou should EASILY be able to do the execution as discussed above23:59
wxlnothing to do with age or any other factor should really have any impact23:59
Wafficusgotcha23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!