GNS3: remove purge: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Created page with " apt remove --purge gns3 rm -Rf /usr/share/gns3 rm -Rf /root/.config/GNS3 rm -Rf /home/onno/.config/GNS3 rm -Rf /usr/bin/dynamips ==Pranala Menarik== * GNS3"
 
Onnowpurbo (talk | contribs)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:


  apt remove --purge gns3
sudo su
  apt -y remove --purge gns3
rm -Rf /usr/bin/gns3*
rm -Rf /etc/gns3*
  rm -Rf /usr/share/gns3
  rm -Rf /usr/share/gns3
  rm -Rf /root/.config/GNS3
  rm -Rf /root/.config/GNS3
Line 6: Line 9:
  rm -Rf /usr/bin/dynamips
  rm -Rf /usr/bin/dynamips


==Install ulang==
sudo su
apt -y install gns3* dynamips


==Pranala Menarik==
==Pranala Menarik==


* [[GNS3]]
* [[GNS3]]

Latest revision as of 03:39, 10 December 2019

sudo su
apt -y remove --purge gns3
rm -Rf /usr/bin/gns3*
rm -Rf /etc/gns3*
rm -Rf /usr/share/gns3
rm -Rf /root/.config/GNS3
rm -Rf /home/onno/.config/GNS3
rm -Rf /usr/bin/dynamips


Install ulang

sudo su
apt -y install gns3* dynamips

Pranala Menarik