Tag: 软件安装

如何安装django?

帮助安装Django。 当我提取文件时,内容刚被转储到我的Home文件夹中,当我尝试导入django或sudo install它时,我收到错误。

如何安装佳能打印机/扫描仪驱动程序(deb.tar.gz文件)?

我有一台佳能MG2220多function打印机,我想用Ubuntu 13.04(我刚刚安装)。 Ubuntu软件中心没有可用的打印驱动程序,因此我从佳能亚洲网站下载了一些Linux驱动程序。 他们是: scangearmp-mg2200series-2.00-1-deb.tar.gz cnijfilter-mg2200series-3.80-1-deb.tar.gz 我已经找到了如何安装“.tar.gz”文件,但是这个文件在“.deb”前面有“.tar.gz”,我担心做任何可能搞砸我系统的事情。 可以按照我在Ask Ubuntu上找到的说明,使用相同的方法将“.deb.tar.gz”安装为“.tar.gz”吗?

如何安装QT3 Runtime Library?

我试图在Ubuntu 14.04上安装USB调制解调器的驱动程序。 我跑了 sudo ./install.sh 它在终端输出以下内容 ………………start install…………….. *** Check for root… 然后出现了这条消息 我想知道如何安装这个库? 谢谢! 更新:调制解调器的名称是中兴MF180S

安装Go语言

如何在Ubuntu中正确安装和配置Go语言。 有许多软件包可供选择,但我需要安装哪些软件包以及我需要配置什么以便能够使用任何Go软件包而不会出现“无法找到软件包”错误或其他任何基本错误那样。 我安装了golang软件包,但是我是否需要安装任何其他软件包或配置其他软件包? 例如,尝试运行以下命令: package main import ( “http” “log” ) func HelloServer(w http.ResponseWriter, req *http.Request) { w.Header().Set(“Content-Type”, “text/plain”) w.Header().Set(“Connection”, “keep-alive”) w.Write([]byte(“hello, world!\n”)) } func main() { http.HandleFunc(“/”, HelloServer) log.Println(“Serving at http://127.0.0.1:8080/”) http.ListenAndServe(“:8080”, nil) }

无法安装PlayOnLinux

The following packages have unmet dependencies: playonlinux : Depends: python-wxgtk2.8 but it is not installable or python-wxgtk3.0 but it is not installable Depends: cabextract but it is not installable Depends: icoutils but it is not installable Depends: p7zip-full but it is not installable E: Unable to correct problems, you have held broken packages.

如何安装lightdm-set-defaults?

ubuntu wiki LightDM声明: LighDM配置由lightdm.conf文件管理,但不要直接编辑,而是使用: lightdm-设置的默认值 $ lightdm-set-defaults lightdm-set-defaults: command not found $ sudo lightdm-set-defaults sudo: lightdm-set-defaults: command not found $ lightdm -v lightdm 1.4.0 synaptic 0.75.12’快速filter’在’lightdm-set-defaults’上找不到匹配项。 如何安装’lightdm-set-defaults’?

如何安装Moksha Desktop?

我喜欢Bodhi Linux使用的moksha destop。 在Ubuntu上没有repo或snap来安装moksha吗? Debian 指令看起来有点像我天真地期望成为一个包 ,甚至可以作为PPA。

无法在ubuntu 18.04 LTS上安装sagemath

最近,我安装了Ubuntu 64amd,使用Windows 7 32bit进行duak启动。 一切都很好,但我无法在其中安装sagemath。 它说“无法找到包sagemath-upstream-binary”,即使代码是正确的。 我可以知道为什么吗? 以下是我使用的完整代码: sudo apt-add-repository -y ppa:aims/sagemath sudo apt-get update sudo apt-get install sagemath-upstream-binary 以下是终端代码: kutubuddin@kutubuddin-h81m-s:~$ sudo apt-add-repository -y ppa:aims/sagemath [sudo] password for kutubuddin: Ign:1 http://ppa.launchpad.net/aims/sagemath/ubuntu bionic InRelease Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [69.9 kB] Err:3 http://ppa.launchpad.net/aims/sagemath/ubuntu bionic Release 404 Not Found [IP: 91.189.xx.xx xx] Hit:4 http://in.archive.ubuntu.com/ubuntu bionic InRelease Hit:5 http://in.archive.ubuntu.com/ubuntu […]

完全删除Budgie

在使用gdm3显示管理器的Ubuntu Gnome 17.04上,我使用以下命令安装了Budgie桌面环境: sudo apt-get install ubuntu-budgie-desktop 它吸引了很多依赖,等等。但我没有发现它太有用所以我: sudo apt-get remove ubuntu-budgie-desktop sudo apt-get autoremove 然而,即使在那之后,当我登录时,我确实看到Budgie与通常的Gnome,Wayland等一起选择。我能够登录Budgie,好像我从未删除过它! 我如何完全删除Budgie?

如何启动新安装的程序

我刚刚使用软件中心下载并安装了适用于Linux的Google Chrome。 我现在如何运行浏览器? 这在Windows中很简单 – 程序通常会附加到开始菜单,但在Ubuntu中没有这样的东西。 我注意到与Chrome有关的东西已安装在/opt/目录中,但我找不到相当于启动浏览器的.exe 。