我目前正试图通过 ODBC 连接通过 ODBC 管理员 GUI 访问一些 MYSQL 和 PostgreSQL 数据库,就像在 Windows 上一样。搜索后,我只找到了在 Ubuntu 上安装和设置 ODBC 连接的零散和旧教程。
当我在一个微妙的生产环境中工作时,有人可以帮助我提供更新的说明,所以我最不需要搞砸的事情吗?预先感谢。
我目前正试图通过 ODBC 连接通过 ODBC 管理员 GUI 访问一些 MYSQL 和 PostgreSQL 数据库,就像在 Windows 上一样。搜索后,我只找到了在 Ubuntu 上安装和设置 ODBC 连接的零散和旧教程。
当我在一个微妙的生产环境中工作时,有人可以帮助我提供更新的说明,所以我最不需要搞砸的事情吗?预先感谢。
vs-code
我目前在添加稳定存储库后通过 apt 冲突消息遇到冲突。我怀疑我可能会“加倍”将 repo 添加到导致此问题的系统中。
我该如何解决这个冲突?这是运行后的输出sudo apt update
:
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:56 and /etc/apt/sources.list.d/vscode.list:3
cat
当我列出我的来源时输出:
# deb cdrom:[Ubuntu 18.04.2 LTS _Bionic Beaver_ - Release amd64 (20190210)]/ bionic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://dk.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://dk.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://dk.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://dk.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://dk.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://dk.archive.ubuntu.com/ubuntu/ bionic universe
deb http://dk.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://dk.archive.ubuntu.com/ubuntu/ bionic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://dk.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://dk.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://dk.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://dk.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://dk.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://dk.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/
# deb-src https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main
# deb-src [arch=amd64] https://packages.microsoft.com/repos/vscode stable main
目前使用的是华为 USB 加密狗,它与 14.04 开箱即用。我现在唯一需要的是 Linux 版本的 GUI,它使用户能够发送消息、拨打电话等。那里有类似的东西吗?
我在加纳有一个用于我的 Expresso USB 调制解调器的软件的 mac 光盘映像。正如标题所说,我可以转换和安装适用于 Ubuntu 的软件吗?
我刚刚下载了一个名为 SKDownloader for Firefox 4 的下载加速器。我成功安装了该程序,但现在我一直在安装随附的附加组件以.xpi
使该程序与 Firefox 兼容。
在 Windows 中,我所要做的就是.xpi
用 Firefox 打开它,它会自动作为附加组件安装。如何.xpi
在 Ubuntu 中安装该文件?
我是 Ubuntu 的新手,我很惊讶我的 Windows 应用程序(如 GIMP、Amarok、Libreoffice、Cheese 等)的开源替代品比它们的 Windows 同胞(MS Office、Photoshop、Youcam 等)小得多。Ubuntu 必须是有史以来最好的进化!毕竟,最好的是它是完全免费的
我有一个第 5 代 nano,想知道如何编辑我的播放列表、添加音乐、删除音乐等。
我还读到 Banshee 是 11.04 的默认媒体播放器,它可以处理我的问题还是我需要另一个应用程序?另外,如何将视频转换为视频 iPod 格式?提前致谢。
是否有适用于 Ubuntu 的 Windows 中用于分析数据的应用程序,如 SPSS、Minitab 等?
如果我的显卡支持 Unity 3D,安装 11.04 是否意味着我不必安装 Compiz 和 CCSM?
有没有适合我日常灵修的应用程序?
是否可以在 Windows 7 的双启动设置中更新 Ubuntu,而无需启动到 Ubuntu?
什么是最好的开源多媒体编辑软件?一款可以将mp3、mp4、avi、flv等转换成各种格式的app
解决所有依赖项(./configure、make、sudo checkinstall)终端报告后。请帮我在 Ubuntu 中编译我的第一个源代码包。我正在/usr/local/src
10.10 上网本版中构建软件包。我该怎么办,因为我知道我离我的目标如此之近。提前致谢
我使用的是 11.04 64 位,并想通过 PPA 将我的默认文件管理器从 nautilus 更改为 nautilus 初级,以使其(初级)定期更新。
我一直想知道 Globus 的封面流和预览是否在 11.04 中有效,以及它是否涉及相关步骤?提前致谢
从源代码编译时解决未满足的依赖关系的最佳工具是什么?我从 ubuntu 文档中阅读了有关“apt-file”和“checkinstall”的信息,但是我似乎无法使用 sudo apt-get install 命令或通过突触软件包管理器或软件中心在终端中安装这两个(2)软件包。提前致谢
嗨,我刚刚阅读了有关 Crossover Linux Crossover Impersonator的信息并想尝试一下,但是我读到只有 32 位版本。如何在我的 64 位 Ubuntu 11.04 上运行它?提前致谢
我决定将我的硬盘缩小 30GB,以方便 Win 7 和 11.04 双启动。30GB 分区将是我的永久 ubuntu 分区。我的问题是 28 日安装 11.04 时,如果需要(交换、ubuntu 数据和设置),30GB 中需要多少子分区才能重新安装?30GB 应该是主要的还是逻辑的?我有 4GB 内存,需要多少交换空间?请帮助一个喜欢 UBUNTU 的新手!