1

As in the past I installed Lubuntu but I installed a light one so many things weren't installed.

Today, I noticed that when I use the up arrow key to retype the previous command, instead of showing the previous command as expected it just shows ^[[A.

What could be the problem?

Zanna
  • 70,465

1 Answers1

0

Try hitting Ctrl+C to exit out of any programs you might be in currently. Then it might work again.

  • It doesn't work – amiria703 Aug 30 '20 at 17:18
  • 1
    Ctrl+C sends interrupt signal to the process executing in foreground. Not always but sometimes it may cause some applications to behave abnormally. For example, if APT is applying updates and the process is interrupted, you may get a broken system. – Kulfy Aug 30 '20 at 17:30