Tag: ubuntu make

如何更新所有的ubuntu-make包?

目前,您无法使用umake更新软件包。 这是关闭github问题的链接如何更新已安装的软件?#122。 提到你只需要删除包并重新安装它。 umake –remove && umake 例如,如果您知道要重新安装该想法,请键入: umake –remove ide idea && umake ide idea 所以我想找到一个更新所有umake包的解决方案。

在ubuntu 16.04上安装Netgen 5.3.1时出错

任何人都可以帮助解决我在安装Netgen 5.3.1时收到的make error 。 NETGEN是一款自动三维四面体网格生成器。 错误消息摘要是: collect2: error: ld returned 1 exit status Makefile:414: recipe for target ‘netgen’ failed make[2]: *** [netgen] Error 1 make[2]: Leaving directory ‘/home/bjd/netgen-5.3.1/ng’ Makefile:354: recipe for target ‘all-recursive’ failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory ‘/home/bjd/netgen-5.3.1’ Makefile:285: recipe for target ‘all’ failed make: *** [all] Error 2 Netgen […]

使用umake安装Android Studio时出错

我正在尝试使用umake使用该命令安装Android Studio sudo umake android android-studio 我收到以下错误: Downloading and installing requirements | ERROR: W:GPG error: http://download.opensuse.org/repositories/home:/olav-st/xUbuntu_16.04 Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 1BE1E8D7A2B5E9D5, W:The repository ‘http://download.opensuse.org/repositories/home:/olav-st/xUbuntu_16.04 Release’ is not signed., W:Data from such a repository can’t be authenticated and is therefore potentially dangerous to use., W:See […]

错误:android-studio-ide的校验和不匹配。 下载已损坏? 中止

超过三次: 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 cache INFO: clang isn’t installed INFO: openjdk-7-jdk isn’t installed INFO: openjdk-7-jdk isn’t installed INFO: Don’t register Eclipse ADT as it’s not installable on this configuration. INFO: Don’t […]

umake没有列出Java IDE的

澄清一个我正在关闭的错误问题 ,为什么netbeans,甚至Eclipse都没有显示为umake的IDE选项? thufir@doge:~$ thufir@doge:~$ umake –version 16.02.1 thufir@doge:~$ thufir@doge:~$ umake ide netbeans usage: umake ide [-h] {lighttable,visual-studio-code} … umake ide: error: argument framework: invalid choice: ‘netbeans’ (choose from ‘lighttable’, ‘visual-studio-code’) thufir@doge:~$ thufir@doge:~$ umake ide lighttable Choose installation path: /home/thufir/.local/share/umake/ide/lighttable thufir@doge:~$ thufir@doge:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION=”Ubuntu 16.04 LTS” thufir@doge:~$ 只有一个Java: thufir@doge:~$ thufir@doge:~$ sudo update-alternatives […]

netbeans不会显示项目窗口

$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=17.04 DISTRIB_CODENAME=zesty DISTRIB_DESCRIPTION=”Ubuntu 17.04″ $ java -version java version “9” Java(TM) SE Runtime Environment (build 9+181) Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode) $ javac -version javac 9 $ umake –version 16.11.1 $ umake ide netbeans [sudo] password for thufir: Choose installation path: /home/thufir/.local/share/umake/ide/netbeans Downloading and installing requirements | […]

为什么我不能再从umake获取Android Studio了?

我使用ubuntu-make aka umake来安装Android Studio并设置完整的Android SDK。 但由于我已经升级到Ubuntu 16.04 LTS(准确地说是Kubuntu),我无法以这种方式安装Android堆栈。 这是我的控制台输出: $ umake android ERROR: A default framework for category Android was requested where there is none usage: umake android [-h] {android-ndk} … 显然,没有android-studio或android-sdk选项可用。 有谁知道为什么? 此外,同样适用于ide部分下的eclipse。