Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install deb file

sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Comment

how to install .deb in terminal

# To install .deb
sudo dpkg -i package_name.deb

# To uninstall .deb (dpkg installed) packages
# remove it using Adept, or type: 

sudo apt-get remove package_name
Comment

install ubuntu deb

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

#install packages
sudo apt install package_name
Comment

install deb file

sudo apt install ./file_name.deb
Comment

installing deb

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

Installing deb file in Linux

sudo dpkg -i path_to_deb_file
Comment

install .deb apps

for deb files

sudo dpkg -i (filename )
Comment

PREVIOUS NEXT
Code Example
Shell :: copier un répertoire et son contenu sous linux 
Shell :: git delete remote name 
Shell :: gcc for macos 
Shell :: install brew max 
Shell :: install homebrew on linux 
Shell :: install brew on mac m1 
Shell :: git set editor 
Shell :: install freetype globally on ubuntu 
Shell :: git uncommit last commit but keep changes 
Shell :: flutter run all 
Shell :: git project root 
Shell :: run prometheus command 
Shell :: install jenkins in linux 
Shell :: copy folder linux 
Shell :: assign contents of file to variable bash 
Shell :: get additional parameters linux scripting 
Shell :: nohup redirect output 
Shell :: migrate has no installation candidate 
Shell :: nodemon use 
Shell :: composer remove packages 
Shell :: OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) 
Shell :: how to run .sh script in mac 
Shell :: grep exclude file extension 
Shell :: bash print output to one line 
Shell :: docker redis 
Shell :: Could not find an NgModule. Use the skip-import option to skip importing in NgModule. 
Shell :: install angular ubuntu 
Shell :: how to run mongodb shell 
Shell :: create branch from existing branch 
Shell :: codeigniter 4 migrate 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =