Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to remove an apt repository

sudo add-apt-repository --remove ppa:whatever/ppa
# or
sudo apt-add-repository --remove 'deb some/repo your_distro main'
Comment

add-apt-repository remove

sudo add-apt-repository -r {package-name}
Comment

add-apt-repository remove

sudo add-apt-repository --remove ppa:whatever/ppa
Comment

how to remove apt repository ubuntu

1. Go to: 'Software & update" > "other software"
2. Uncheck the repo you do not want to use
Comment

PREVIOUS NEXT
Code Example
Shell :: git commit not showing up in github 
Shell :: brave browser install on ubuntu 
Shell :: brave install in linux 
Shell :: how to make a tarball in linux 
Shell :: how to check if mongodb is installed 
Shell :: git empty stash 
Shell :: check network card name linux 
Shell :: linux remove lines from one file in another 
Shell :: Large files detected. You may want to try Git Large File Storage 
Shell :: git stash with a message 
Shell :: ubuntu version command line 
Shell :: scp ssh key 
Shell :: How do I sync local and remote branches? 
Shell :: mac flutter sdk path 
Shell :: bash remove first character from string 
Shell :: how to install docker in ubuntu using terminal 
Shell :: kill process from pid 
Shell :: pyinstaller module not found 
Shell :: install pytorch in jupyter notebook 
Shell :: change email in git 
Shell :: Failed to load module "canberra-gtk-module" 
Shell :: linux cpu power install 
Shell :: linux get folder size 
Shell :: phpcs other xml file other location phpcs standard xml 
Shell :: curl test https 
Shell :: powershell change directory 
Shell :: python compile dlib without cuda 
Shell :: linux env 
Shell :: powershell check if file exists 
Shell :: docker elasticsearch latest version 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =