AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-866251

Niranjan's questions

Martin Hope
Niranjan
Asked: 2019-12-07 06:10:37 +0800 CST

在 Ubuntu 16.04 上安装最新版本的 R 以及所有软件包

  • 1

我正在使用 Ubuntu 16.04。我想在上面安装 R(最新版本)。由于系统版本较旧,因此无法从终端行中找到该版本。我在终端行上用这个命令检查了它。

sudo apt-get install r-base=3.6.1

这导致 -

Version '3.6.1' for 'r-base' was not found

我想用它的所有包安装这个版本。正确的流程是什么?我可以从我的终端一次性获取所有的包文件和安装文件吗?请建议我实现这一目标的适当方法。

software-installation r 16.04
  • 1 个回答
  • 196 Views
Martin Hope
Niranjan
Asked: 2019-10-14 21:43:34 +0800 CST

安装最新版本的 tex [重复]

  • 2
这个问题在这里已经有了答案:
为什么 Ubuntu 存储库没有最新版本的软件? (6 个回答)
2年前关闭。

我正在尝试texlive-full从终端安装。我发出了两个命令。

sudo apt-get install texlive-full
sudo apt-get update

我也试过——

sudo apt-get upgrade texlive-full

尽管如此,我只有 2015 版本的texlive(非常旧的)。为什么我的终端不允许我安装此软件包的最新版本?有没有办法具体说一下install version 2019?我尝试搜索 2019 版本的版本号,但找不到。甚至我作为输出得到的数字tex -version是 -

TeX 3.14159265 (TeX Live 2015/Debian)
kpathsea version 6.2.1

如何获取最新版本texlive?

latex texlive
  • 1 个回答
  • 4694 Views
Martin Hope
Niranjan
Asked: 2019-10-13 22:07:18 +0800 CST

分区没有 rw 权限

  • 3

我系统中的一个分区没有读写权限,它总是需要sudo权限。如何在没有 的情况下使其定期访问sudo?


这是lsblk -fs -d -p -m -I 3,8,66,67,68-

NAME      FSTYPE LABEL  UUID                                 MOUNTPOINT NAME       SIZE OWNER GROUP MODE
/dev/sda1 vfat   ESP    2877-2A33                            /boot/efi  /dev/sda1  600M root  disk  brw-rw----
/dev/sda2 vfat   OS     2AC3-1F88                                       /dev/sda2    3G root  disk  brw-rw----
/dev/sda3 ext4   UBUNTU b838e318-4ded-423a-b03e-f41d3613056b /          /dev/sda3 69.9G root  disk  brw-rw----
/dev/sda4 swap          07c2b983-ef39-4d69-84c9-de1f8e649986 [SWAP]     /dev/sda4 14.9G root  disk  brw-rw----
/dev/sda5 ext4          1e8494eb-8d8b-4ce1-9621-c0e625e38361            /dev/sda5 65.2G root  disk  brw-rw----
/dev/sda6 ext4          65899ea6-e053-48dc-9ad8-8fad389eeaca /media/ubu /dev/sda6  778G root  disk  brw-rw----
partitioning sudo
  • 1 个回答
  • 129 Views
Martin Hope
Niranjan
Asked: 2019-10-13 06:19:48 +0800 CST

系统崩溃,终端显示“配置安全启动”框

  • 1

我尝试使用 - 升级 xfce 桌面

sudo apt-get upgrade xfce4

由于未知原因,该过程未完成。每当我尝试发出sudo apt-get命令时,它都会导致 -

dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

现在我的整个系统没有图标,一个也没有。某些软件包必须尚未安装。一些研究产生了两种解决方案。

sudo dpkg --configure -a

这导致了一个框(我不知道它是错误框还是说明框。)我尝试截屏,但是唉!也受不了。我在这里复制粘贴了文本。

Configuring Secure Boot   
 │ Your system has UEFI Secure Boot enabled.                                   
 │                                                                             
 │ UEFI Secure Boot requires additional configuration to work with             
 │ third-party drivers.                                                        
 │                                                                             
 │ The system will assist you in configuring UEFI Secure Boot. To permit       
 │ the use of third-party drivers, a new Machine-Owner Key (MOK) has been      
 │ generated. This key now needs to be enrolled in your system's firmware.     
 │                                                                             
 │ To ensure that this change is being made by you as an authorized user,      
 │ and not by an attacker, you must choose a password now and then confirm     
 │ the change after reboot using the same password, in both the "Enroll        
 │ MOK" and "Change Secure Boot state" menus that will be presented to you     
 │ when this system reboots.                                                   
 │                                                                             
 │                                  <Ok>

请指导我该怎么做,是否应该重新安装整个系统,或者仍然有一些方法可以解决这个问题。

apt
  • 1 个回答
  • 943 Views
Martin Hope
Niranjan
Asked: 2019-08-24 21:09:30 +0800 CST

Python文件丢失[重复]

  • 0
这个问题在这里已经有了答案:
意外apt-get remove python [重复] 1回答 后如何恢复
3年前关闭。

我犯了一个大错误。我在终端上发出了以下命令

sudo apt-get purge python

我没有阅读它删除的内容:(

我使用 LaTeX 排版系统,其中一些软件包现在无法正常工作。我在这里问过我的问题。

如果我丢失了 python 文件,是否需要重新安装完整的操作系统或其他东西可以帮助我解决这个问题?


日志 -

Start-Date: 2019-08-17  13:55:17
Commandline: apt-get purge python
Requested-By: ubuntu (1000)
Purge: python-webencodings:amd64 (0.5-2), python-six:amd64 (1.11.0-2), python-matplotlib:amd64 (2.1.1-2ubuntu3), vprerex:amd64 (1:6.5.1-1), python-cycler:amd64 (0.10.0-1), feynmf:amd64 (1.08-10), fragmaster:amd64 (1.7-5), python-xdg:amd64 (0.25-4ubuntu1), python-gi:amd64 (3.26.1-2ubuntu1), latex-cjk-all:amd64 (4.8.4+git20170127-2), python-tk:amd64 (2.7.16-2~18.04.york0), python-tz:amd64 (2018.3-2), python-dbus:amd64 (1.2.6-1), python-chardet:amd64 (3.0.4-1), texlive-pictures:amd64 (2017.20180305-1), python-pyparsing:amd64 (2.2.0+dfsg1-2), python-subprocess32:amd64 (3.2.7-3), python:amd64 (2.7.16-1~18.04.york0), python-lxml:amd64 (4.2.1-1ubuntu0.1), python-enum34:amd64 (1.1.6-2), texlive-xetex:amd64 (2017.20180305-1), qbittorrent:amd64 (4.0.3-1), lyx:amd64 (2.2.4-0ubuntu0.18.04.1), texlive-latex-extra:amd64 (2017.20180305-2), python-cryptography:amd64 (2.1.4-1ubuntu1.3), python-crypto:amd64 (2.6.1-8ubuntu2), texlive-music:amd64 (2017.20180305-2), python-keyrings.alt:amd64 (3.0-1), python-cffi-backend:amd64 (1.11.5-1), python-ipaddress:amd64 (1.0.17-1), python-olefile:amd64 (0.45.1-1), prerex:amd64 (6.5.4-1), texlive-lang-other:amd64 (2017.20180305-1), texlive-full:amd64 (2017.20180305-1), python-scour:amd64 (0.36-2), python-pkg-resources:amd64 (39.0.1-2), python-html5lib:amd64 (0.999999999-1), python-all:amd64 (2.7.16-1~18.04.york0), inkscape:amd64 (0.92.3-1), python-bs4:amd64 (4.6.0-1), texlive-pstricks:amd64 (2017.20180305-2), python-secretstorage:amd64 (2.3.1-2), python-dev:amd64 (2.7.16-1~18.04.york0), python-setuptools:amd64 (39.0.1-2), python-keyring:amd64 (10.6.0-1), lyx-common:amd64 (2.2.4-0ubuntu0.18.04.1), texlive-formats-extra:amd64 (2017.20180305-2), python-idna:amd64 (2.6-1), python-wheel:amd64 (0.30.0-0.2), texlive-science:amd64 (2017.20180305-2), asymptote:amd64 (2.41-4), python-dateutil:amd64 (2.6.1-1), latex-cjk-thai:amd64 (4.8.4+git20170127-2), python-numpy:amd64 (1:1.13.3-2ubuntu1), texlive-extra-utils:amd64 (2017.20180305-2), python-pil:amd64 (5.1.0-1), python-pip:amd64 (9.0.1-2.3~ubuntu1.18.04.1), python-asn1crypto:amd64 (0.24.0-1), python-backports.functools-lru-cache:amd64 (1.4-2), python-all-dev:amd64 (2.7.16-1~18.04.york0)
End-Date: 2019-08-17  13:59:03
python latex purge
  • 1 个回答
  • 153 Views
Martin Hope
Niranjan
Asked: 2018-09-01 02:25:00 +0800 CST

铭文键盘

  • 1

我的电脑上安装了 Xfce 桌面。我想在上面使用 inscript 键盘(孟加拉语)。我在语言布局中找到了键盘,但我无法看到它的 inscript 变体。它显示了一些其他输入源。我如何添加它或简单地更改它?请帮忙。我在下面附上了截图。

在此处输入图像描述

keyboard keyboard-layout
  • 1 个回答
  • 592 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve