`

using apt-get to install the software of gedeb

阅读更多

玩ubuntu,应该听过 getdeb 这个网站,它将最新的软件、游戏打包成 deb 格式供 Ubuntu 用户直接下载安装使用
想通过apt-get 方式安装 getdeb 上的软件,需要这样做

sudo gedit /etc/apt/sources.list

在sources.list中添加

deb http://ubuntu.org.ua/ getdeb/

然后可以进行相关操作了

sudo apt-get update #更新源
sudo apt-get upgrade #更新当前软件
sudo apt-get install softwarename #安装软件

分享到:
评论

相关推荐

    UbuntuPythonDjangoApachemodwsgiMySQL.pdf

    - 通过`sudo apt-get install idle`或在Software Center中搜索IDLE (Using python3.3)安装Python集成开发环境。 3. **安装Apache 2.2**: - 使用`sudo apt-get install apache2`命令安装Apache web服务器。 - ...

    hydra 7.2 win32

    apt-get install libssl-dev libssh-dev libidn11-dev libpcre3-dev \ libgtk2.0-dev libmysqlclient-dev libpq-dev libsvn-dev \ firebird2.1-dev libncp-dev This enables all optional modules and features ...

    Ubuntu Pocket Guide and Reference: A concise companion for day-to-day Ubuntu use

    ### Ubuntu Pocket Guide... Whether you're a complete beginner or an experienced user looking to enhance your knowledge, this guide offers practical advice and tips to help you get the most out of Ubuntu.

    CanFestival3. Version 3.0 The CANOpen stack manual

    - A: On Linux, you can install CanFestival using package managers like `apt` or `yum`, or by compiling the source code manually. - **Q: Can CanFestival be used with real-time Linux distributions?** ...

    cpp checker

    ========= Cppcheck ========= ... sudo apt-get install mingw32 make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" mv cppcheck cppcheck.exe Webpage http://cppcheck.sourceforge.net/

    C PROGRAMMING TUTORIAL

    sudo apt-get install gcc ``` ##### Installation on MacOS On MacOS, you can install GCC using Homebrew: ```bash brew install gcc ``` ##### Installation on Windows On Windows, you can use MinGW ...

    Using the GNU Comipler Collection (GCC)

    sudo apt-get install build-essential ``` - 其中`build-essential`包通常包含GCC和G++。 2. **在Windows系统上安装GCC**: - Windows用户可以通过MinGW或MSYS来安装GCC。这些工具集为Windows环境提供了完整的...

    Linux中Scala和Spark安装

    sudo apt-get install default-jdk ``` ##### 步骤2:下载Scala 接下来是下载Scala。根据描述,我们可以直接通过浏览器下载Scala。这里推荐使用最新稳定版2.11.8,链接为:[Scala官网]...

Global site tag (gtag.js) - Google Analytics