Questions tagged [ubuntu-make]

Ubuntu Make is a command line tool which allows to download the latest version of popular developer tools, installing alongside all the required dependencies, enable multi-arch on your system if you are on a 64 bit machine, integrate it with the Unity launcher…

56 questions
86
votes
10 answers

How do I uninstall Visual Studio Code?

I installed Visual Studio Code a while ago, and I'm now trying to remove it. I don't remember how I installed it, but everything I've tried to remove it doesn't work. Things I've tried: sudo umake web visual-studio-code --remove: This says "can't…
JacobTheDev
  • 1,169
71
votes
3 answers

How do I upgrade Gradle?

This shows that Gradle is up to date: thufir@doge:~$ sudo apt install gradle Reading package lists... Done Building dependency tree Reading state information... Done gradle is already the newest version (2.10-1). 0 upgraded, 0 newly…
Thufir
  • 4,631
16
votes
7 answers

How to install watchman on Ubuntu 18.04, for react-native? error in make command

I have read this solution . I wanted nodeman as dependency for react-native no error upto ./configure command and it works fine as given solution gd@gd10:/tmp$ git clone https://github.com/facebook/watchman.git Cloning into 'watchman'... remote:…
9
votes
1 answer

does umake update its applications automatically?

Will the applications I install through ubuntu-make update themselves automatically? Like when I install something with apt-get or like when I add a repository.
7
votes
1 answer

Why can't I get Android Studio from umake anymore?

I have used ubuntu-make aka umake to install Android Studio and setup the full Android SDK. But since I have upgraded to Ubuntu 16.04 LTS (Kubuntu to be precise) I am not able to install Android stack this way. Here is my console output: $ umake…
shyam
  • 123
7
votes
1 answer

Ubuntu 16.04 ubuntu-make android error: a default framework for category Android was requested where there is none

I try to install Android Studio 2.0 in Ubuntu 16.04 using ubuntu-make as described in the wiki manual and the video. fieldmarshal@fmcomp:~$ umake android ERROR: A default framework for category Android was requested where there is none usage: umake…
Norton
  • 85
6
votes
1 answer

Error(s) while installing Android Studio using umake

I'm trying to install Android Studio using umake with the command sudo umake android android-studio and I get the following errors: Downloading and installing requirements | ERROR: W:GPG error:…
user649587
6
votes
0 answers

Set install path for ubuntu-make

I was experimenting with ubuntu-make and can not figure out how to specify path for installation so that it does not ask me every time I install something. This is kind of a workaround: echo "\n" | umake ide eclipse Is there a better way to do…
5
votes
1 answer

Why can't Ubuntu Make install Intellij IDEA on 16.04?

On Ubuntu 16.04, running umake ide idea returns: usage: umake ide [-h] {lighttable,visual-studio-code} ... umake ide: error: argument framework: invalid choice: 'idea' (choose from 'lighttable', 'visual-studio-code') Ubuntu Make is giving me only…
ARX
  • 697
5
votes
3 answers

dpkg: error processing package ubuntu-make (--configure):

I'm getting ubuntu-make error whenever I'm using apt-get install command, can some one help? ~ sudo apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0…
sagarr
  • 151
  • 1
  • 1
  • 6
5
votes
2 answers

Error while installing Firefox Developer Edition on 18.04.1 LTS

So i have the normal Firefox Quantum65.0 installed on my Ubuntu 18.04.1 LTS. I want to install Firefox developer edition. I have already tried: sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora sudo apt-get update sudo apt-get install…
Ajo
  • 203
  • 3
  • 6
5
votes
1 answer

Which version of Ubuntu Make should I use - from APT or from Snap?

Following the last question "how to install netbeans from umake?" I have the simply question: which version of Ubuntu Make should I use - from APT or from Snap? Note for close-voters: we have illustrations that Snap version of Ubuntu Make is…
N0rbert
  • 103,263
4
votes
1 answer

ERROR: The checksum of android-studio-ide doesn't match. Corrupted download? Aborting

More than three times: thufir@dur:~$ thufir@dur:~$ cat android Script started on 2017-10-26 05:49:38-0700 thufir@dur:~$ thufir@dur:~$ umake -v android android-studio --accept-license INFO: Logging level set to INFO INFO: Create a new apt…
4
votes
1 answer

Updating apps installed via ubuntu make

I installed Intellij Idea Ultimate 2016.2 via Ubuntu Make. How can i upgrade to the latest version "2016.4" via Ubuntu Make?
4
votes
1 answer

Will the new snap package make `Ubuntu Make` obsolete?

Ubuntu Make is a tool to install some latest versions of popular developers tools. At least more recent versions then the repository is offering. It is invaluable for e.g. Arduino IDE. If I understand snaps on 16.04 correctly, the new way would be…
Janghou
  • 6,035
1
2 3 4