I would like to use yum to install package , but how do I know the package name that I should use , for example , if I want to use ldapsearch , I tried "yum install ldapsearch" , it doesn't work , how can I know what package name to install , what package includes this command - "yum install packname" ?
thanks
In my system don't have the command "ssh" , I know it could be installed by "yum install openssh" but not "yum install ssh" .
would advise what package name that I should use to install , for example , I want to use "ssh" but the package name to install is "openssh" , how do I can know the right package name ? 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?
Trying to install traceroute on Ubuntu 14.04.2. I get:
apt-get install traceroute
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package traceroute is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'traceroute' has no installation candidate
hi guys,
sick of typing sudo yum install package
so i wrote...or rather am trying to right a simple script to do this
with a simple command:
heres what i have:
#!/bin/bash
echo "Enter package name to install..."
read $P
sudo yum install $P
it doesnt seem to want to take the variable...it just runs
sudo yum install ...$p is ignored...i also tried "$p" but this
doesnt work either...what is the correct syntax to get a command to read a variable...is this possible...aaaaaaah it must be.
Ubuntu 14.10 runs great on my laptop but I think I have dependency problems because EVERY time I install or remove software I get the following error message. However everything seems to run just fine...
"Package operation failed"
"The installation or removal of a software package failed."
...and details shows a massive list of gobbledygook with a lot of:
"insserv: Starting vpnagentd_init depends on rc.local and therefore on system facility `$all' which can not be true!"
I can post the whole message but I'll wait for feedback first.
So I extract an update to a package that creates one of the folders below and then I run "$(find . -name install.sh)" to find and install the update. It seems to go just fine. How? If the other versions were also there? Which install.sh gets run?
# find -name install.sh
./Program_5.1.8341.5506_Install/install.sh
./Program_5.0.8132.5459_Install/install.sh
./Program_5.2.8724.5567_Install/install.sh
./Program_5.1.8473.5522_Install/install.sh
Hello,
I need to install perl-Expect, so, I executed:
Code:
# yum install -y perl-Expect
Error: Package: perl-Expect-1.21-14.el7.noarch (epel)
Requires: perl(IO::Pty) >= 1.03
Error: Package: perl-Expect-1.21-14.el7.noarch (epel)
Requires: perl(IO::Tty)
Okay, I need to install perl(IO::Pty)
I launched
Code:
# yum install -y "perl(IO::Pty)"
No package perl(IO::Pty) available.
Error: Nothing to do
So, how to install all required perl modules to the RHEL?
hello
I have ubuntu server in my windows to use virtual Box. also I have apache in my download directory in windows and its name folder is "apache" .now, when I type "sudo apt-get install" I see error.( E:unable to locate package) please help me.
thanks.
Hello everybody
I am running Linux Mint 17.1 Rebecca with the Cinnamon Desktop.
I have experiences with the ubuntu derivatives and ffmpeg and avconv are always avavilable the repos, this time both aren't available
Here are the commands I typed:
apt-get update ; apt-get upgrade
After the packages were upgraded. I ran these commands. Below are there outputs.
Quote:
apt-get install ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ffmpeg is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ffmpeg' has no installation candidate
apt-get install avconv
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package avconv
This nevered happened to me before with linux mint in prior versions.
Any ideas?
Hello
I am working on Red Hat 6.4 Enterprise Server.Here commands systemctl and systemd are not working.Error comes command not found.I am using service command in place of systemctl to start,stop,enable and disable service etc.
example service httpd start
Also I am not able to install any software or package by using yum command.Whenever I try to install a package through yum the below error comes
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Repository 'repository_url': Error parsing config: Error parsing "baseurl = 'repository_url'": URL must be http, ftp, file or https not ""
Setting up Install Process
Nothing to do
Please advice some other commands or what to do.Regards Najam