Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install deb package on manjaro

follow step by step for convert debian package to arch package

1. git clone https://github.com/helixarch/debtap
2. bash debtap example.deb
3. sudo pacman -U example.pkg.tar.zst
Comment

install deb file in manjaro

Install debtap:

yay -S debtap
sudo debtap -u
Convert .deb packages Into Arch Linux Packages using debtap:

debtap packagename.deb
install the package in the system:

sudo pacman -U package-name
Comment

PREVIOUS NEXT
Code Example
Shell :: searching for a directory powershell 
Shell :: windows cmd schedule shutdown 
Shell :: adonis list routes 
Shell :: windows 10 openssh server install failed 
Shell :: heroku clear build cache 
Shell :: get only figures of string bash 
Shell :: bash generate random number between 
Shell :: too many authentication failures ec2 
Shell :: supprimer une branche locale git 
Shell :: powershell output to file 
Shell :: install qemu 
Shell :: Vagrant - Remove all boxes 
Shell :: cdo mean of multiple files 
Shell :: pnpm auto-install-peers 
Shell :: install chrome in ubuntu 16.04 using terminal 
Shell :: sudo apt install openjdk-14-jdk 
Shell :: batch loop through folders in a directory 
Shell :: direnv 
Shell :: get branch from origin 
Shell :: how to turn on scroll lock in ubuntu 
Shell :: docker-machine create digitalocean 
Shell :: keycloak docker 
Shell :: adonis run migration 
Shell :: array and for loop bash 
Shell :: install tor linux 
Shell :: count occurrences of word in file linux ignoring case 
Shell :: cli check what is listening on port 
Shell :: pygtk install ubuntu 
Shell :: git bash set global username and password 
Shell :: export commit history github 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =