Tag: 软件安装

如何在15.04上安装Moksha窗口管理器?

我有Xubuntu 15.04在VirtualBox中运行,并且为了最大限度地减少它使用的资源,我正在考虑切换到Bodhi Linux的Moksha窗口管理器。 我已经尝试将Bodhi repo( deb http://packages.bodhilinux.com/bodhi trusty main )添加到我的/etc/apt/sources.list文件中,但是由于Bodhi基于UTSntu的LTS版本,我遇到了一些尝试的问题以这种方式安装Moksha。 所以我克隆了Moksha GitHub存储库并检出了最新版本(0.1.0): git clone https://github.com/JeffHoogland/moksha git fetch -p git checkout 0.1.0 git remote add upstream https://github.com/JeffHoogland/moksha 最后一行真的只是让我更容易在更新的版本可用时更新这个仓库。 然后我运行sudo apt-get build-dep e17因为我知道Moksha是从启蒙17分叉的,因此它的依赖关系是相似的。 在此之后,我按照INSTALL文件中的说明继续从此源代码编译和安装Moksha,即: ./configure make sudo make install 我从根本上没有收到任何错误消息,从我的角度来看,一切顺利。 然后我重新启动了sudo reboot ,所以我可以尝试使用Moksha但是在lightdm登录屏幕上没有Moksha选项出现在可用会话类型列表中。 为了在评论中跟踪Muru的建议,我将$MOKSHA_BUILD_PATH/data/xsession/enlightenment.desktop复制粘贴到/usr/share/xsessions/moksha.desktop (使用sudo mv ),然后我重新启动并使用Moksha会话登录出现的选项,但我留下了黑屏。 然后我使用Ctrl+Alt+F1切换到tty1并登录并运行/usr/local/bin/enlightenment_start (应该已经启动了Mokshra)并且我收到了一条错误消息(我不能在这里复制,因为tty1没有允许我在其中使用剪贴板)。 有没有办法在运行Xfce会话时得到此错误消息(那时我可以将其复制粘贴到此处)? 我尝试在Xfce中运行/usr/local/bin/enlightenment_start ,但是它给出的错误是抱怨另一个窗口管理器处于活动状态,因此无法启动。

如何安装和运行Greedy Car Thieves?

我听说游戏“Greedy Car Thieves”的灵感来自于“GTA2”。 怎么安装呢? 我也想把游戏放在我的发射器上。

在cli上安装带有参数的软件包

假设我需要使用dpkg -i安装软件包,这会提示用户输入一些值,例如用户名和密码。 我可以从终端轻松完成并继续安装。 但是按照这个计划我不能自动安装,例如,如果我想编写一个脚本来安装一个以交互方式获取参数的包。 所以我想要一个交互式dpkg安装计划(提示输入用户名和密码),但仍然可以从脚本调用,以便安装过程自动化。 我怎么能这样做? 还有其他选择吗?

如何在13.10上安装Ubuntu Touch Emulator?

我浏览了这个网站Touch / Emulator – Ubuntu Wiki,但我还是不确定如何在13.10上安装Ubuntu Touch Emulator。 该网站指向我: “android”包:Ubuntu ,用于下载.deb包但我不确定要下载哪个包。 我需要有关如何安装ubuntu触摸模拟器的明确说明。

如何安装Abaqus?

我想在Ubuntu 12.04上安装Abaqus 6.12。 我可以将.iso文件挂载到虚拟驱动器上。 当我尝试运行安装文件时,出现以下错误: ***ERROR. The installation should not be executed from the directory that contains the setup files. Please change your current working directory and rerun the installation. 以下是我所拥有的安装文件的一部分。 #!/bin/csh -f set args=($argv) @ arglen = $#args set cmd = $0 set setup_dir = $cmd:h set my_cwd = $cwd cd $setup_dir set setup_dir […]

无法安装VLC 1.1

我想按照这些说明操作 他们提供这些命令在Ubuntu 10.04上安装VLC 1.1: sudo add-apt-repository ppa:lucid-bleed/ppa sudo apt-get update sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc 但是最后一个命令返回: The following packages have unmet dependencies: mozilla-plugin-vlc: Depends: vlc-nox (= 1.1.5-1ubuntu2~ppa1~lucid1) but it is not going to be installed vlc: Depends: vlc-nox (= 1.1.5-1ubuntu2~ppa1~lucid1) but it is not going to be installed Recommends: vlc-plugin-notify (= 1.1.5-1ubuntu2~ppa1~lucid1) but it […]

Eclipse安装过程 – 初始“sudo mv eclipse / opt”不起作用

我正在关注这个post: 如何安装Eclipse? 我把eclipse-jee-mars-1-linux-gtk-x86_64.tar.gz到~/Documents并运行tar命令将解压缩后的包放到eclipse文件夹里面~/Documents – ~/Documents/eclipse现在存在。 我无权将此文件夹复制到/ opt,因此我使用su – command和password以root身份登录。 作为root,我尝试执行sudo mv eclipse /opt命令,但它抛出了错误: mv: cannot stat ‘eclipse’: No such file or directory 。 似乎没有人遇到过这个问题。 这有什么问题?

PCL Ubuntu安装

我一直在尝试在Ubuntu 14.10上安装PCL for linux: http : //pointclouds.org/downloads/linux.html 到目前为止,我已经完成了前两个步骤, sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl sudo apt-get update 但它在第三个方面失败了: $ sudo apt-get install libpcl-all Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package libpcl-all 我该怎么做才能解决这个问题? 我已经在线查看,但所有现有的线程似乎都没有工作分辨率。

如何在lubuntu 18.04上安装sql developer(.rpm文件)

如何在lubuntu 18.04上安装sql developer 我尝试从Oracle下面的链接(当你下载sql开发人员时作为安装说明),但该工作。 https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-install-linux-1969676.html 错误: 错误: Oracle现在提供.rpm文件而不是.zip,并且此站点上的所有答案都可以帮助您使用.zip而不是.rpm

在全新安装上安装PHP 5

我有一个全新安装的Ubuntu 10.10 (Maverick Meerkat),我想让PHP工作。 我试过了 sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart 但当我导航到http:// localhost / all时,我看到Firefox错误页面显示“无法连接”。 此外,当我尝试http://localhost/test.php而不是正在执行的PHP文件时,浏览器会询问我是否要下载该文件。 这是error.log文件的内容: [Thu May 19 12:04:49 2011] [notice] Apache/2.2.16 (Ubuntu) configured — resuming normal operations [Thu May 19 12:05:01 2011] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico [Thu May 19 […]