Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu 14 Some index files failed to download. They have been ignored, or old ones used instead.

sudo su # login as root
cd /var/lib/apt/lists/
rm -fr *
cd /etc/apt/sources.list.d/
rm -fr *
cd /etc/apt
cp sources.list sources.list.old
cp sources.list sources.list.tmp
sed 's/ubuntuarchive.hnsdc.com/us.archive.ubuntu.com/' sources.list.tmp | tee sources.list
rm sources.list.tmp*
apt-get clean
apt update  
Comment

PREVIOUS NEXT
Code Example
Shell :: how to remove windows 10 built in apps powershell 
Shell :: flutter android sdkmanager not found 
Shell :: how to install react spring with typescript 
Shell :: install lutris ubuntu 
Shell :: powershell get all computers in ou 
Shell :: docker remove image 
Shell :: install postman in ubuntu 20.04 
Shell :: install kde partition manager 
Shell :: list only directories in bash 
Shell :: github add directory to repository 
Shell :: delete auto purge 
Shell :: remove remote 
Shell :: how to install windows command line installer scoop 
Shell :: git command history 
Shell :: ubuntu wsl go to desktop 
Shell :: install redash ubuntu 20.04 
Shell :: bash move file 
Shell :: firebase hosting 
Shell :: ubuntu not showing video thumbnails 
Shell :: command to stop a system service 
Shell :: git template fetch 
Shell :: how to install wireshark on fedora 
Shell :: how to delete all branches in git except master 
Shell :: chmod just directories 
Shell :: install docker desktop on server 2019 
Shell :: bash get environment variable 
Shell :: conda install easydict 
Shell :: bash script to clean up log files 
Shell :: windows start service 
Shell :: bash check if string in file 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =