Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Remove composer for ubuntu

sudo apt-get remove composer
Comment

ubuntu composer uninstall

//Uninstall composer
sudo apt-get remove composer

//Uninstall composer and it dependent packages
sudo apt-get autoremove composer

//Purging composer
sudo apt-get purge composer
sudo apt-get autoremove --purge composer
Comment

ubuntu uninstall composer

Delete the file composer.phar.
Delete the Cache Folder:
Linux: /home/<user>/.composer
Windows: C:Users<username>AppDataRoamingComposer
Comment

PREVIOUS NEXT
Code Example
Shell :: install webpack 
Shell :: get pid running on port 
Shell :: gnome disk utility ubuntu 
Shell :: install cmake anaconda 
Shell :: restart ssh on windows 
Shell :: git change https to ssh 
Shell :: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 
Shell :: download torrent on ubuntu 
Shell :: docker-machine install mac brew 
Shell :: how to install blender 2.8 from a ubuntu linux terminal 
Shell :: Unrecognized command "eject" 
Shell :: debian 11 sources.list 
Shell :: pulseeffects ubuntu 
Shell :: certbot renew 
Shell :: npx not found 
Shell :: install perl linux 
Shell :: find linux version 
Shell :: check compatible ubuntu nvidia driver 18.04 
Shell :: install seaborn in anaconda 
Shell :: ubuntu stop php 
Shell :: how to install lazygit on ubuntu 
Shell :: is firewall running centos 7 
Shell :: get docker script 
Shell :: iptables list ubuntu 
Shell :: bash date today plus one day 
Shell :: git clone recursive 
Shell :: remove pyqt5 with conda 
Shell :: brew restart apache 
Shell :: Key path "file:///home/user/projectname/storage/oauth-public.key" does not exist or is not readable 
Shell :: voice recorder for ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =