Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

instal .deb ubuntu

sudo dpkg -i package_file.deb
Comment

install/uninstall deb packages from linux/ubuntu


1. To install a .deb file, simply Right click on the .deb file, and choose Kubuntu Package Menu->Install Package. 

2. Alternatively, you can also install a .deb file by opening a terminal and typing:
sudo dpkg -i package_file.deb

3. To uninstall a .deb file, remove it using Adept, or type:
sudo apt-get remove package_name
Comment

install deb file in ubuntu

sudo apt install path_to_deb_file
Comment

install ubuntu deb

#install downloaded .deb
sudo dpkg -i /path/name.deb

#install packages
sudo apt install package_name
Comment

install *.deb file in ubuntu

Install a downloaded program in Ubuntu - Linux
sudo dpkg -i package_file.deb
//or
sudo apt install path_to_deb_file
Comment

PREVIOUS NEXT
Code Example
Shell :: Unit nginx.service is masked 
Shell :: ubuntu 20.04 wifi adapter not found dell 
Shell :: node install ubuntu 
Shell :: how to get all file names in a folder in shell script 
Shell :: matrix effect 
Shell :: linux remove all files same extension in directory 
Shell :: install curl ubuntu 
Shell :: git how to reset only one file 
Shell :: undo last commit git 
Shell :: install python module ImageTk 
Shell :: bash temporary file 
Shell :: install taggit 
Shell :: jekyll run 
Shell :: tailwind nodejs 
Shell :: you have new mail terminal mac 
Shell :: Add Subtitles (.SRT file) To MP4 With FFMPEG 
Shell :: flutter doctor android studio not installed 
Shell :: no module named cv2 mac os 
Shell :: dpkg: error processing archive /var/cache/apt/archives/atftpd_0.7.git20210915- 
Shell :: git fetch remote branch 
Shell :: how to check if docker is installed 
Shell :: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 
Shell :: kali find devices on network 
Shell :: git cheatsheet 
Shell :: install rbenv 
Shell :: windows kill process 
Shell :: how do i clone a specific branch in git 
Shell :: bash uppercase bad substitution 
Shell :: check if systemctl service is running linux 
Shell :: checking service status in linux 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =