Ubuntu中clear命令无法找到的解决
问题描述:在terminal中输入clear后,提示:The program "clear" is currently not installed. You can install it by typing:sudo apt-get install ncurses-bin按提示输入sudo apt-get install ncurses-bin后,系统却提示:ncurses-bin is already the newest version.0 upgra...