Introduction to the apt-get command
Apt-get is a Linux command for the Deb package-managed operating system that is used to automatically search, install, upgrade, uninstall software or operating system from the Internet's software warehouse.
This article is reproduced in: HTTP://BLOG.CHINAUNIX.NET/UID-20769502-ID-106056.HTMLNBSP;1.DPKG Package management tool dpkg--info "package name"-- Lists package names after package unpacking. dpkg-l-Lists all packages in the current system. Can be used with the parameter less in Split-screen viewing. dpkg-l |grep-i "package name"--View the package associated with the package name in the system. Dpkg-s Query the details of the installed package. Dpkg-l the location of the installed packages in t
Common source 1) automatically selects the fastest source because the mirror speed in Yum is very slow, if Yum chooses this mirror, This time Yum will be very slow, in this, you can download the Fastestmirror plugin, it will automatically select the fastest mirror: #yum install yum-fastestmirror configuration file: (generally do not move)/etc/yum/ Pluginconf.d/fastestmirror.conf your yum image Speed Test log file:/var/cache/yum/timedhosts.txt (2) Yum
APT-GET for common Linux commands
What is
apt-get
Advanced Packaging Tools (APT) is the software package manager for Debian and its derivative releases (such as Ubuntu. APT can automatically download, configure, and
system is very convenient and user-friendly, that is, many software or services do not need to be downloaded, and the corresponding commands can be directly used for management, I think it is a concept of "cloud. Yum can be used to run rpm packages, for example, managing a software on the Fedora system: install: yum install
Uninstall: yum remove
Update: yum update
Article Title: ubuntu8.10 configure apt-get proxy server for Dummies. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems and open-source, and other basic categories to install and uninstall apt-proxy servers
Select a host in
Collection, Learning ......1. APT (one of Ubuntu Linux package management tools) Apt-cache Search #--(Package search pack) Apt-cache show #--(package acquisition information about packages) , such as description, size, version, etc.) sudo apt-get
Apt-get is a Linux Command, applicable to Deb package-managed operating systems. It is mainly used to automatically search, install, upgrade, and uninstall software or operating systems from the software warehouse on the Internet.Apt-get is the package management tool of Debian and Ubuntu, which is similar to the yum t
Reference http://yuanshuilee.blog.163.com/blog/static/2176972752014126786185/Cygwin first Play, Unix operating system is also the first time to play, nothing familiar, slow to get started.Installation Cygwin is very simple, the online installation of a lot of tutorials, I will not elaborate, but remember to select the package when you remember to put the wget components hook, the following will be used.Talk about installing
Use of APT (Ubuntu Linux package management tool one)Apt-cache Search #------(Package Finder)Apt-cache Show #------(package gets information about packages, such as description, size, version, etc.)sudo apt-get Install #------(Pac
Ubuntu 9.10 is newly installed. To better use Ubuntu, You need to configure it better.
----------------------------------------
I am used to centos, so it is not suitable to add the sudo when using Ubuntu, And the folder access
There are also restrictions, so I think using the root account to log on, the method is as follows:Sudo passwd root can set the password for the root user twice.----------------------------------
Ubuntu VI does not support direction keys and backspace keys. Therefore, you
In ubuntu14, download the oracle-java8, ubuntu14apt-get through apt-get1. Install jdk1.8(1) download the oracle-java8 through apt-get, first, add the ppa source, equivalent to adding a software Repository
Sudo add-apt-repository
softwareDpkg is short for Debian [waiting for Bin] Package. A suite management system specially developed for Debian to facilitate software installation, update, and removal. All Debian-based Linux distributions use dpkg, such as Ubuntu and Knoppix.Below are some common Dpkg usage:1. dpkg-I Install a Debian software package, such as the file you manually download.2. dpkg-c List the contents of 3. dpkg-I Extract package information from 4. dpkg-r Remo
Today, the following error occurred while tossing Debian.
When you typically use Apt-get for install or update of your software, you may receive the following message:
E:could not get Lock/var/lib/dpkg/lock-open (one Resource temporarily unavailable)E:unable to lock-administration directory (/var/lib/dpkg/), is ano
Apt-get in Linux Today prompts me errors when I want to watch videos in Linux. various dependencies indicate that linux Cainiao are hard to cope, at this time, I realized the advantages of apt-get. So I went to view the relevant information about apt-
Demand:When developing SSVM version management System, think of uname can get the Linux kernel version information, so want to download uname command source code reference to seeExample:$ which uname [find the location of the uname command]/bin/uname$ dpkg-s/bin/uname [find the code in which the uname belongs in the development package]Coreutils:/bin/uname$ apt-get
1. Could not get Lock/var/lib/dpkg/lock-open
E:could not get Lock/var/lib/dpkg/lock-open (11:resource temporarily unavailable)
E:unable to lock-administration directory (/var/lib/dpkg/), is another process using it?
The reason for this problem may be that another program is running, causing the resource to be locked out of use. The reason for the resource being locked may be that it did not complete prope
Difference and connection between aptitude and apt-get []
At first, only .tar.gz was in the GNU/linuxsystem. Users must compile each program they want to use. After the appearance of Debian, it was considered necessary to add a computer system to manage software packages installed on computers. This system is called dpkg. The named 'package' appears on GNU/Linux for the first time. Soon afterwards, red hats
,In this case, the YUM server is used to manage rpm kit upgrade because it can avoid suite dependency and Security loss.To renew the policyum server, you must first upload the following program: yum-2.0.4-1.rh.fr.i386.rpm this case can go to http://ayo.freshrpms.net/#,In this case, enter su in the terminal and then upload your root password,After entering the root, enter the following command: rpm-ivh yum-2.0.4-1.rh.fr.i386.rpm security after this program, you can use the column command to use t
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.