Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu remove package and dependencies install deb

#For Ubuntu the correct method to remove packages through the console is:
apt-get –-purge remove skypeforlinux.
dpkg –-remove skypeforlinux.
dpkg –r packagename.deb.
apt-get clean && apt-get autoremove. sudo apt-get -f install. ...
#apt-get update. #dpkg –-configure -a. ...
apt-get -u dist-upgrade.
apt-get remove –dry-run packagename.
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

PREVIOUS NEXT
Code Example
Shell :: install k3s 
Shell :: Warning in install.packages : installation of package ‘tidyverse’ had non-zero exit status 
Shell :: change dns linux 
Shell :: Jwt Authentication error Argument 3 passed to LcobucciJWTSignerHmac::doVerify() 
Shell :: remove pods from xcode project terminal 
Shell :: install lightshot on ubuntu 
Shell :: which user apache runs as ubntu 
Shell :: macos clear dns cache 
Shell :: mac httpd stop 
Shell :: how to stop a port from listening 
Shell :: is firewall running centos 7 
Shell :: How to upload a files to a repository on github using gitbash 
Shell :: install helm ubuntu 
Shell :: how to install brave on fedora 
Shell :: yii2 advanced install 
Shell :: findspark:install 
Shell :: install libinput ubuntu 
Shell :: install cv2 ubuntu 
Shell :: git soft reset Head 
Shell :: check ssd or hdd linux 
Shell :: install webpack cli 
Shell :: sha256 windows 10 
Shell :: voice recorder for ubuntu 20.04 
Shell :: how to view a list of installed npm packages 
Shell :: get current timestamp shell 
Shell :: how to clean up all docker containers 
Shell :: how to add windows to grub 2 
Shell :: format usb using cmd 
Shell :: linux filter groups 
Shell :: sh wait 10 seconds 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =