我有一个Mysql安装,我想删除并重新安装,在LAMP堆栈上运行Ubuntu14.04。密码全乱了,phpmyadmin没有正确安装...我只想重启一下。
命令..
sudo apt-get --purge remove mysql-server mysql-common mysql-client
返回以下错误...
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
我真的很难弄清楚该怎么做。
这个命令..。
sudo dpkg-re
我试图在Ubuntu16.04中安装Apache。我跟随着如何在Ubuntu16.04上安装Linux、Apache、MySQL、(LAMP)堆栈的脚步。
我运行了以下命令:
sudo apt-get update
sudo apt-get install apache2
当尝试运行下一个命令时:
sudo apache2ctl configtest
我得到一个错误如下:
apache2: Could not open configuration file /etc/apache2/apache2.conf: No such file or directory
Action '
我想用apt-get设置一个git服务器。下面是它的运行过程:
# apt-get install git-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
linux-image-4.4.0-53-generic
Use 'apt autoremove' to remov
unattended-upgrade最近自动将我的内核升级到4.4.0-143,但是它不适用于Nvidia图形卡,所以我决定回滚到以前的版本。
我能够引导一个较旧的内核(4.4.0-141),并确认我正在用它引导我的计算机:
4.4.0-141-generic
但是当我尝试apt purge linux-image-4.4.0-143-generic时,apt会提示我确认:
The following NEW packages will be installed:
linux-image-unsigned-4.4.0-143-generic
那么,为什么卸载签名的内核需要安装一个未签名的版
好了,伙计们,这就是我得到的
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
linux-firmware
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 23.1 MB of archives.
Aft
我正在尝试从ruby 2.3.0升级到2.4.1。为此,我使用了2.4.1 @-create(我已经为另一个项目使用了2.4.1)。我将from文件从ruby "2.3.0"更改为ruby "2.4.1",并运行了bundle安装。我的gemfile.lock正确地改变了。
但是,当试图在控制台中运行rails时,我有一个错误:
Your Ruby version is 2.3.1, but your Gemfile specified 2.4.1
这是不符合逻辑的,因为当我运行which ruby时,我得到了以下答案:/.rvm/rubies/ruby-2.4
我试图生成在AWS中Linux实例上运行的java进程的线程转储。我在OpenJDK版本1.8.0上使用j堆栈命令。我正在运行的当前命令是sudo -u <user> jstack -l <java pid>,其中<user>是启动JVM的用户。
当我运行它时,我会收到错误Unable to open socket file: target process not responding or HotSpot VM not loaded
势问题:
在阅读j堆栈的工作原理时,我注意到j堆栈应该生成一个套接字文件/tmp/.java_pidXXX,以便附加到进程。
我基本上是一个不懂Linux的Ubuntu19.04用户。我刚刚(2019年9月19日)进行了一次正常的智能更新,并得到了以下错误:
dpkg: Error processing archive /var/cache/apt/archives/linux-kvm-tools-5.0.0-1017_5.0.0-1017.18_amd64.deb (--unpack):
attempt to overwrite '/usr/lib/libcpupower.so.5.0.0-1017', which is also included in package linux-gcp-tool
每当我试图安装任何告诉我要运行apt-get -f install的软件包时,我都会收到错误。来修复它们。
当我运行命令时,我会收到以下消息:
$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer requ
今天早上我试着升级,但遇到了错误。运行apt-获取-f安装,并在下面得到此错误。我不记得安装过任何量子包。
dpkg: dependency problems prevent configuration of linux-image-generic-lts-quantal:
linux-image-generic-lts-quantal depends on linux-image-3.5.0-39-generic; however:
Package linux-image-3.5.0-39-generic is not installed.
dpkg: error processing li
我以为我终于找到了解决我的问题的办法,因为我不够聪明,不足以删除“清理旧内核”所不需要的内核/标题,这多亏了byobu。它对内核非常有用(谢天谢地,因为这是它的名字),但是对于头包来说,它工作得不太好。它似乎只删除了通用包,根本不触及基本包。
示例:
# dpkg -l | grep linux-header
ii linux-headers-4.4.0-101 4.4.0-101.124 all Header files related to Linux kernel version 4.4.0