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

Linux

45823 readers
1620 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 11 months ago* (last edited 11 months 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)!

all 50 comments
sorted by: hot top controversial new old
[–] nils@feddit.de 24 points 11 months ago (3 children)

I can only recommend you to look into using Flatpak to install graphical applications. It avoids the whole dependency or permission issues because it ships apps in their own well tested little sandbox. From a end user perspective its somewhat similar to how applications are bundled on macOS.

[–] ebits21@lemmy.ca 3 points 11 months ago

While I agree, definitely you need Flatseal to change permissions at times.

[–] TCB13@lemmy.world 3 points 11 months ago (1 children)

That's what I use with Debian. Rock solid OS, latest Apps without polluting it with Flatpak.

[–] nils@feddit.de 3 points 11 months ago (1 children)

Exactly. Trying to install the latest version of a bunch of apps on a base like Debian is bound to give you dependency issues if you try to install the native version.

[–] TCB13@lemmy.world 3 points 11 months ago

Yes but unlike Ubuntu, Debian is true open-source, true freedom and rock solid stability for a base system. We can just use it as a base system and add whatever app via Flatpak.

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

If there is a dependency problem in the upstream packages, then there is a bug in Ubuntu. This doesn't happen often, and isn't a good reason to go to Flatpak by itself. A bug should be filed upstream and it'll likely get fixed quickly.

[–] AProfessional@lemmy.world 1 points 11 months ago (1 children)

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

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

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

[–] AProfessional@lemmy.world 1 points 11 months ago* (last edited 11 months 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 11 months ago* (last edited 11 months 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 11 months 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.

[–] ikidd@lemmy.world 20 points 11 months ago* (last edited 11 months ago) (1 children)

This doesn't seem like normal behaviour at all. I would try a reinstall or another distro like Linux Mint and see if it persists. I doubt it will.

The other comments in here will probably be confusing to a new user. Your graphical package manager in a user-friendly distro like Ubuntu should just work, and if it doesn't, there is a problem with the install.

[–] danielfgom@lemmy.world 7 points 11 months ago

I second this. It doesn't sound right. Make sure you have downloaded from the official Ubuntu website and make a new usb and reinstall Ubuntu. It shouldn't do that.

[–] 1993_toyota_camry@beehaw.org 17 points 11 months ago (1 children)

How are you installing apps?

Can you give an example of the issues you had with a specific app?

[–] Skotimusj@lemmy.ml 3 points 11 months ago (1 children)

Last night I installed Sonarr through the built in snap store. It seemed to go well but when I tried to add a series it lacked the permissions to make the required directory. I am going to try to uninstall it and do it manually through the terminal as root unless someone can suggest a better way.

[–] knobbysideup@lemm.ee 5 points 11 months ago* (last edited 11 months ago)

Well, that's an example of something that actually takes some knowledge to run. Sonarr is not a native linux app, and is really meant to be run on a server by somebody who already knows what they are doing with it. Then there's the issues with snap itself. On my plex server I manually installed sonarr and its dependencies and made my own systemd init file. Once running, updating through the webui seems to work ok, but I tend to use ansible to maintain everything.

[–] MasterBlaster@lemmy.world 14 points 11 months ago* (last edited 11 months ago) (1 children)

There are many ways to install software on linux. Usually the distribution package manager will install things flawlessly with no extra work.

FlatPack, AppImage and Snap are all becoming common now. Most the time if you find yourself downloading a package from website, you might find it already on an app store.

Ubuntu's/Gnome's store app can look up ubuntu's snap and traditional repository, and public flatpack.

When you're setting up more advanced system tools, you will always have to tweak something. You're taking on a system administrator role in your own organization.

[–] Skotimusj@lemmy.ml 1 points 11 months ago (1 children)

Thanks for the advice/encouragement. Awesome username BTW.

[–] MasterBlaster@lemmy.world 1 points 11 months ago

Thanks, man (or woman hard to tell from text).

[–] Qvest@lemmy.world 6 points 11 months ago (1 children)

As a desktop user, I find the Linux experience to be one of constant improvement and learning. First time I tried Linux it was hard. Very hard. Now I know what I want. That doesn’t mean I don’t get to know new things every now and then. So, yes, over time you’ll acquire new skills and knowledge to deal with problems

[–] captainlezbian@lemmy.world 2 points 11 months ago

That’s part of what I like about linux. It’s rarely someone else’s fault it doesn’t work. It might be their fault it’s difficult, but if I learn enough I can fix it

[–] frankfurt_schoolgirl@hexbear.net 4 points 11 months ago

Yes, it will get better over time. You are using an entirely new operating system. Things are different, but aren't that hard to learn.

My big tip for installing Linux is to use the package managers when possible. Every distro comes with at least one package manager, which can install many pieces of software. On Ubuntu, there are two: snap and apt. (Yes, this is confusing. Canonical is trying to change the way they package software, and it has made their distro harder to use).

Also, what kind of software are you installing that requires different permissions or ports? If you're trying to set up servers you many be better off with a different approach.

[–] garam@lemmy.my.id 4 points 11 months ago (1 children)

Try use Debian or Fedora Workstation... it's better..

[–] Shareni@programming.dev 3 points 11 months ago

Debian is not really meant for end users, even less so for users who are new to Linux. Mint on the other hand is a Debian derivative that I'd recommend to beginners.

I'm still having flashbacks to previous Debian version and spending 4+ hours searching for packages that Debian decided to call differently, and compiling dependencies of dependencies to compile Emacs that wasn't like 2 major versions out of date.

[–] vahirua@lemmy.world 3 points 11 months ago (1 children)

It doesn't seem like normal behaviour, I don't think it is anything wrong with Ubuntu though. It is a fine distro all in all. If I get into problems when installing something it is often because I haven't found the "official" install method for that specific package. For Ubuntu that's normally an apt package or a snap. I find snaps a little harder to get to grips with since they are sandboxed and a bit more unfamiliar for a middle aged man as myself. But keep from googling for "how to install xyz" and always start from the official app store/apt install If you still get errors, do a fresh OS install and try again just to check if something went wrong during the setup

[–] Skotimusj@lemmy.ml 1 points 11 months ago

This is good advice. I did try to follow the "official" install for this one. When I Google "how to install" all the instructions are different and like 5 years old so they are outdated.

[–] rambos@lemm.ee 3 points 11 months ago

Recently I installed POPOS! and it comes with popshop app store. Its bit laggy especially on startup, but installations are like search -> press install button -> done. Its so freaking simple and intuitive

Im also new in desktop linux and still didnt decide what is my main OS, but POP OS made me not look further. Didnt try gaming yet tho

[–] flashgnash@lemm.ee 2 points 11 months ago

Ubuntu kinda sucks from my experience with it, but it will be a learning curve

You do learn to deal with those kinds of issues pretty quickly eventually but at least at the moment you're realistically not going to have a completely seamless experience with desktop Linux for a while yet

You're probably better off going with snaps/appimages/flatpaks than apt-get I think because they come with all their dependencies

[–] Hairyblue@kbin.social 2 points 11 months ago* (last edited 11 months ago) (1 children)

I use Ubuntu and install the very little I use through the Snap store. My Linux PC is for gaming with steam.

I have downloaded the Steam deb package from the steam website and it seems to launch the install through the Snap store app when I click on it.

MakeMKV has an app.
TeamViewer had a deb package
Some of the tools I needed were in the snap store.

I try to stick to the snap store if I can.

What were you trying to install?

[–] Skotimusj@lemmy.ml 2 points 11 months ago (1 children)

I installed Sonarr. It was definitely through the graphical app manager

[–] Hairyblue@kbin.social 1 points 11 months ago

I haven't heard of that but I found this install page.

https://snapcraft.io/install/sonarr/ubuntu

[–] knobbysideup@lemm.ee 2 points 11 months ago* (last edited 11 months ago)

How are you trying to install things? Use the graphical package manager or apt. Don't just try to download things from wherever.

Also, maybe try Linux Mint (Cinnamon Edition) instead of Ubuntu. Things there "just work", and the UI is more similar to what you are used to with windows.

[–] Skotimusj@lemmy.ml 2 points 11 months ago (1 children)

I downloaded this from the graphical package manager

[–] Synthead@lemmy.ml 2 points 11 months ago (1 children)
[–] Skotimusj@lemmy.ml 2 points 11 months ago (2 children)
[–] Synthead@lemmy.ml 2 points 11 months ago (1 children)

What happens when you try to start it?

[–] Skotimusj@lemmy.ml 1 points 11 months ago (2 children)

It starts just fine. When I try to add a series to it, it shoot up an error that it cannot create the required directory. Even if I sudo the directory in manually it cannot write the files. I assume that it doesn't have write privileges but I lack the skills to find the appropriate service and change it's privileges.

[–] Synthead@lemmy.ml 1 points 11 months ago

Also, how are you starting it? I'm looking at the Arch package in the AUR (not your distro, but just looking), and I notice that it includes a .service file. This means that it would be started as a service, and not as a user, like you're probably attempting to do.

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

What directory is it trying to write to? Can you show us the full error, preferably as text and not a screenshot?

[–] Skotimusj@lemmy.ml 1 points 11 months ago

It is trying to create a new directory. I think it is under root but I am not sure. I will recreate the next time I am on it and post. Thanks for the help

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

It looks like sonarr is not in the official Ubuntu mirrors. The website mentions adding a new repo to apt. Is this what you did, or something else?

https://sonarr.tv/#downloads-v3-linux

[–] Pantherina@feddit.de 1 points 11 months ago (1 children)

I guess thats "thw Ubuntu experience". Ubuntu IS NOT general Linux. They do their own proprietary Snap thing, which may be liked by developers but is not the standard.

Flatpaks never have too little permissions, its more that they have too many.

Run unsnap from Github, its an awesome tool and actually makes Ubuntu usable

[–] Skotimusj@lemmy.ml 2 points 11 months ago

Thanks for the advice. I actually got it running last night.

[–] Frederic@beehaw.org 0 points 11 months ago* (last edited 11 months ago) (1 children)

I'm using MX Linux, I try to avoid snap and flatpak...nothing like a good old .deb installing right away

EDIT because someone wrote non-sense below, MX is the #1 distro on distrowatch for years and the latest MX23 is based on debian 12 “bookworm” which is a month old. It’s using 6.4.4 kernel from last week as of writing. This is a cutting edge distro.

[–] Pantherina@feddit.de 1 points 11 months ago* (last edited 11 months ago) (1 children)

Edit: nice to hear Debian bookworm and MX are actually up to date!

[–] Frederic@beehaw.org 2 points 11 months ago (1 children)

What are you talking about? MX23 is based on debian 12 “bookworm” which is a month old. It's using 6.4.4 kernel from last week. Please edit your message.

[–] Pantherina@feddit.de 1 points 11 months ago

Crazyyy. This must be because of the stable fixing phase. Now everything is set and the distros will diverge some more again. On Fedora I am on Kernel 6.4.x too