First, Apt-get installationDeb isDebian Linusthe installation format, withRed Hatof therpmvery similar, the most basic installation command is:dpkg-i file.deb or simply double-click the file dpkg isDebian Packageis the shorthand forDebiana specially developed suite management system to facilitate software installation, update and removal. All fromDebianof theLinuxThe release version is useddpkg, such asUbun
When using apt-getupdate to install Debian in earlier versions, you must pay attention to the -- Linux Release Technology-Debian information. The following is a detailed description. Debian 3.1 is installed on the old laptop in the home, and the boot disk is installed on the network, more than MB, because the old optical drive of Debian 4 was not recognized and depressed. It can only start with 3. Maybe bec
Dpkg:serious warning:files list file for package ' ******** ' missing, assuming package have no files currently installed.This error typically occurs when you install the Deb package using Dpkg-i, and you delete all of the program's related directories and files, but the DPKG library still retains information about the program.Therefore, when the apt command is executed, the dpkg self-test will find the re
1, installation jdk1.8(1) Download oracle-java8 via Apt-get, first of all,Add a PPA source, equivalent to adding a software warehousesudo add-apt-repository Ppa:webupd8team/javasudo apt-get Updatesudo apt-
$ VI ~ /. Bashrc # enable programmable completion features # (you don't need to enable this, if it's already enabled in #/etc/bash. bashrc and/etc/profile # sources/etc/bash. bashrc ). if [-F/etc/bash_completion]; then. /etc/bash_completionfi
If the/etc/bash_completion file does not exist, install bash-completion.
$ Sudo apt-Get
In the previous article, I described the correct posture for installing Nodejs in Windows, and we continue to look at installing and configuring Nodejs on Linux.To stay consistent, here are three ways toFirst method: Download and install via official websitehttps://nodejs.org/en/download/ The problem with this approach is that we need to find the page ourselves,
Tags: style blog color using OS for AR problemWhen you install MySQL using Apt-get, Ubuntu automatically generates a username and password. So on the first landing, the following error will be reportedERROR 1045 (28000): Access denied for user ' db ' @ ' localhost ' (using Password:no)and the real username and password are in/ETC/MYSQL/DEBIAN.CNF.# automatically
Usage and difference of Yum and Apt-get in Linux Generally famous Linux systems are basically divided into two main categories: 1.redhat series: Redhat, Centos, Fedora 2.debian series: Debian, Ubuntu and other redhat Series 1 common installation package format RPM package, the command to install RPM package is "rpm-parameters" 2 Package management tool NBSP;YUMNB
-v0.4.7.tar.gz in the Command window and press Enter.
Note: I am writing this article the latest version of node. JS is node-v0.4.7,Http://nodejs.org/dist/node-v0.4.7.tar.gz is node. JS, you can go to the node. js website to get the latest download path replacement on your own when reading this article.
Node. js Website: http://nodejs.org/
Enter the tar xf node-v0.4.7.tar.gz in the Command window, node-v0.4.7.tar.gz for your own version.
Enter the CD
Set up the express ready to write the project, but found that any change JS to use NPM start restart to take effect, this is not good, search for the discovery has such a module supervisor. then install it.1. Install, this must be a global installation then let's start.Npm-g Install Supervisor2. Get to the project dire
In the recent acquisition of Linux process network indicators, in order to compare the results, the Linux system needs to view the process network traffic command, finally found nethogs this tool useful, but in the download installation process encountered problems:1:http://blog.csdn.net/camlot_/article/details/47424671Problem:sudo apt-get install nethogsWhen Mac
database root user
[Email protected]:~$ sudo mysql-u root-p
6. Backing up the MySQL database also requires an operating system administrator to perform the backup
[email protected]:~$ sudo mysqldump-uroot-p mysql >mysql.sql
7. Create a normal database user ( login to normal database users do not need to gain operating system administrator privileges)
Create user ' ZHANGDC ' @'% ' identified by ' 1 '; (The following number is the password can be set by
Original address: http://blog.csdn.net/tsxw24/article/details/15500517Linux has a very convenient package manager, such as: Apt-get, Yum,mac also have similar tools: Homebrew and Fink, Macport.Flink is directly compiled binary package, MacPorts is to download all dependent library source code, local compilation installs all dependencies, homebrew is try to find the local dependent library, and then download
Tag:stylespon Issues as linesizec installing vim-gtk: dependency: Vim-gui-common (= 2:7.3.154+hg~ 74503F6EE649-2UBUNTU3) but cannot install it dependency: vim-runtime (= 2:7.3.154+hg~74503f6e E649-2UBUNTU3) but could not install it dependency: libruby1.8 (>= 1.8.7.352) but could not install it dependent: tcl8.5 (>= 8.5.0) but could not
Install git, sublime, nodejs, and gitnodejs in ubuntu
It uses a VM of the VMware10.0 version. It was directly used since it was downloaded a long time ago. It is easy to install and remember to use a serial number. Here: The http://mirrors.163.com/ubuntu-releases/15.04/ubuntu-15.04-desktop-i386.iso to download the ubuntu15.04ISO image (the file is quite large or
Tags: ret mingw/etc/execute HTML execute file PAC Deb bodyUbuntu 16.04 under the direct use of command installation Mingw32:sudo Apt-get Install MINGW32 However, will be error: Unable to locate the package MINGW32 solution as follows: sudo gedit/etc/a pt/sources.list//added at the end of Sources.list, save Deb Http://us.archive.ubuntu.com/ubuntu trusty main Unive
RPM is a package management method developed by Red Hat, which allows us to install, query, uninstall and upgrade the software conveniently. However, the dependencies between RPM packages are often cumbersome, especially when the software is made up of multiple RPM packages.Yum (full name Yellow dog Updater, Modified) is a shell front-end package manager in Fedora and Redhat and SuSE. Based on RPM package management, the ability to automatically downl
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.