LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 02-23-2020, 05:50 AM   #1
rahulvishwakarma
Member
 
Registered: Aug 2010
Posts: 138

Rep: Reputation: 2
cannot install perl epic in eclipse


hi to all, i've centos 7.5 in VM. I installed successfully eclipse and now i am trying to install EPIC 0.6.35 but giving this error.
Code:
Your original request has been modified.
  "EPIC" is already installed, so an update will be performed instead.
Cannot complete the install because one or more required items could not be found.
  Software being installed: EPIC 0.6.35 (org.epic.feature.main.feature.group 0.6.35)
  Missing requirement: EPIC 0.6.35 (org.epic.feature.main.feature.group 0.6.35) requires 'org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [3.2.0,4.0.0)' but it could not be found
how to solve this.
 
Old 02-23-2020, 06:11 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,791

Rep: Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304
looks like you need to install equinox first.
 
Old 02-23-2020, 06:35 AM   #3
rahulvishwakarma
Member
 
Registered: Aug 2010
Posts: 138

Original Poster
Rep: Reputation: 2
I installed equinox from rpms and then trying to install epic but having same error. Please help.

Last edited by rahulvishwakarma; 02-23-2020 at 07:03 AM.
 
Old 02-23-2020, 10:45 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,615

Rep: Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962
Quote:
Originally Posted by rahulvishwakarma View Post
I installed equinox from rpms and then trying to install epic but having same error. Please help.
You again don't provide details; such as where you got these RPM's, how you installed them, what message(s) you got during the install, etc. Are you running the install as root or a regular user?

Packages for these things are available for CentOS, and can be install via yum.
 
Old 02-23-2020, 03:14 PM   #5
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
As you have been asked before, please provide more detail so that others can help you. No one else has access to your system or knows anything about what you may have installed or what you have done to troubleshoot the problem.

You say that you installed equinox from rpms, but that does not tell us whether it was the correct version or package for your system, whether you used the distro package manager or simply forced the rpm install, what messages it may have produced, etc.

As you have been asked before, please review the Site FAQ for guidance in posting your questions and general forum usage. Especially, read the link in that page, How To Ask Questions The Smart Way. The more effort you put into understanding your problem and framing your questions, the better others can help!
 
1 members found this post helpful.
Old 02-24-2020, 11:48 PM   #6
rahulvishwakarma
Member
 
Registered: Aug 2010
Posts: 138

Original Poster
Rep: Reputation: 2
i got these rpms from yum repository. I downloaded and then installed. those are :-
Code:
rh-eclipse46-eclipse-equinox-osgi-4.6.3-3.1.el7.x86_64.rpm
rh-eclipse46-eclipse-filesystem-1.0-7.2.el7.x86_64.rpm
rh-eclipse46-runtime-1-15.el7.x86_64.rpm
rh-java-common-javapackages-tools-4.3.2-1.14.el7.noarch.rpm
rh-java-common-python-javapackages-4.3.2-1.14.el7.noarch.rpm
rh-java-common-PyXB-1.2.4-1.4.el7.noarch.rpm
rh-java-common-runtime-1.1-47.el7.x86_64.rpm
 
Old 02-25-2020, 07:09 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,615

Rep: Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962
Quote:
Originally Posted by rahulvishwakarma View Post
i got these rpms from yum repository. I downloaded and then installed. those are :-
Code:
rh-eclipse46-eclipse-equinox-osgi-4.6.3-3.1.el7.x86_64.rpm
rh-eclipse46-eclipse-filesystem-1.0-7.2.el7.x86_64.rpm
rh-eclipse46-runtime-1-15.el7.x86_64.rpm
rh-java-common-javapackages-tools-4.3.2-1.14.el7.noarch.rpm
rh-java-common-python-javapackages-4.3.2-1.14.el7.noarch.rpm
rh-java-common-PyXB-1.2.4-1.4.el7.noarch.rpm
rh-java-common-runtime-1.1-47.el7.x86_64.rpm
Again:
  • You don't tell us WHERE you got these RPM's...saying "yum repository" tells us very little.
  • You don't tell us HOW you installed these RPM's, despite being asked
  • You don't tell us the message(s) you got during the installation
...because if you just did a "yum install", it would have either installed things correctly, with all dependencies, or complained about something being missing. If you used an RPM command to install them, which one was it and what was the input/output??

A guess would be that you're actually using RHEL, but telling us you're using CentOS...this would explain why you're not just using yum to install things, versus RPM commands.
 
Old 03-15-2020, 08:37 AM   #8
rahulvishwakarma
Member
 
Registered: Aug 2010
Posts: 138

Original Poster
Rep: Reputation: 2
sorry for my late response, I get these rpmm just as :-
Code:
# centos-release-scl-rh-2-3.el7.centos.noarch.rpm --downloaddir=.
then download as follows :-
Code:
# yum install devtoolset-4-eclipse-equinox-osgi --downloaddir=.
i got this name (devtoolset-4-eclipse-equinox-osgi)from google.
 
Old 03-15-2020, 10:05 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,615

Rep: Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962
Quote:
Originally Posted by rahulvishwakarma View Post
sorry for my late response, I get these rpmm just as :-
Code:
# centos-release-scl-rh-2-3.el7.centos.noarch.rpm --downloaddir=.
then download as follows :-
Code:
# yum install devtoolset-4-eclipse-equinox-osgi --downloaddir=.
i got this name (devtoolset-4-eclipse-equinox-osgi)from google.
Great...so you downloaded it to a different directory. You *STILL* don't say how you downloaded it, from where, and you don't say why you're specifying a download directory. To install a package, you just type in "yum install <package name>"...that's it.
 
Old 03-15-2020, 11:06 AM   #10
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,791

Rep: Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304Reputation: 7304
probably this helps: http://www.epic-ide.org/download.php
 
  


Reply

Tags
centos7, eclipse, perl


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Epic Games have awarded the FOSS game manager Lutris with an Epic MegaGrant LXer Syndicated Linux News 0 12-01-2019 04:52 AM
[SOLVED] Eclipse with EPIC causing Segmentation fault running a simple Perl script FrancisG Linux - Software 2 08-13-2014 02:08 AM
LXer: Installing Eclipse, the Epic Perl plugin and my first Perl GUI program LXer Syndicated Linux News 0 05-08-2009 06:41 PM
LXer: Eclipse CruiseControl and EPIC Perl debugs LXer Syndicated Linux News 0 02-15-2006 07:01 AM
perl(Cwd) perl(File::Basename) perl(File::Copy) perl(strict)....What are those? Baldorg Linux - Software 1 11-09-2003 08:09 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 08:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration