this post was submitted on 17 Aug 2023
39 points (85.5% liked)

Linux

46924 readers
1368 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
39
submitted 1 year ago* (last edited 1 year ago) by Skotimusj@lemmy.ml to c/linux@lemmy.ml
 

About a week ago I setup Ubuntu as my primary OS on an old machine. It is my first time trying a unix based OS (previously windows). It has been ok, but it seems like every time I try to install something I run into problems. The app has the wrong permissions or I don't have the right packages or I need to change port settings ect... I was expecting a learning curve but I wanted to know if this is something I should expect to be a long term issue or if I will aquire the skills to side step stuff like this over time?

Update* I got it working. Last night I reinstalled it and figured it out. Two issues. On initial install I failed to update one of the packages needed. I also assigned the service to a group without the required permissions. On reinstall I rectified both of these issues and it works flawlessly. Thanks all for your help and input (and ignoring typos in the title)!

you are viewing a single comment's thread
view the rest of the comments
[–] AProfessional@lemmy.world 1 points 1 year ago (1 children)

There is likely no bug they are just confused. Simple tools help.

[–] Synthead@lemmy.ml 1 points 1 year ago (1 children)

You're recommending Flatpak for users that are confused by packages?

[–] AProfessional@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

Absolutely. No worry of dependencies, lower risk of harming system accidentally, more reproducible environment likely to work, less distribution specific details.

It is excellent for new users.

[–] Synthead@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (1 children)

If the package manager leaves you with broken dependencies, a broken system, or a system that "doesn't work," then there are significant bugs in how the distro has packaged things. It happens, but seldomly.

Package managers aren't "hard." There are GUIs where you can search and install packages, even. In my opinion, if you have a Linux user that has avoided learning how package managers work, then they're skipping a core foundation of how to use their operating system.

[–] AProfessional@lemmy.world 1 points 1 year ago

When a user knows nothing they can do anything. The internet is so full of bad Linux advice.

They will install bad PPAs, run random binary installers, there are even guides that show how to convert other distributions packages to another. A new user doesn’t understand why any of this is bad, they just did the first google result.