[CentOS] 常用工具軟件包


gcc & g++ & gdb


• 安裝方法

        yum install gcc -y

        yum install gcc-c++ -y

        yum install gdb -y

lsb_release


• 工具簡介

       The lsb_release command prints certain LSB (Linux Standard Base) and Distribution information.

       lsb_release工具可以打印當前系統的LSB和Distribution信息,即可以查看當前系統的發行版信息。

• 安裝方法

       yum install redhat-lsb -y

• 常用命令

       lsb_release -v:查看LSB自身版本信息。
       lsb_release -a:打印本系統發行版的所有信息。

net-tools


• 工具簡介

       A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. This package includes arp, hostname, ifconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat, plipconfig, rarp, route and slattach.

       net-tools軟件包是組成Linux系統NET-3網絡基礎套件的程序集合。該軟件包包含了以下工具:arphostnameifconfigipmaddriptunnelmii-toolnameifnetstatplipconfigrarprouteslattach

• 安裝方法

       yum install net-tools -y

vim


• 安裝方法

       yum install vim -y

vsftpd


• 軟件簡介

       vsftpd, which stands for "Very Secure FTP Daemon"[citation needed], is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General Public License. It supports IPv6 and SSL. vsftpd is the default FTP server in the Ubuntu, CentOS, Fedora, NimbleX and RHEL Linux distributions.

       vsftpd是一款為類Unix系統提供FTP服務的FTP服務器。vsftpd在Ubuntu,CentOS,Fedora,NimbleX和RHEL Linux發行版本中是默認的FTP服務器。

• 安裝方法

       yum install vsftpd  -y

ctags


• 軟件簡介

       Ctags generates an index (or tag) file of language objects found in source files that allows these items to be quickly and easily located by a text editor or other utility. A tag signifies a language object for which an index entry is available (or, alternatively, the index entry created for that object).

       Ctags從源文件中查找語法對象,然后創建這些對象的索引文件,該索引文件將幫助文本編輯器方便迅速定位這些語法對象位置。一個標簽表示了一個語法對象,從而使得這些對象的索引項可用。

• 安裝方法

▶ Windows下安裝ctags

       • 下載exuberant ctags,下載地址:http://ctags.sourceforge.net/

       • 解壓文件包,將其中的ctags.exe文件拷貝到某個目錄,例如:D:\Program Files\Ctags

       • 在系統環境變量中的Path變量中加入ctags.exe文件路徑

       • 在控制台中輸入ctags --version命令,如果配置成功則會打印版本信息:

       

 

▶ Linux下安裝ctags

       • yum install ctags  -y


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM