Quote:
Originally Posted by geordiejohn
I have removed Linux beta and turned on again and went to install but it is still not asking for a password?
Thank you.
|
Quote:
Originally Posted by LinuxArie
|
Quote:
Originally Posted by geordiejohn
Sorry I am getting no where.
I have pm Kovid to see if he can help.
Thank you.
|
Quote:
Originally Posted by dunhill
In linux whenever you install a program it asks you for the root password
|
There is no password by default in Crostini. And you shouldn't need one to install Calibre either from the terminal with...
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
Or via the repository with...
sudo apt install calibre
If you want a password you can create one in Crostini with...
sudo passwd
... and follow the prompts (which are, enter in the new password twice)
Be sure you remember it.
EDIT: Correction. You
do need a password with the cut and paste install from Calibre's site.