37
submitted 1 month ago by 10_0@lemmy.ml to c/linux@lemmy.ml

Could never figure it out, same with anything that isn't a flatpak from the popshop

all 20 comments
sorted by: hot top controversial new old
[-] pezhore@lemmy.ml 34 points 1 month ago
  • Step 1: download deb
  • Step 2: open a terminal
  • Step 3: sudo dpkg -i /path/to/yourde.deb

Now whether or not all the packages are fubared at this point is unknown, but that's how to install a deb file.

[-] deafboy@lemmy.world 16 points 1 month ago

this usually errors out on some missing dependencies.

apt-get -f install

should get them and continue with the installation.

However, as other have said, get an app like gdebi or eddy, and install the .deb throug that.

[-] Max_P@lemmy.max-p.me 7 points 1 month ago

Now whether or not all the packages are fubared at this point is unknown, but that's how to install a deb file.

Normal dependency checks will still be performed so it won't wreck the system.

[-] 10_0@lemmy.ml 4 points 1 month ago

Is there some an app so I don't have to use the terminal?

[-] pnutzh4x0r@lemmy.ndlug.org 15 points 1 month ago

If you want something graphical to install a single deb, you can install gdebi:

https://itsfoss.com/gdebi-default-ubuntu-software-center/

With this installed, anytime you download a deb, it will open the deb in gdebi and allow you to install the package graphically.

[-] pezhore@lemmy.ml 12 points 1 month ago

Does it have Discovery as a normal app store? You might be able to use that.

Honestly, give the terminal a shot - it's not as complicated as you may think.

[-] anon5621@lemmy.ml 8 points 1 month ago

I don't know what this people talking about,u need just double click on deb file it will open grahical installer,if not check file assisation it shoulb be assigned to Eddy program.It's pop os alternative to gdebi.

[-] bubstance 8 points 1 month ago

Sure, basically any Debian-based distro should have gdebi in its repos.

[-] n2burns@lemmy.ca 5 points 1 month ago

In addition to what other people have said about gdebi, I'm surprised it's not there by default in Pop. I thought it was there in pretty much all Ubuntu-based distros (except where alternatives are used).

I totally get not wanting to use the terminal for this purpose. It's pretty rare that I download and install a .deb, but when I do, it's nice to just click it straight from the browser and not have to navigate to my download folder in the terminal. And given how rarely I download and install .deb files, I have to look up the command every time.

[-] Spider89@lemmy.world 18 points 1 month ago* (last edited 1 month ago)

sudo apt install /path/to/your/package.deb

[-] xavier666@lemm.ee 7 points 4 weeks ago

I usually do sudo dpkg -i <filename.deb>

[-] Sentau@discuss.tchncs.de 6 points 4 weeks ago* (last edited 4 weeks ago)

Is this Pop_OS 22.04¿?

If so there is a tool called eddy pre-installed to handle .deb file installs. All you have to do is double click on the file.

[-] 10_0@lemmy.ml 1 points 4 weeks ago

I've tried that but it's hard to follow the install. Like when it installs and I press the green open button, it just doesn't work, and doesn't behave like I would expect it too. E.g. click open it doesn't work, or no desktop icon is created, and it doesn't show up in the app drawer, evening making in into an executable in the properties doesn't work sometimes. (I would expect it to act like an .exe or flatpak.) I'll try to get it working again rn.

[-] Sentau@discuss.tchncs.de 2 points 4 weeks ago

Odd. Can you share which application is it that you are trying to install. Maybe it doesn't create a desktop file hence the lack of an launcher in the app drawer¿?

[-] CannonGoBoom@lemmy.world 3 points 1 month ago

Might have to right click and make sure it’s executable, then double click it to install.

[-] possiblylinux127@lemmy.zip 2 points 4 weeks ago

Sounds like there is a dependency issue. Why are you trying to install an external package? Are you sure it isn't a flatpak or native package?

Worse case install it inside distrobox with the podman backend.

[-] 737@lemmy.blahaj.zone 2 points 4 weeks ago

in most cases you really shouldn't

[-] Timbo303@lemmy.ml 1 points 3 weeks ago

Unless your program doesnt have a flatpak or appimage just avoid deb as sometimes they are behind flatpak. I noticed this in the discover store for kde plasma for example. Plus flatpaks and appimages are the future as they support all distributions instead of mainly just debian-based ones.

this post was submitted on 12 Aug 2024
37 points (91.1% liked)

Linux

47210 readers
722 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