T
T
TwixFm2020-02-04 00:03:53
linux
TwixFm, 2020-02-04 00:03:53

How to install DEB in Manjaro 18.1.5?

I use Yandex browser on Minte. So I decided to migrate to manjaro, but I came across the fact that there are no special programs "out of the box" for installing deb packages. Well, actually, how?

PS Something like this doesn't work:
You can install dpkg by: yaourt dpkg .
If you don't have yaourt , you can get it from your AUR page.
Then just cd where you put it and dpkg -i package.deb whatever package it is

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vadim Priluzkiy, 2020-02-04
@TwixFm

Why do you need this perversion, in the form of installing deb packages? If you need to find some software, first do this:

Fig.1
IlEoLgO.png

And then like this:
yay -Syu yandex-browser-beta

P
Pifarh, 2021-08-27
@Pifarh

Who uses helpers like yaourt yay paru, then install them. Info: yaourt support has ended, the yay developer left the branch and wrote a new paru helper, which, unlike yay, is in the community repository. In short, it's better than the previous ones. Read more on the developer's github page.
How to install
pacman -S debtap
On first run.
sudo debtap -u #Initial update of the debtap database
Go to the folder with the deb file.
sudo debtap -U file.deb #Print the file name and license
Next, a file is created with the extension pkg.tar.zst
sudo pacman -U file.pkg.tar.zst #Installing the final package with pacman
sudo pacman -S debtap
sudo debtap -u
sudo debtap -U
sudo pacman -U
3 commands fully install the deb package on the system. On this I consider the issue closed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question