I am trying to install tilp, a program for the link between a computer and a Texas Instruments calculator. I have downloaded all the packages to a local directory. I tried telling yum to install all the packages at the same time, though, the dependencies still fail to resolve (though they are all in the directory).
I don't know if it would be safe to force install without the dependencies (even though I would install them later).
Any help would be greatly appreciated
Thank you,
Luke P. Patmore
I use Redhat 6.3 , when I install run "yum install vsftpd" , it pops the following error, does it mean the library is not support , I have to update the kernel ? thanks
Code:
Loaded plugins: product-id, security
file:///media/localrepos/Server/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/localrepos/Server/repodata/repomd.xml
Trying other mirror.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package vsftpd.x86_64 0:2.2.2-11.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================
Installing:
vsftpd x86_64 2.2.2-11.el6 RHEL-6.3 151 k
Transaction Summary
=============================================================================================================================
Install 1 Package(s)
Total download size: 151 k
Installed size: 331 k
Is this ok [y/N]:
Error Downloading Packages:
vsftpd-2.2.2-11.el6.x86_64: failu ../Packages/vsftpd-2.2.2-11.el6.x86_64.rpm from RHEL-6.3: [Errno 256] No more mirrors to try.
Loaded plugins
Just installed unbuntu version 4.3.11(1)-release (x86_64-pc-linux-gnu). Wanted to set up another monitor with an usb vga adapter from j5create. Found this post http://how-to.cc/get-a-displaylink-v...h-ubuntu-12-04. Installed apt-get install xserver-xorg-video-displaylink -> got no green screen on reboot. Created X configuration file...nothing. Looked around some websites were telling me to install: sudo apt-get install xserver-xorg got:
The following packages have unmet dependencies:
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
First time I am trying Unbuntu getting already a little frustrated
Hi all
Im a major newbie when it comes to linux, so im hoping this problem is relatively simple.
Appologies if ive posted to the wrong section, im not quite sure if this is the right place but tbh i wasnt sure where the right section would be...
Im currently trying to install a deep learning package called Caffe (http://caffe.berkeleyvision.org/inst...#prerequisites) on my university's linux server (it is for a project in one of my classes, have my lecturers full knowledge and consent to do so)
Unfortunately caffe has quite a few dependencies and even worse i do not have root access so i cannot install them properly
Ive been told i have to find a way to install to local directories under my account but am not entirely sure how to go about this (spent alot of time googling with no luck)
Most of the prerequisites i need are on RPM (redhats package manager), so essentially i just need to know how to use RPM without root,
what command do i need to do this? using the website RPMFind i was able to locate some of the packages i need to install ( one of which can be found here http://www.rpmfind.net//linux/RPM/fe....fc23.src.html)
using info from this site, how would i go about using RPM, or is there a way to search RPM through the commandline?
the university is running redhat enterprise 6.6, if that makes a difference
Hi.
Running Suse 10.1 on an x86_64 machine. Trying to install a program and having some difficulty. The program is codeco 3.3. It's a format conversion program used for converting seismic waveforms such that they can be analysed by different analysis packages.
http://www.seismo.ethz.ch/products/s...3/codeco3.html
My debugging skills aren't up to much and I'm hoping someone might be able to help me out with the error. The steps involved in the installation of the package a
1. Download, gunzip and untar.
2. make config
> jp@linux:/usr/local/codeco> make config
(cd src; ./conf.csh)
found system Linux
found compiler
...this is ok, but
3. make
>jp@linux:/usr/local/codeco> make
(cd src; make)
make[1]: Entering directory `/usr/local/codeco/src'
o ../bin/codeco codecomain.f gse_io.f codecoutil.f compdecomp.f sacsub.f sac_io.f mseed_io.f css_io. today.f utmepo.f epoutm.f
make[1]: o: Command not found
make[1]: [codeco] Error 127 (ignored)
make[1]: Leaving directory `/usr/local/codeco/src'
The src code itself is written in fortran and I'm using the Intel fortran compiler version 9.0.031.
I'm at a loss as to the meaning of the above error...my knowledge of linux and software installation still not very good!
Thanks
So, when I use Synaptic or the Lubuntu Software Center, it obviously finds all these required packages for me...
But right now I'm trying to install a program called rarcrack that I got from SourceForge. It says I needs these things:
> glibc 2.4
any POSIX compatible operating system [sorry Window$ isn't]
pthreads
libxml2
and finally: 7zip, unrar, unzip
I don't think I have some of that stuff. I'm trying to compile the program. I enter a "make" command and it automatically enters a GCC string and then tells me that it doesn't have xml2-config in some /bin/ directory or other
So basically, where do I get this stuff. I've searched synaptic for them, and it doesn't seem to know what they are.
Maybe one of you guys can tell me!
I don't know why I want this, but is there a way the
Code:
sudo aptitude install <package>
or
Code:
sudo aptitude upgrade
command could bypass the confirmation stage? It's always occurred to me shouldn't there be some command parameter for install/upgrade that does the work?
Let me give an example. Suppose I want to install Variety, the wallpaper changing application. Now, I know that I want to install the software with all the dependencies it requires to install/run - the entire package. So, isn't it obvious that I would press Y when aptitude shows the info what it's going to download/install and asks for permission?
I can't, however, imagine scenarios when seeing that information I'd change my mind and press N to abort the install/upgrade procedure.
Hello all
i need to install ns2.34 in centos 6.6
with this
http://bhavanme2011.blogspot.com/
but i can t install the packages
yum install autoconf
yum install automake
yum install gcc-c++
yum install libX11-devel
yum install libX-devel
yum install libXt-devel
yum install libXmu-devel
yum install xorg-x11-proto-deve
finally
yum update audit
when i execute it
i have this msg
Loaded plugins: fastestmirror, refresh-packagekit, security
You need to be root to perform this command.
Any tips/tricks on how and what order I should be installing the RHEL6 packages so that I don't get dependency errors would be much appreciated.
I have sudo access (unrestricted I think) to a Linux VM running RHEL 6.3. I am trying to install an IBM product which requires KSH along with a bunch of Linux packages (both 32-bit and 64-bit versions) before it can install properly. Minimal documentation for installing on a Linux environment from IBM.
Many of the packages I am trying to install gives me a dependency failu
rpm -ivh nss-softokn-freebl-3.14.3-22.el6_6.i686.rpm
error: Failed dependencies:
libc.so.6 is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libc.so.6(GLIBC_2.0) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libc.so.6(GLIBC_2.1) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libc.so.6(GLIBC_2.1.3) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libc.so.6(GLIBC_2.3) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libc.so.6(GLIBC_2.3.4) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libc.so.6(GLIBC_2.4) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libc.so.6(GLIBC_2.7) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libdl.so.2 is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libdl.so.2(GLIBC_2.0) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
libdl.so.2(GLIBC_2.1) is needed by nss-softokn-freebl-3.14.3-22.el6_6.i686
When I try to install GLIBC I get the following dependency failu
glibc-common = 2.12-1.149.el6_6.9 is needed by glibc-2.12-1.149.el6_6.9.i686
libfreebl3.so is needed by glibc-2.12-1.149.el6_6.9.i686
libfreebl3.so(NSSRAWHASH_3.12.3) is needed by glibc-2.12-1.149.el6_6.9.i686
And another dependency failure when installing glibc-common:
glibc = 2.12-1.149.el6_6.9 is needed by glibc-common-2.12-1.149.el6_6.9.i686
libc.so.6 is needed by glibc-common-2.12-1.149.el6_6.9.i686
libc.so.6(GLIBC_2.0) is needed by glibc-common-2.12-1.149.el6_6.9.i686
libc.so.6(GLIBC_2.1) is needed by glibc-common-2.12-1.149.el6_6.9.i686
libc.so.6(GLIBC_2.1.1) is needed by glibc-common-2.12-1.149.el6_6.9.i686
libc.so.6(GLIBC_2.1.3) is needed by glibc-common-2.12-1.149.el6_6.9.i686
libc.so.6(GLIBC_2.10) is needed by glibc-common-2.12-1.149.el6_6.9.i686
libc.so.6(GLIBC_2.2) is needed by glibc-common-2.12-1.149.el6_6.9.i686
libc.so.6(GLIBC_2.3) is needed by glibc-common-2.12-1.149.el6_6.9.i686
libcap.so.2 is needed by glibc-common-2.12-1.149.el6_6.9.i686
libdl.so.2 is needed by glibc-common-2.12-1.149.el6_6.9.i686
libdl.so.2(GLIBC_2.0) is needed by glibc-common-2.12-1.149.el6_6.9.i686
libdl.so.2(GLIBC_2.1) is needed by glibc-common-2.12-1.149.el6_6.9.i686
Should I be downloading earlier versions of glibc from the Red Hat site? Please note, I installed the x86_64-bit versions of the required packages with no issues... just getting stuck on the 32-bit components.
Also, this system is internal facing and has no route out to RHN so yum installs automatically return errors, which is why I am stuck using rpm.
Thanks in advance!
Hi,
I installed ghostscript via yum package manager. Later I wanted a newer version of ghostscript and compiled it from source. "make install" placed the gs executable file under /usr/local/bin/gs. This works if I run the command with absolute path, but if try to run gs, the shell will output
"-bash: /usr/bin/gs: No such file or directory"
if I echo the path variable it will display
/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin
If i run whereis it will give me the correct path
gs: /usr/local/bin/gs
How do I make it work so that typing "gs" will run the executable file from the /usr/local/bin/gs?
(I am using Centos 6)
Thanks.
I tried to install bluegriffon. Didn't work with apt-get install (error: unable to locate package bluegriffon).
I installed compiler (with apt-get install build-essential)
then I unpacked the "bluegriffon-1.7.2.Ubuntu13.04.x86_64.tar.bz2" that I downloaded from their website
then I changed to bluegriffon folder with the unpacked files and I tried to compile the package but the "./configure command" did not work (error : -su: ./configu No such file or directory)
What should I do now?