about summary refs log tree commit diff stats
path: root/src/plugins/disco.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Use hashtables for plugin disco featuresJames Booth2016-08-171-28/+64
|
* Remove disco features added by plugins on unloadJames Booth2016-08-111-8/+57
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+65
100 committer hut <hut@lavabit.com> 2010-03-12 19:19:56 +0100 more documentation' href='/akspecs/ranger/commit/INSTALL?h=v1.4.4&id=7582555b50f058b316c04ce8ab977bed36da1585'>7582555b ^
b06433bc ^

582f3519 ^
b06433bc ^
3edc9f86 ^
b06433bc ^
7582555b ^
84c49ab7 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

          
 
                                                                   
 
                                       
                                                             
 

                 

 


            

                                                                      
 
                                                                            
                                                                                
                     
 
                                                              
Installing
==========

Use the package manager of your operating system to install ranger.

To install ranger manually, use either:
sudo ./setup.py install --optimize=1 --record=install_log.txt

or for short:
sudo make install


Uninstalling
============

Again, use your package manager to uninstall ranger.  No other way for
automatically removing ranger is supported!

However, if you installed ranger with the command above, all installed files
have been recorded to "install_log.txt".  This information can be used to remove
ranger by hand, e.g.:

cat install_log.txt | sed s/\^/\\// | xargs -d "\n" sudo rm --