Re: adept has error
You have to type things exactly if you want them to work.
You typed:
You didn't put a space after the command [ cd ] and the path [ /etc/apt ]. Type the command correctly:
You have to include a space after cd.
You have to type things exactly if you want them to work.
You typed:
cd/etc/apt
Code:
cd /etc/apt
Comment