No packages found


 
Thread Tools Search this Thread
Operating Systems Solaris No packages found
# 1  
Old 07-15-2018
No packages found

good morning,


I am new to Solaris, and I am trying to ultimately get qiime and other bioinformatic tools loaded onto Solaris 11.



Currently I am trying to load git

Code:
root@Cluster-1:~# pkgadd -d "website cannot post it since I am a noob" /opt/csw/bin/pkgutil -U /opt/csw/bin/pkgutil -y -i git /usr/sbin/pkgchk -L CSWgit # list files

## Downloading...
.........^[[A.....25%..............50%..............75%..............100%
## Download Complete

pkgadd: ERROR: no packages were found in </var/tmp/dstreBAAG_aGKc>
root@Cluster-1:~# pkgadd " again cannot post link :(" /opt/csw/bin/pkgutil -U /opt/csw/bin/pkgutil -y -i git /usr/sbin/pkgchk -L CSWgit # list files
pkgadd: ERROR: no packages were found in </var/spool/pkg>


now, I have a masters degree in molecular biology and nothing in computer science . Also, I have 20 hand me down T5240 (2) 8 core, 128gb RAM, (6) 300gb SAS HD. So, I can't just use something else. Besides I like the RISC (SPARC) processor




Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 07-15-2018 at 10:11 AM.. Reason: Added CODE tags.
# 2  
Old 07-15-2018
Is there a SPARC version of qiime??

The T5240 is a SPARC processor.

All I see when I search is a Python app for x64. Is the SPARC platform supported?

Last edited by hicksd8; 07-15-2018 at 12:04 PM..
# 3  
Old 07-17-2018
And how did you install Solaris 11? Are you using a GUI?

If so, Oracle have produced an excellent Package Manager on the GUI which does most of the work for you. I run X-Windows on Solaris 11.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Pkgadd error no packages found in /var

Hello all! So I'm trying to do an install, I'm using a command like pkgadd -d /opt/te_agent_8.1.0_en_solaris_sparc/te_agent.pkg TWEagent And receive the following: pkgadd: ERROR: no packages were found in </var/tmp/dstreAAAAXaq3z> So what gives? Why is it looking in /var/tmp? I'm telling... (5 Replies)
Discussion started by: HannibalRex
5 Replies

2. AIX

Application packages

Hello, I just build an AIX 7.1 box. I'm trying to install the following packages: BASH APACHE CVS ZIP I tired to download them searching on google, but unfortunately I dint find any packages concerned with aix7.1. I got stuck at this point and dont know where to download those packages... (5 Replies)
Discussion started by: pjeedu2247
5 Replies

3. Shell Programming and Scripting

If first pattern is found, look for second pattern. If second pattern not found, delete line

I had a spot of trouble coming up with a title, hopefully you'll understand once you read my problem... :) I have the output of an ldapsearch that looks like this: dn: cn=sam,ou=company,o=com uidNumber: 7174 gidNumber: 49563 homeDirectory: /home/sam loginshell: /bin/bash uid: sam... (2 Replies)
Discussion started by: samgoober
2 Replies

4. Programming

curses.h not found , gtk/gtk.h not found

i have downloaded <libncurses5-dev_5.7+20101128-1_i386.deb> and <ndk++-0.0.1alpha4.tar.bz2> which contains the header files curses.h and gtk/gtk.h .. i have also included them using .. #include "/home/ball/Desktop/Sudoku/project/libncurses5-dev_5.7+20101128-1_i386/usr/include/curses.h" ... (2 Replies)
Discussion started by: upvan111
2 Replies

5. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

6. Solaris

Packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (2 Replies)
Discussion started by: brian112
2 Replies

7. UNIX for Dummies Questions & Answers

packages

Hi there i wonder if someone can help, i have 2 servers (serverA and serverB). on A i have 147 packages, on server B i have 714 packages installed. i need server A to have the same packages as server B. how do i compile a list of only the packages i need? so in other words the list should be... (0 Replies)
Discussion started by: brian112
0 Replies

8. Solaris

Which packages contain?

Cannot find which packages install: The executable: sharemgr The service: smb/server Anyone knows? Background, I want to setup CIFS on ZFS. Solaris 10. (1 Reply)
Discussion started by: sb008
1 Replies

9. Shell Programming and Scripting

how can i check in csh if command found or not found ?

hello all im trying to use in sun Solaris the information received from the top command now i several machines that dont have install the top program so when im running the script im geting error saying after im running this code : set MemoryInfo = `top | grep Memory` if (... (2 Replies)
Discussion started by: umen
2 Replies

10. Slackware

Packages of different distributions

hi, as you know nearly every distribution has its own package-management and it needs special packages to install different software. For slackware it's *.tgz, for debian *.deb, for many rpm's *.rpm and so on, but I wonder how a package can be built to be compatibel with every maschine. An... (2 Replies)
Discussion started by: avaurus
2 Replies
Login or Register to Ask a Question