Search
 
SCRIPT & CODE EXAMPLE
 

PHP

update-alternatives java

# Direct
sudo update-alternatives --set php /usr/bin/php7.4
sudo update-alternatives --set php /usr/bin/php8.0
sudo update-alternatives --set php /usr/bin/php8.1

# To ask:
sudo update-alternatives --config php
  
# To show current
sudo update-alternatives --query php
Comment

update alternatives java

There are 3 choices for the alternative java (providing /usr/bin/java).

  Selection    Path                                      Priority   Status
------------------------------------------------------------
* 0            /usr/lib/jvm/java-6-openjdk/jre/bin/java   1061      auto mode
  1            /usr/bin/gij-4.4                           1044      manual mode
  2            /usr/lib/jvm/java-6-openjdk/jre/bin/java   1061      manual mode
  3            /usr/lib/jvm/java-6-sun/jre/bin/java       63        manual mode

Press enter to keep the current choice[*], or type selection number:
Comment

PREVIOUS NEXT
Code Example
Php :: laravel check if table has column 
Php :: php carbon from timestamp 
Php :: php cookie never expire 
Php :: Cross-site request forgery validation failed. Required param "state" missing from persistent data 
Php :: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) 
Php :: render vs redirect laravel exception 
Php :: is home page if wordpress 
Php :: php cors multiple headers 
Php :: how to use multiple where condition in codeigniter 
Php :: undefined method JeroenNotenLaravelAdminLteHelpersMenuItemHelper::isSearchBar() 
Php :: table drop foreign php laravel 
Php :: php echo 
Php :: pagination prestashop 1.7 
Php :: wordpress remove add new button 
Php :: laravel blade check if yielded content exists 
Php :: string to int php 
Php :: php ziparchive compress folder 
Php :: add request data in laravel request 
Php :: wordpress is admin 
Php :: wordpress check if class exists 
Php :: Format and show date PHP 
Php :: wordpress hook add javascript 
Php :: Array and string offset access syntax with curly braces is no longer supported in C:xampphtdocse-examPHPExcelPHPExcelSharedString.php on line 529 
Php :: wp debug 
Php :: array_last in laravel 8 
Php :: twig filter line break 
Php :: ubuntu install lamp and phpmyadmin 
Php :: laravel tinker generate password 
Php :: laravel clear page cache 
Php :: remove cache from cpanle larael 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =