Article Title: recommended download tools for Solaris workstation (below ). Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems, open source, and other basic categories, Windows has many download tools, such as familiar FlashGet and thunder. With the development of Solaris, especially the maturity of desktop applications, more and more users are turning to Solaris. How can Solaris users download a wide range of online download resources? In fact, the download tool for Solaris is the same as for Windows. Which download tools are available in Solaris? This article describes the commonly used download tools in Solaris.
Recommended Solaris workstation download tool (on) http://linux.chinaitlab.com/soft/739350.html
3. Use the pkg-get Tool
1 pkg-get
Solairs has a tool named pkg_get, which was launched by blastwave.org. In the author's words: "a tool used to automatically capture packets on www.sunfreeware.com. simulate "apt-get" On Debian linux ". traditional Solaris commands are not powerful enough-This software can add many package management functions. This tool is easy to obtain the latest version of the package on sunfreeware.com by using the following command.
# Pkg-get install mysql
This command automatically downloads the appropriate architecture and version of your OS, mysql database (if any), and installs it. If you have installed an older version, you can use 'upgrade' instead of 'install'. This will overwrite the old version (upgrade) with the new version ).
Download pkg-get: http://www.blastwave.org/pkg_get.pkg
Install pkg-get: # pkgadd-d pkg_get.pkg all
If there is a problem with the installation under solaris8, install the following patches:
110380-04 (x86 110403)
110934-11 (x86 110935)
Pkg-get will be installed in the/opt/csw/bin/directory. Install the software installed from blastwave to this directory. Set/opt/csw/bin/to your PATH environment variable. Edit/etc/profile
File:
PATH =/opt/csw/bin:/usr/sfw/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/dt/bin: /usr/ccs/bin
2 pkg-get Main Parameters
Pkg-get-a: displays all software packages.
Pkg-get-I gcc: Install gcc software and related library files.
Pkg-get-D open: search for all related software packages
Pkg-get-U upgrade package
3 pkg-get download and install the software instance
Download and install the top command. The top command is a major command for unix system management. It can obtain a lot of information. The top command can be used to monitor the process of a specified user. By default, the process of all users is monitored. If you want to view the situation of the specified user, press the "U" key in the terminal and enter the user name, the system will switch to the process running interface of the specified user. Unfortunately, solaris 10 does not have this command, we can install it on our own.
# Pkg_get? I top
Note: There will be a lot of text, don't worry, as long as the installation is complete. 1.
Figure 1 working interface for pkg-get to complete top Installation
4. Use pkgadm
Pkgadm is a pkg-get on the menu work interface. Download and install it:
Download link: http://www.bolthole.com/solaris/pkgadm-0.9.tar.gz
# Gunzip pkgadm-0.9.tar.gz
# Tar xfv pkgadm-0.9.tar
# Cd pkgadm
./Pkgadm to run interface 2
Figure 2 pkgadm Tool
If you are not in the United States, you may want to change the default ftp site! Once pkg-get is run, the default configuration file/etc/pkg-get.conf will be created, and the url line will be changed, pointing to the site marked on http://www.sunfreeware.com/ftp.html. Use
Ftp://tmp.site/path/url pkg-get-s,
Note that you want to run
Ftp://tmp.site/path/url-U pkg-get-s
[1] [2] [3] Next page