我有 easy 的问题易事达就像我打开它时只显示这样的白屏:
所以我喜欢安装新版本的易事达通过这个命令,我想删除它,所以我尝试:
so@so-notebook:~$ sudo easyeda
[sudo] password for so:
sudo: easyeda: command not found
so@so-notebook:~$ sudo easyeda
sudo: easyeda: command not found
so@so-notebook:~$ sudo apt-get purge easyeda
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package easyeda
蚂蚁现在在软件中心和突触应用程序如下:
所以想知道我必须从哪里删除它?
更新:
我下载了该文件并发现 readme.txt 提供了如下安装和卸载说明:
Install:
1.Excute the Terminal at the decompress folder, normally hotkey CTRL+ALT+T.
You don't need to decompress the easyeda-linux-x64.zip file.
2.Input a command at the terminal
sudo bash install.sh
3.Enter, and input the login password of your operation system, enter.
4.Waiting for installing finish. After finish, you can find it on your system
Uninstall:
1.Input a command at the terminal
sudo bash uninstall.sh
2.Enter, and input the login password of your operation system, enter.
3.Waiting for uninstalling finish.
----------------- update record -------------
v2.0.0
First release
因此它的工作方式如下: 但我想知道如果我不知道这个文件怎么样,也不知道它的主要下载 zip 文件的位置在哪里,如何卸载它?
谢谢。
答案1
我们假设它没有被下载。
所以我们需要下载安装程序:
mkdir -p ~/Downloads/easyeda
cd ~/Downloads/easyeda
wget https://image.easyeda.com/files/easyeda-linux-x64-6.4.20.6.zip
提取它:
unzip easyeda-linux-x64-6.4.20.6.zip
结果您将获得文本文件形式的安装说明:
$ unzip easyeda-linux-x64-6.4.20.6.zip Archive: easyeda-linux-x64-6.4.20.6.zip extracting: easyeda-linux-x64.zip inflating: How to install and uninstall.txt inflating: install.sh inflating: uninstall.sh
安装使用:
sudo bash install.sh
要卸载使用:
cd ~/Downloads/easyeda
sudo bash uninstall.sh
据我所知,该应用程序 95% 是通过网络浏览器访问网站的,因此您的问题可能是网络问题。