How to Install the Tree Command Installing the tree command line utility is pretty simple through the apt-get command. Open your Ubuntu command line, the Terminal, either through the system Dash or the Ctrl+Alt+t shortcut. Then enter the following command as sudo: $ sudo apt-get install t...
The ‘tree’ package provides the ‘tree’ command on Ubuntu and can be installed using the regular‘apt install’command. You can check the various details of this package like dependencies, version, description using the command‘apt show tree’. To install ‘tree’ on Ubuntu, use the comma...
Step 3: Install PHP $ sudo apt-get install php libapache2-mod-php php-mcrypt php-mysql Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package php E: Unable to locate package libapache2-mod-php E: Unable to locate packa...
Then run the following command to apply the changes. root@linuxhelp1:~# apt-get updateHit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease Hit:2 http://in.archive.ubuntu.com/ubuntu xenial InRelease Hit:3 http://ppa.launchpad.net/linphone/release/ubuntu xenial InRelease Hit:4...
To Install X2Go Server on Ubuntu 15.10 Before the installation process we should update the system and run the following command. user1@linuxhelp:~$ sudo apt-get update [sudo] password for user1:Hit http://ppa.launchpad.net trusty InRelease ...
Keep in mind that the command above is merely an example. As shown earlier, you can install the version you need using the APT search. Once installed, you will need to reboot your system: sudoreboot Getting Started with CUDA Embarking on your journey with CUDA on Ubuntu Linux can be excit...
To install a specific package version, use the following command with syntax below. $ sudo apt install firefox=45.0.2+build1-0ubuntu1 Install Specific Package Version in Ubuntu If a newer version of a package is already installed on your Ubuntu system, you can remove it and then install the...
APT is the package manager used by Debian and its derivatives like Ubuntu. Here’s how to install Bash using APT: # Update the package lists for upgrades and new packagessudoaptupdate# Install Bashsudoaptinstallbash# Output:# Reading package lists... Done# Building dependency tree# Reading st...
Run make to build the programs. Run make install or a distribution-specific install command to install the package. 解压源代码存档。 配置软件包。 运行make来构建程序。 运行make install或特定于发行版的安装命令来安装软件包。 NOTE You should understand the basics in Chapter 15 before proceeding ...
Before installing a new package in your system, it is highly recommended to first install all the available updates and upgrade the packages to the latest version by usingsudo apt update && sudo apt upgradecommand as shown below. cyberithub@ubuntu:~$sudo apt update && sudo apt upgradeHit:2 ...