1. 程式人生 > >E:Package 'Vim' has no installation candidate問題解決

E:Package 'Vim' has no installation candidate問題解決

不多說,直接上乾貨!

  問題描述: 

[email protected]virtual-machine:~# apt-get install vim

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vim is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'vim' has no installation candidate
[email protected]:~#

  解決辦法:

sudo apt-get update && sudo apt-get install vim

  

  

  成功!!!

  我這裡,是用的是NAT模式。大家可以見如下部落格

  如果這裡,大家遇到

歡迎大家,加入我的微信公眾號:大資料躺過的坑        人工智慧躺過的坑

同時,大家可以關注我的個人部落格

   http://www.cnblogs.com/zlslch/   和     http://www.cnblogs.com/lchzls/      http://www.cnblogs.com/sunnyDream/   

   詳情請見:http://www.cnblogs.com/zlslch/p/7473861.html

  人生苦短,我願分享。本公眾號將秉持活到老學到老學習無休止的交流分享開源精神,匯聚於網際網路和個人學習工作的精華乾貨知識,一切來於網際網路,反饋回網際網路。
  目前研究領域:大資料、機器學習、深度學習、人工智慧、資料探勘、資料分析。 語言涉及:Java、Scala、Python、Shell、Linux等 。同時還涉及平常所使用的手機、電腦和網際網路上的使用技巧、問題和實用軟體。 只要你一直關注和呆在群裡,每天必須有收穫

      對應本平臺的討論和答疑QQ群:大資料和人工智慧躺過的坑(總群)(161156071) 

 

相關推薦

EPackage 'Vim' has no installation candidate問題解決

不多說,直接上乾貨!   問題描述:  [email protected]virtual-machine:~# apt-get install vim Reading package lists... DoneBuilding dependency tree R

Ubuntu 16.04- Package has no installation candidate解決方式,Ubuntu正確安裝openssl-server的方法

  Ubuntu 17.04 安裝完虛擬機器之後,如果想裝ssh軟體進行連線,發現幾乎所有的包都裝不成功。 [email protected]:/home/zengxijin# apt-get install openssh-server Reading package lists... D

Package has no installation candidate解決方法

今天在安裝軟體的時候出現了Package has no installation candidate的問題,如: #  apt-get install <packagename> Reading package lists... Done Building de

安裝openjdk失敗,提示 E: Package 'openjdk-7-jdk' has no installation candidate

在Ubuntu 16.04LTS安裝open jdk失敗,提示 E: Package 'openjdk-7-jdk' has no installation candidate,原因是16.04源預設不含openjdk7,通過如下指令即可安裝: sudo add-apt-repository p

Ubuntu出現apt-get: Package has no installation candidate問題

gen logs pda install date 郵件 ima AC https 今天在安裝 vim 的時候出現了 Package ‘vim‘ has no installation candidate的問題 解決方法如下:# apt-get update#

ubuntu 出現apt-get:package has no installation candidate

今天在安裝軟體的時候出現了Package has no installation candidate的問題,如: #  apt-get install <packagename> Reading package lists... Done Buildi

解決pycharm問題module ‘pip‘ has no attribute ‘main‘

article 卸載 根據 sta 建議 pack blog htm tin 一:可能性解決方法一《解決pycharm問題:module ‘pip‘ has no attribute ‘main‘》http://www.cnblogs.com/Fordestiny/p/89

Ubuntu無法安裝vimPackage vim is not available, but is referred to by another package.

剛安裝的Ubuntu18.10輸入 sudo apt-get install vim 安裝vim時出現如下問題: [email protected]:~$ sudo apt-get install vim Reading package lists... Done Buil

20180925問題pycharm中匯入flask-wtf失敗,報錯module 'pip' has no attribute 'main'

前後臺頁面搭建完成,開始後臺邏輯操作。 在開始之前,根據視訊要匯入flask-wtf模組。在pycharm中匯入flask-wtf時,卻顯示報錯,錯誤最後一句提示:module 'pip' has no attribute 'main' 試圖在Termianl面

關於異常This application has no explicit mapping for /error, so you are seeing this as a fallback.

原因1: Application啟動類的位置不對.要將Application類放在最外側,即包含所有子包 原因:spring-boot會自動載入啟動類所在包下及其子包下的所有元件. 原因2: 在springboot的配置檔案:application.yml或ap

解決pycharm問題module 'pip' has no attribute 'main'

解決pycharm問題:module ‘pip’ has no attribute ‘main’ 修改 do_install和 do_uninstall def do_install(pkgs):

擴充套件包安裝問題module 'pip' has no attribute 'main'

找到安裝目錄下 helpers/packaging_tool.py檔案,找到如下程式碼: def do_install(pkgs): try: import pip except ImportError: erro

錯誤提示'str' object has no attribute 'tzinfo'

記得關注我 這是什麼問題呢? 在資料庫中你定義了一個時間,但是這個時間欄位是字串型別的, 在資料庫查詢的時候當然會報錯,因為字串的屬性中沒有時間的屬性。 錯誤提示 ‘str’ object has no attribute ‘tzinfo’ 解決方案: 在mod

AttributeError’module’ object has no attribute ‘ifelse’錯誤資訊的解決方法

在執行訓練卷積神經網路CNN模型進行分類的Python程式碼過程中,出現如下錯誤資訊: AttributeError:’module’object has no attribute ‘ifelse’

pycharm問題module 'pip' has no attribute 'main'外掛安裝失敗

找到D:\Program Files\JetBrains\PyCharm 2017.2\helpers 的packaging_tool.py檔案: 104行-117行 def do_install(

Python學習筆記AttributeError: 'NoneType' object has no attribute 'text' 解決

#前言 最近在學習python,犯了很多低階錯誤,總結一下 #問題 AttributeError: ‘NoneType’ object has no attribute ‘text’ #出處 difficult = obj.find('d

spring-boot啟動報錯This application has no explicit mapping for /error, so you are seeing this as a fal

1、報錯資訊:   Whitelabel Error Page    This application has no explicit mapping for /error, so you are seeing this as a fallback.    We

module 'h5py' has no attribute 'File' 解決辦法

之前執行一直沒有出現過的問題,現在換了環境總是出現 AttributeError: module 'h5py' has no attribute 'File' 解決辦法: AttributeError: module 'h5py' has no attribute 'F

module 'pandas' has no attribute 'expression' 解決辦法

匯入 import tensorflow as tf import skflow 遇到了錯誤 module 'pandas' has no attribute 'expression' 原因是tensorflow pandas dask

Python指令碼報錯AttributeError: ‘module’ object has no attribute’xxx’解決方法

最近在編寫Python指令碼過程中遇到一個問題比較奇怪:Python指令碼完全正常沒問題,但執行總報錯"AttributeError: 'module' object has no attribute 'xxx'"。這其實是.pyc檔案存在問題。 問題定位: