addo | 951 B 00:00base | 1.1 kB 00:00extras | 2.1 kB 00:00updates | 1.9 kB 00:00Excluding Packages in global exclude listFinishedSetting up Install ProcessNo package soap available.Nothing to do
when you install another package , then show no package ... available
SOLVED:
firstly open /etc/yum.conf file. Find exclude line and erase php* command, then, save the file.
Then, 'yum install php-soap' command should work.
Related Posts:
Generate Random Password on Linux
Generate AlphaNumeric Random Password
[mitesh@Matrix ~]$ cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 15 | head -n10
k8eViiHzPvquY18
5niBD7oMDNwr9aF
cdqas4okZ9L9jLx
0C8X3s2g6I1RmKc
6Gafnp9ttaRmlHX
FrgSa94hNwoEibR
zipj2iW… Read More
How to Fix Webroot Permissions
Change Ownership
[mitesh@Matrix ~]$ chown -R www-data:www-data /var/www
NOTE!: The www-data user is used by nginx and php5-fpm. If you are running php as a different user then change ownership as per that.
Rese… Read More
Browsing the Filesystem on Linux
Linux File Hierarchy Concepts
Files and Directories are organized into a single rooted inverted tree structure, including distinct physical volumes such as Floppy Disks, CD-ROMs and Multiple Hard Drives.
Filesystem begins a… Read More
Deadly Linux Commands
If you are new to Linux, chances are you will meet a stupid person perhaps in a forum or chat room that can trick you into using commands that will harm your files or even your entire operating system.
Don’t run anything wi… Read More
Finding and Processing Files on Linux
locate command
Locate - Find Files by Name
Locate reads one or more databases prepared by updatedb command.
Options
/----------------------------------------------------------------------------------------------… Read More
0 comments:
Post a Comment