Ubuntu16.04 UltraEdit install & use crack &

(1) Download: Log on to the official website (http://www.ultraedit.com/downloads/uex.html) choose to download the corresponding version.

(2) Installation:

       (using the command line installed) installed in a local path: the sudo dpkg -i uex_15.1.0.8_amd64.deb   

       (with double-installation) is omitted

(3) Operation: Input uex search application on the left, click Search to run applications


Appendix 1:

If you want to ubuntu install new software, existing deb installation packages (for example: iptux.deb), but can not log in to the desktop environment. Then how to install? The answer is: use dpkg command.
Common dpkg command format is as follows:
sudo dpkg -I iptux.deb # to view details iptux.deb package, including software name, version, and size (which is equivalent to the -I --info)
sudo dpkg -c iptux.deb See # iptux.deb file structure contained in the package (which is equivalent to -c --contents)
the sudo dpkg -i # iptux.deb iptux.deb mounting package (which is equivalent to -i --install)
the sudo dpkg -l iptux # View iptux package information (name of the software can be viewed by dpkg -I command, which is equivalent to -l --list)
View iptux package installation sudo dpkg -L iptux # all the files (software by name dpkg -I command to check, which is equivalent to -L --listfiles)
sudo dpkg -s iptux # iptux View package details (name of the software can be viewed by dpkg -I command, which is equivalent to -s --status)
sudo dpkg -r iptux # iptux unloading packages (software name by dpkg -I command view, which is equivalent to -r --remove)
Note: dpkg command does not automatically resolve dependencies. If the dependency deb packages installed package, use this command should be avoided, or install dependencies in their dependency order.


Appendix 2:

View deb software has been installed to a state, and a method of installation path:

(1) View installation status: dpkg -l * UE *

(2) Check the installation path: dpkg -L UEX

(. 3) of the boot has been installed software:

     method 1: enter uex search application on the left, click Search to run applications

     method 2: enter uex on the command line to start the run


Appendix 3:
ways to break the UltraEdit:

UltraEdit downloaded from the internet can only try 30-day, 30-day maturity, at the user's home directory, such as: /home/username/.idm following folder, delete the folder uex again reopen the UE, and you can try it 30 days!
----------------
Disclaimer: This article is CSDN blogger "Data baby dig" in the original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source and link this statement.
Original link: https: //blog.csdn.net/jdbc/article/details/51762875

Guess you like

Origin www.cnblogs.com/yibeimingyue/p/11906372.html