04-27-2020, 08:24 AM
Pages: 1 2
04-27-2020, 12:20 PM
Hi [member=7472]H[/member] and welcome to the forum!
This is not Linux to blame but hardware manufacturers who don't support Linux and make it really hard for devs to pick and build the appropiate drivers since they are closed source, propietary, private and yet they manage to make Linux works OOTB most of the times, well it has for me 100% of the times.

Quote:Will there ever come a time for Linux Distributions, to just run more or less just like Windows does? I mean like, installing programs that just download and then installActually, you can do that already by visiting this site https://pkgs.org/ seach and download packages for your Linux distro, in this case, you'll be searching for Ubuntu ones since LL is based off it, once you've downloaded the desired soft, double-click on it and the install process will begin which is kind of like that of installing an .exe file on Windows.
Quote:Just think that if the install process was able to pick up all hardware and settings out of the box, it would be far easier to convince folk to move away from the Windows systems.
This is not Linux to blame but hardware manufacturers who don't support Linux and make it really hard for devs to pick and build the appropiate drivers since they are closed source, propietary, private and yet they manage to make Linux works OOTB most of the times, well it has for me 100% of the times.
04-27-2020, 01:15 PM
Thank you Moltke,
Will have a look at that link, thank you.
H
Will have a look at that link, thank you.
H
04-27-2020, 04:03 PM
[member=7472]H[/member] - Just to piggy back [member=7109]Moltke[/member] - If you're looking for software.. Might I suggest looking at Lite Software and Synaptic both are built in and can be accessed from the menu.
Lite Software contains readily available software that folks most often use. Where synaptic has lots more...
As always - should something not be in the repo's that your looking for - make sure you choose the Ubuntu variation when downloading (.deb).
And Welcome!!!!
Lite Software contains readily available software that folks most often use. Where synaptic has lots more...
As always - should something not be in the repo's that your looking for - make sure you choose the Ubuntu variation when downloading (.deb).
And Welcome!!!!
04-27-2020, 05:05 PM
(04-27-2020, 01:15 PM)H link Wrote: [ -> ]Thank you Moltke,
Will have a look at that link, thank you.
H
No problem, glad to help.


04-27-2020, 11:14 PM
Thank you [member=5414]firenice03[/member] and [member=7109]Moltke[/member] ,
Yes was aware of the tools mentioned there. And of course use them. I was more thinking of stuff that is not there. Example, WPS Office and Apache OpenOffice.
As said Libre office does not handle macros well, and so wanted to try some other office program.
Looked up the Apache open office , downloaded, it was a tar.gz created a folder to unzip, using the terminal commands (have no real clue there, copy n paste from sites, trying to learn) installed but it would not work.
Which is the question I was asking, if you step outside the norm, things can be done, sometimes it worked and others not.
Then because you are not experienced enough, (willing to learn and self teaching is a slow process, ) you muddle your way, about an hour or more trying to decipher how to undo the mess I made.
I eventually found a couple terminal commands that cleaned things up, or at least I think I did lol.
With a few hours all up, I am no better off, as Apache was not loaded, and I am still left without a program that can truly fullfil what MS OFFICE has.
I will persevere though, as windows was blown away, so I am going to have to get it sorted.
All in all, this install of 4.8 was the easiest and cleanest, am liking it a lot all the same.
Regards
H
Yes was aware of the tools mentioned there. And of course use them. I was more thinking of stuff that is not there. Example, WPS Office and Apache OpenOffice.
As said Libre office does not handle macros well, and so wanted to try some other office program.
Looked up the Apache open office , downloaded, it was a tar.gz created a folder to unzip, using the terminal commands (have no real clue there, copy n paste from sites, trying to learn) installed but it would not work.
Which is the question I was asking, if you step outside the norm, things can be done, sometimes it worked and others not.
Then because you are not experienced enough, (willing to learn and self teaching is a slow process, ) you muddle your way, about an hour or more trying to decipher how to undo the mess I made.
I eventually found a couple terminal commands that cleaned things up, or at least I think I did lol.
With a few hours all up, I am no better off, as Apache was not loaded, and I am still left without a program that can truly fullfil what MS OFFICE has.
I will persevere though, as windows was blown away, so I am going to have to get it sorted.
All in all, this install of 4.8 was the easiest and cleanest, am liking it a lot all the same.
Regards
H
04-28-2020, 12:27 AM
[member=7472]H[/member]
Apache should be pretty straight foward...
Now you'll to configure the config files and start services...
This should give a good reference
https://ubuntu.com/tutorials/install-and...1-overview
Apache should be pretty straight foward...
Code:
sudo apt install apache2
Now you'll to configure the config files and start services...
Code:
sudo systemctl start apache2
This should give a good reference
https://ubuntu.com/tutorials/install-and...1-overview
04-28-2020, 03:27 AM
(04-28-2020, 12:27 AM)firenice03 link Wrote: [ -> ][member=7472]H[/member]
Apache should be pretty straight foward...
Code:sudo apt install apache2
Now you'll to configure the config files and start services...
Code:sudo systemctl start apache2
This should give a good reference
https://ubuntu.com/tutorials/install-and...1-overview
He's referring to the office suite https://www.openoffice.org/?redirect=soft not the web server.
(04-27-2020, 11:14 PM)H link Wrote: [ -> ]Thank you [member=5414]firenice03[/member] and [member=7109]Moltke[/member] ,
Yes was aware of the tools mentioned there. And of course use them. I was more thinking of stuff that is not there. Example, WPS Office and Apache OpenOffice.
As said Libre office does not handle macros well, and so wanted to try some other office program.
Looked up the Apache open office , downloaded, it was a tar.gz created a folder to unzip, using the terminal commands (have no real clue there, copy n paste from sites, trying to learn) installed but it would not work.
There's a .deb file for Apache Open Office here https://www.openoffice.org/download/ that should be easier to install. Try and avoid copy/paste commands from the web unless you're entirely sure what they do.
04-28-2020, 09:39 AM
[member=7109]Moltke[/member]
Thanks for that will give that a go. Hopefully better success.
Appreciate the guidance.
H
Edit [member=7109]Moltke[/member] , I actually did use that link the other day, I must have done something to upset the process.
Tonight I re tried that link and instruction but to no avail, so not sure what I was missing.
Any ways just for reference, I did manage to install via this link and instruction which I found clear and concise, and worked a treat much to my delight.
https://www.liberiangeek.net/2013/08/apa...in-ubuntu/
Thanks once again!
Thanks for that will give that a go. Hopefully better success.
Appreciate the guidance.
H

Edit [member=7109]Moltke[/member] , I actually did use that link the other day, I must have done something to upset the process.
Tonight I re tried that link and instruction but to no avail, so not sure what I was missing.
Any ways just for reference, I did manage to install via this link and instruction which I found clear and concise, and worked a treat much to my delight.
https://www.liberiangeek.net/2013/08/apa...in-ubuntu/
Thanks once again!
04-28-2020, 12:46 PM
Quote:I actually did use that link the other day, I must have done something to upset the process.
Tonight I re tried that link and instruction but to no avail, so not sure what I was missing.
Well, unless you "miswrote" your previous post where you said that
Quote:Looked up the Apache open office , downloaded, it was a tar.gzyou didn't download the .deb file, which you can easily install by double-clicking on it, but a tar.gz compressed file which contains the source code and is way more difficult to install.
Pages: 1 2