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 :: ubuntu install telegram 
Shell :: upgrade matplotlib version 
Shell :: apache2.service is not active cannot reload. ubuntu 
Shell :: brew install gcloud 
Shell :: upgrade pandas version 
Shell :: Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE) 
Shell :: uninstall mariadb server and client in ubuntu 18.4 
Shell :: check bios version cmd 
Shell :: Your account is limited to 1 simultaneous ngrok client session. 
Shell :: Reset git local branch to remote branch 
Shell :: install xdotool ubuntu 
Shell :: ubuntu bluetooth not working 
Shell :: how to fix /opt/lampp/bin/mysql.server: 264: kill: no such process 
Shell :: mac terminal find process by port 
Shell :: start apache2 ubuntu 
Shell :: update grub archlinux 
Shell :: install docker on manjaro linux 
Shell :: update ubuntu 
Shell :: restart crontab 
Shell :: linux which process is using a port 
Shell :: how to check linux distro from terminal 
Shell :: linux check if a port is open 
Shell :: pod file reinstall 
Shell :: brew uninstall node 
Shell :: uninstall nginx 
Shell :: nginx certbot ubuntu 
Shell :: database already registered 
Shell :: ubuntu list users 
Shell :: npm install redux thunk 
Shell :: clear swap memory linux 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =