Как удалить eclipse linux

Как полностью удалить Eclipse?

Я пытаюсь полностью удалить Eclipse (с помощью Synaptic Package Manager + Mark для полного удаления), но когда я переустанавливаю его, я ясно вижу, что он сохранил все параметры и историю, от которых я пытаюсь избавиться, Я также попробовал следующее.

sudo apt-get purge eclipse rm -r ~/.eclipse/ 

Как здесь предлагается, тоже не повезло.

8 ответов

Запустите следующие команды:

sudo apt-get autoremove eclipse* rm -r ~/.eclipse/ 

Это приведет к удалению зависимостей и связанных пакетов, которые были установлены вместе с eclipse. Это должно сделать свое дело.

Вы почти закончили. Добавьте звездочку (*) в конце слова затмения.

sudo apt-get autoremove eclipse* rm -r ~/.eclipse/ 

Сегодня я столкнулся с той же проблемой и искал решение. Я видел этот вопрос. Я попробовал те же самые шаги, но потерпел неудачу. Тогда мой друг использовал эти команды выше.

Я попробовал многие из предложенных решений и продолжал придумывать подобные результаты. В конце концов запустил центр программного обеспечения и обнаружил, что он регистрирует Elipse как установленный. Поэтому я установил его через центр программного обеспечения, и процесс переписал то, что уже было установлено (вероятно, потому что я установил через командную строку).

Затем запустил менеджер пакетов synaptics, выполнил поиск затмения при сортировке по столбцу «установленная версия». Выделены все зависимые пакеты и помечены для полного удаления. Это добилось цели.

Источник

How to Install (Remove) Eclipse IDE in Ubuntu 21.04, 20.04 the official way

This simple tutorial shows how to install the latest Eclipse IDE in Ubuntu while the one in Ubuntu Software is always old.

Eclipse in Ubuntu Software is the containerized snap package and it’s old. Fortunately, an official installer is available for Linux.

1. Download & start Eclipse Installer:

Firstly go to the official download page, and grab the installer:

Then extract the tarball, and go into the result folder. Right-click and select “Run” the eclipse-inst file.

Or you can right-click on blank area and select “Open in Terminal”, and then run ./eclipse-inst in the pop-up terminal:

Читайте также:  Linux parse log file

2. Install Eclipse:

When the installer wizard opens, choose “Eclipse for Java”, “Eclipse for Javascipt and Web”, or other that you want to install.

Next click on “Install” button, and accept the license to start installing the IDE:

The software is by default installed to the user home folder for single user use. Once installed, you can launch it either from system application launcher or the desktop shortcut (need to first right-click and choose “Allow Launching”).

How to Remove Eclipse Completely:

The software is installed by default in user’s home directory. Simply open the file manager, and remove the eclipse folder and eclipse-workspace folder.

For the desktop shortcut, just move it to trash. For app shortcut in the system launcher, press Ctrl+Alt+T to open terminal and run commands:

    navigate to app shortcut folder for local user:

cd .local/share/applications/
rm *eclipse*.desktop epp*.desktop

permalink

Ji m

I’m a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to remind me outdated tutorial! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

8 responses to How to Install (Remove) Eclipse IDE in Ubuntu 21.04, 20.04 the official way

Doesn’t work for me. After upgrading Ubuntu 20.04 to 22.04 I found that Eclipse 2022-06 updated previously from 2020-09) would frequently crash. After trying various things I uninstalled it and tried a fresh install as per above.
Every time the installer crashes with “Installation failed with an error” – sometimes during the progress bar and sometimes after it has apparently ended. The log gives no obvious clue
“[2022-09-06 14:38:44] An error was detected while performing the engine operation and the changes are being rolled back. See the log for details.
[2022-09-06 14:38:44] ERROR: org.eclipse.equinox.p2.engine code=4 An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.”
which doesn’t help me. “The ~/eclipse folder is created but it only contains php-2022-062/eclipse/configuration/org.eclipse.oomph.setup/setup.log” Any clues?

Источник

How to completely uninstall eclipse?

I’m working on Eclipse Indigo on Ubuntu 12.04. I’m trying to completely uninstall Eclipse (with Synaptic Package Manager + Mark for complete removal), but when I reinstall it, I clearly see that it has kept all parameters, and history, which is what I’m trying to get rid of. I also tried the following.

sudo apt-get purge eclipse rm -r ~/.eclipse/ 

8 Answers 8

sudo apt-get autoremove eclipse* rm -r ~/.eclipse/ 

This will uninstall the dependencies and related packages that were installed along with eclipse. This should do the trick.

Читайте также:  Linux with boot camp

You were almost done. Add an asterisk (*) at the end of eclipse word.

sudo apt-get autoremove eclipse* rm -r ~/.eclipse/ 

Today I have encountered the same problem and searched for a solution. I have seen this question. I have tried the same steps but failed. Then a friend of mine used those commands above.

It removed all about eclipse.

I tried many of the suggested solutions and kept coming up with similar results. Eventually fired up software centre and found that it was registering Elipse as installed. So I installed it through software centre and the process overwrote what was installed already ( probably because I installed via command line).

Then fired up synaptics package manager, did a search for eclipse while sorting by «installed version» column. Selected all dependent packages and marked them for complete removal. That did the trick.

sudo apt-get autoremove eclipse —purge

I would look in the /etc , /usr , and /var directories for any files that may be related to Eclipse. Using the Synaptic or other package managers will only remove files that were part of the installation, not any of the settings files that Eclipse may have made when used.

Depends. If you have manually installed it, this is how you have to do it. But if it is installed through apt-get, this is a bad idea.

CTRL + ALT + T , opens up the terminal. Type in sudo apt-get autoremove eclipse .

Now, type in cd / which will put you in the «File System» directory. Next you type gksu nautilus and it will ask you for your password. When you type it in, the File System folder (with all privileges) will pop out. From there you click the search button, type in eclipse , wait for everything to be found and simply delete everything it found.

Then you can go to Ubuntu Software Center and install fresh version of eclipse and add your new packages from synaptic.

Читайте также:  Ip and mac address linux

Источник

Completely uninstall Eclipse in Ubuntu with Commands:

In the Ubuntu operating system, we installed Eclipse but unable to remove the eclipse completely. Here we provide solutions for removing completely Eclipse step by step process.
Step 1: First goto root user using below command:

Step 2: Update the Ubuntu packages using below command:

[email protected]:/home/sreekanth# sudo apt-get update Hit:1 http://in.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease Hit:4 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease Hit:5 http://dl.google.com/linux/chrome/deb stable Release Hit:6 https://repo.skype.com/deb stable InRelease Get:8 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] Get:9 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [74.8 kB] Get:10 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [83.8 kB] Get:11 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [124 kB] Get:12 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [194 kB] Ign:13 https://package.mapr.com/releases/v6.0.0/ubuntu binary InRelease Get:14 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2,464 B] Ign:15 https://package.mapr.com/releases/MEP/MEP-5.0/ubuntu binary InRelease Hit:16 https://package.mapr.com/releases/v6.0.0/ubuntu binary Release Hit:18 https://package.mapr.com/releases/MEP/MEP-5.0/ubuntu binary Release Fetched 588 kB in 4s (142 kB/s) Reading package lists. Done [email protected]:/home/sreekanth#

Step 3: Removing Eclipse packages using below command:

apt-get remove --purge eclipse
[email protected]:/home/sreekanth# apt-get remove --purge eclipse Reading package lists. Done Building dependency tree Reading state information. Done The following packages were automatically installed and are no longer required: linux-headers-4.15.0-64 linux-headers-4.15.0-64-generic linux-headers-4.15.0-65 linux-headers-4.15.0-65-generic linux-headers-4.15.0-66 linux-headers-4.15.0-66-generic linux-headers-4.15.0-69 linux-headers-4.15.0-69-generic linux-headers-4.15.0-70 linux-headers-4.15.0-70-generic linux-headers-4.15.0-72 linux-headers-4.15.0-72-generic linux-image-4.15.0-64-generic linux-image-4.15.0-65-generic linux-image-4.15.0-66-generic linux-image-4.15.0-69-generic linux-image-4.15.0-70-generic linux-image-4.15.0-72-generic linux-modules-4.15.0-64-generic linux-modules-4.15.0-65-generic linux-modules-4.15.0-66-generic linux-modules-4.15.0-69-generic linux-modules-4.15.0-70-generic linux-modules-4.15.0-72-generic linux-modules-extra-4.15.0-64-generic linux-modules-extra-4.15.0-65-generic linux-modules-extra-4.15.0-66-generic linux-modules-extra-4.15.0-69-generic linux-modules-extra-4.15.0-70-generic linux-modules-extra-4.15.0-72-generic Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: eclipse* 0 upgraded, 0 newly installed, 1 to remove and 119 not upgraded. After this operation, 125 kB disk space will be freed. Do you want to continue? [Y/n] Y (Reading database . 439192 files and directories currently installed.) Removing eclipse (3.8.1-8) .

Step 3: Completely remove libraries files from the Eclipse folder in usr path.

After that check still, Eclispse in your’s desktop then proceeds with manually removing in Ubuntu.

Manually Removing Eclipse in Ubuntu:

Still, it showing Eclipse in Ubuntu then will go follow below steps:

Step 1: Open “Ubuntu Software”

Step 2: Search using keyword”Eclipse” then it showing like below snapshot.

Step 3: Asked the Remove or not. Click on “Yes” then proceed.

Step 4:In case asks system password then type “Root-Password” click “OK” button.

Источник

Оцените статью
Adblock
detector