Changes between Initial Version and Version 1 of DebInstall


Ignore:
Timestamp:
Apr 19, 2015, 6:26:38 PM (10 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebInstall

    v1 v1  
     1= RefactorErl Debian Package Install Guide = 
     2 
     3The currently available Debian package is RefactorErl 0.9.15.04 for 64bit computers and any operating systems that use '''dpkg''' as a package manager. Erlang 17 is required. 
     4 
     5== Installation == 
     6 
     7=== Installing the right version of Erlang === 
     8 
     9The default Erlang version available in the current repositories in Debian and Ubuntu does not contain the files needed for RefactorErl's WX based user interface. Therefore it is recommended to use Erlang Solutions's version of Erlang. 
     10 
     11This can be done by adding a new source link and updating the package cache. 
     12 
     13{{{ 
     14sudo echo "deb http://packages.erlang-solutions.com/ubuntu trusty contrib" >> /etc/apt/sources.list 
     15sudo apt-get update 
     16sudo apt-get install erlang* 
     17}}} 
     18 
     19=== Installing the tool === 
     20 
     21 * Download the [https://plc.inf.elte.hu/erlang/trac/browser/branches/kutim/refactorerl_0.9.15.04-beta1_amd64.deb package] 
     22 * Execute the following commands in this order, but if after any of the steps there are error messages regarding missing dependencies, run the {{{sudo apt-get -f install}}} command: 
     23{{{ 
     24sudo dpkg -i refactorerl_0.9.15.04-beta1_amd64.deb 
     25}}} 
     26 * Use the command {{{referl}}} to start RefactorErl 
     27 
     28== Data files == 
     29By default the data folder of RefactorErl is put in the '''$HOME/.refactorerl''' folder. 
     30 
     31== Uninstallation == 
     32To remove RefactorErl from your system you can use the {{{sudo dpkg --remove refactorerl}}} command, however this will not remove the default data folder under '''$HOME/.refactorerl'''. To remove that as well you have to use {{{sudo dpkg --purge refactorerl}}}.