Clear scr does not work
        Posted  
        
            by idea_
        on Server Fault
        
        See other posts from Server Fault
        
            or by idea_
        
        
        
        Published on 2010-04-15T01:22:01Z
        Indexed on 
            2010/04/15
            1:33 UTC
        
        
        Read the original article
        Hit count: 417
        
I haven't been able to use the "clear scr" command in a while, as I get the following error:
root@server:~# clear                                                     
The program 'clear' is currently not installed.  You can install it by typing:  
apt-get install ncurses-bin                                                     
bash: clear: command not found
root@server:~# apt-get install ncurses-bin                               
Reading package lists... Done                                                   
Building dependency tree                                                        
Reading state information... Done                                               
ncurses-bin is already the newest version.                                      
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.      
I'm using Ubuntu Server 9.10.
I did some development with the ncurses library a while ago, so I've no doubt broken something.
© Server Fault or respective owner