I recently encountered problems when using Ubuntu, and the installation software was not installed. It was basically due to the installation of incompatible software packages. I have sorted out the following methods for reference.The error message is as follows:Root @ abc:/home/ght # apt-get install snmpdReading package lists... DoneBuilding dependency treeReadin
The reason is that Apache and Apache installed with APT-Get install coexist on my local machine, and the current service apache2 start prompt cannot find apache2.conf, there are also various problems, so I want to completely delete the apache2.
Error message: file/etc/apache2/apache2.conf: no such file or directory.
Next, start uninstalling:
If you have dpkg,
1. Install the SOFTWARE:sudo apt-get install ABC and sudo aptitude install ABCOf course, the above ABC is only fictitious software. Sudo indicates that you are authorizing administrator (Superuser) permissions to the following command. This requires you to enter the administ
Label: Ar file problems C r how to install software in LinuxRun sudo apt-Get install on Ubuntu or other Linux systems.Observe the content output by the command line and find that some installation packages will be downloaded from the Internet. Some people may have problems. Where are the downloaded files? Will the inst
After installing 14.04, sometimes using the Apt-get command installation program, will be prompted to find the program, this is because the software source is incorrect, the online said 163, Zhong Ke, Ali and so on, I update the source of the time will be wrong, is generally reported 404 errors, the internet has not found a good way, Suddenly think of my ubun image is from the overseas official http://www.u
The RPM and Deb packages are the most common installation package formats under two Linux systems:
RPM Package: RPM package is mainly used in the Redhat series including Fedora and other distributions of Linux systems.
Yum can be used to operate RPM packages, such as the management of a software on a fedora system:Installation: Yum Install Uninstall: Yum Remove Update: Yum update
Deb Package: Mainly used in the Debian series, including the more pop
Debian/ubuntu apt-get too commonly used, but occasionally may also encounter unfamiliar, can't remember the name of the package, in addition to the Debian packages to find, the other way is to add automatic completion of Debian/ubuntu/complete function. Here's how:1, installation Bash-completionApt-get Install Bash-com
I found that I had a strong dependency on apt-get In Ubuntu. I did not know the command to install the deb package or rpm package. The special record is as follows: how to install/uninstall the. deb package? To install the. deb kit package, the sudodpkg-ipackage_file.deb nee
Tags: Kill performs apt arc best lin linu pkg CatalogProblem Description :An error occurred while running the program update under linuxmint18:E: Unable to get lock/var/lib/dpkg/lock-open (11: Resource temporarily unavailable)E: Unable to lock the management directory (/var/lib/dpkg/), is there any other process that is consuming it?or this error:DPKG: Error: Another process has been locked for the DPKG Sta
0: Many tutorials for installing opencv on the Internet are installed based on the source code, which is troublesome and error-prone. You only need to enter a few commands to install opencv with APT-Get, it's much more convenient (I'm a cainiao, and I'm a hacker, haha)
1: Search for opencv-related software packages:
Apt
The installation process:First step: Open a terminal.Step two: Enter the sudo apt-get install mysql-server and press ENTER to enter the password.Step three: Terminal prompt "Do you want to continue?" [y/n] ". Enter Y and press ENTERFourth step: The software will automatically install and jump out of the following inter
Homebrew,homebrew Short Brew, is the Mac OSX software package management tool, can be conveniently installed in the Mac software or uninstall software, you can say Homebrew is the Mac Apt-get, yum artifactHomebrew InstallationHomebrew installation is very simple, open the terminal copy, paste the following command, enter, done (please rest assured that the original official installation method handling)Ruby
First, install a software (gdebi) and run the following command:
Sudo apt-Get install gdebi
Then, view the directory (/var/Cache/APT/archives) and check the software package for which you need to find the installation path:
For example, to find out the specific installati
Sometimes, using sudo apt-get install under Ubuntu can cause unexpected errors, especially if the installation is interrupted in the middle, the error message is:
......
Errors were encountered while processing:Classicmenu-indicatorE:sub-process/usr/bin/dpkg returned an error code (1)
I returned this error after installing Classicmenu-indicator software, a
Linux bright red, I began to learn Linux, learning to make me happy, everyone together to learn ...1. Install the SOFTWARE commandsudo apt-get apache2 installation Apache, installed in the default path, the specified path installation, in fact, for the Linux system, there is no need to specify the path, just for good management, specify path installation also nee
sudo apt-get install Subversion subversion-tools installation client
1, first need to install SVN. The SVN installation under Ubuntu is very simple, sudo apt-get install subversion, an
Sometimes, using sudo apt-Get install may lead to unexpected errors, especially when the installation is interrupted halfway, the error message is:Errors were encountered while processing:TTF-DustinKhangmanKdeeduKDEE: sub-process/usr/bin/dpkg returned an error code (1)You can solve this problem as follows:CD/var/lib/dpkgSudo MV info. BakSudo mkdir infoReinstallat
The following error is prompted when installing any software in Ubuntu today: You might want to run 'apt-get-F install' to correct these:The following packages have unmet dependencies:KATE: depends: kdelibs4c2a (> =. 5.9) but it is not going to be installedDepends: libqt3-mt (> =. 3.8b) but it is not going to be installedRecommends: kregexpeditor but it is not in
MINGW: Programs that compile Windows under a Linux systemCan be installed directly under Ubuntu:sudo apt-get install mingw32 mingw32-binutils mingw32-runtimeThe post-installation compiler can:i586-mingw32msvc-g++ (compiling C + + programs)I586-MINGW32MSVC-GCC (compile C program)Usage and gcc/g++ are very similar.such as the HELLO.C program:#include "Windows.h"int
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.