Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install neofetch on debian

#in Debian 9, first add the third party Neofetch repository as shown
echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list
#next, append the Neofetch key using the command as shown below
curl -L "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" -o Release-neofetch.key && sudo apt-key add Release-neofetch.key && rm Release-neofetch.key
#Update the sources list by updating the system using the command below
apt-get update
#Finally, install Neofetch
apt-get install neofetch
#To launch Neofetch, run
neofetch
Comment

PREVIOUS NEXT
Code Example
Shell :: The CUDA compiler identification is unknown CMake Error at CMakeLists.txt:441 (enable_language): No CMAKE_CUDA_COMPILER could be found. 
Shell :: Check /app/package.json: command not found. Is a start script missing? https://help.glitch.com/kb/article/31 
Shell :: cache clear env prod symfony 3.4 
Shell :: download influxdb for windows 
Shell :: aternative wget comand 
Shell :: bat restart printer spooler 
Shell :: vscode connect gitlens to gitlab 
Shell :: step to install vue project in visual studio code 
Shell :: how to Add new commit to the existing Git tag 
Shell :: jekyll new site 
Shell :: bash ls and pick 2nd column 
Shell :: find all occurrence in directory linux 
Shell :: linux print directory tree 
Shell :: Ansible gather facts with adhoc command 
Shell :: scp local to ssh aws 
Shell :: ping redis server 
Shell :: git new branch create 
Shell :: remove umbrella roaming client 
Shell :: create ssh key github 
Shell :: snagit key code 
Shell :: install material table formik 
Shell :: copy all in a folder here command terminal 
Shell :: batch file path 
Shell :: how to update local repo when i make changes to github remote repo 
Shell :: Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user 
Shell :: pgadmin4 : Depends: libpython3.7 (= 3.7.0) but it is not installable 
Shell :: docker compose up 
Shell :: add new domain again with certbot 
Shell :: django view sql behind migration 
Shell :: chmod execute permissions for everyone 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =