The command sudo apt-get install wattpad
is not working. I want to download wattpad on my Ubuntu 16.04, but when I enter that command on terminal, I get
E: Unable to locate package wattpad
The command sudo apt-get install wattpad
is not working. I want to download wattpad on my Ubuntu 16.04, but when I enter that command on terminal, I get
E: Unable to locate package wattpad
As of this moment wattpad
is not available for Ubuntu (nor any other desktop OS). To the best of my knowledge it's a mobile app only available for IOS or android. An alternative might be to run an Android VM. and install it on the VM via Google Play using the android link above.
wattpad
is available for Linux? – waltinator Mar 29 '18 at 14:16apt-cache search [name]
... or part of "name" →apt-cache search wattpad
– Knud Larsen Mar 29 '18 at 15:43