How to uninstall the cyusb_linux in linux

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DhN_4227681
Level 4
Level 4
First like received

Hi

I want to uninstall cyusb_linux in ubuntu,please help me how to uninstall cyusb_linux

0 Likes
1 Solution
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

Please follow the below steps to remove cyusb_linux:

1) go to root directory using: cd /

2) check if cyusb_linux is present in usr/local/bin using the command : ls /usr/local/bin

3) if cyusb_linux is listed, you can uninstall it using the following command: sudo rm -rf /usr/local/bin/cyusb_linux

Best Regards,

Yatheesh

View solution in original post

0 Likes
1 Reply
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

Please follow the below steps to remove cyusb_linux:

1) go to root directory using: cd /

2) check if cyusb_linux is present in usr/local/bin using the command : ls /usr/local/bin

3) if cyusb_linux is listed, you can uninstall it using the following command: sudo rm -rf /usr/local/bin/cyusb_linux

Best Regards,

Yatheesh

0 Likes