1. 程式人生 > >一天一條Linux指令-add-apt-repository

一天一條Linux指令-add-apt-repository

add-apt-repository ppa: xxx/ppa 
 這句話的意思是獲取最新的個人軟體包檔案源,將其新增至當前apt庫中,並自動匯入公鑰。
 例如:
 sudo add-apt-repository ppa:shutter/ppa
 sudo apt-get update

 sudo apt-get install shutter

這個命令的最大作用在於可以在Linux無法登入圖形化介面時,可以使用如下命令:

切換到命令列

登入

輸入:

sudo add-apt-repository ppabumblebee/stable

sudo apt-get update

sudo apt-get install bumblebee bumble-nvidia

問題解決,可以重新登入。

但是顯示卡驅動更換。


相關推薦

天一Linux指令-add-apt-repository

add-apt-repository ppa: xxx/ppa  這句話的意思是獲取最新的個人軟體包檔案源,將其新增至當前apt庫中,並自動匯入公鑰。 例如: sudo add-apt-repository ppa:shutter/ppa sudo apt-get up

天一Linux指令-ping

用途說明 ping命令是常用的網路命令,它通常用來測試與目標主機的連通性,我們經常會說“ping一下某機器,看是不是開著”、不能開啟網頁時會說“你先ping閘道器地址192.168.1.1試試”。它通過傳送ICMP ECHO_REQUEST資料包到網路主機(send I

天一Linux指令-ifconfig

用途說明 ifconfig命令常用來顯示系統中的網路介面(網絡卡)資訊,也可以用來配置網路介面(configure a network interface),如啟用、關閉、設定地址等。在Linux系統中,網絡卡命名規律:eth0為第一塊乙太網卡(Ethernet Car

Linux下無法使用add-apt-repository命令

Error: add-apt-repository command not found Solution: 1 sudo apt-get install python-software-properties 2 sudo apt-get u

(轉)Ubuntu無法找到add-apt-repository問題的解決方法

data ref prop repos bind clas install 網上 csdn 原文 網上查了一下資料,原來是需要 python-software-properties 於是 apt-get install python-software-

deepin安裝Oracle jdk8,以及添加add-apt-repository命令支持

使用 lin osi ace get deep borde 選擇 spa @font-face{ font-family:"Times New Roman"; } @font-face{ font-family:"宋體"; } p.MsoNormal{ mso-style-

天一LINUX 之 tail -f filenamey

在伺服器部署時,我們經常把專案日誌輸出到一個檔案中,那麼怎麼方便地檢視該日誌檔案的內容呢? tail 這個命令可以很好的幫助我們。 只想檢視最後幾句的時候使用 tail -n number filename 比如 tail -n 20 my.log 列印該日

add-apt-repository

轉自:https://www.cnblogs.com/strive-for-freedom/p/4252875.html add-apt-repository ppa: add-apt-repository:   add-apt-repository 是由 python-softw

Ubuntu的add-apt-repository: command not found

在Ubuntu下,時不時會有這個錯誤的。 add-apt-repository: command not found 這個是缺少程式,安裝一下就可以了。只是不知道安裝的名字。 按以下命令走一趟就可以的了。 $ sudo apt-get install software-p

ubuntu 安裝java add-apt-repository: command not found

ubuntu 安裝java add-apt-repository: command not found add-apt-repository: command not found 今天在Ubuntu,準備安裝java時,會有這個錯誤 : add-apt-repository:

天一linux命令 學習-- cd和pwd命令

今天學的cd命令 其實不用學 語法和DOS基本一樣,引數方面 .表示當前目錄,../表示上級目錄 ~表示當前使用者根目錄,/表示系統根目錄 學了一個新引數 !$ 表示用上一條命令的引數作為cd的引數 例如:你上條執行的是pwd 那麼再執行cd !$ ,就等於執行了cd pw

no add-apt-repository command

Problem: apt-get-repository Command is Missing I was trying to install the latest version of git from the Ubuntu Git Maintainers Team and

add-apt-repository的簡單說明

在 Ubuntu 9.10以後 我們可以使用 "add-apt-repository" 指令碼新增 ppa 到當前的庫中並且自動匯入公鑰。 再終端下使用下面的語法: add-apt-repository ppa:<ppa_name> 舉個例子:安裝最新的a

add-apt-repository PPA(轉)

add-apt-repository 是由 Python-software-properties 這個工具包提供的,只有ubuntu 0910之後版本支援。可以把命令源新增到/etc/apt/sources.list中。 # 我們先了解一下 PPA 的定義: PPA 全稱為 Personal Pa

天一linux命令---chgrp命令

change group 就是改變檔案或者資料夾所屬的群組 ll 命令顯示一下 跟在所有者後面的選項就是群組 具體有哪些群組 要看/etc/group 檔案: mysql:x:499---> mysql就是群組名 499就是群組代號 例如: 將test資料夾的所

add-apt-repository:command not found 問題

比如想要在Ubuntu Server 安裝個jdk7環境,      直接執行命令: sudo add-apt-repository ppa:webupd8team/java       錯誤來啦:sudo: add-apt-repository:command no

apt-get install 的參數(add-apt-repository

老師 end tps ref osi 段子 net con 鏡像 apt-get install 是 ubuntu 下的軟件安裝命令。 sudo apt-get -y install: -y:yes,在命令行交互提示中,直接輸入 yes;

按日期統計收益,天的收益數據合並為天一數據

arc count output tab row name varchar col ble --統計今日金額合並為一條。一天一條數據 create proc sp_TableName @uid int, @bid int as begin S

ubuntu找不到命令 add-apt-repository command not found

解決命令 sudo apt-get install python-software-properties sudo apt-g

linux天一個腳印:進程的管理

linux基礎命令進程進程: 運行在內存中程序實例 , 進程是程序運行的一種狀態 , 是內存中的概念,進程與進程之間無法訪問對方私有的內存區域。線程: 程序運行的最小單元,一個進程可以派生出多個線程,同一個進程內的線程之間可以相互訪問彼此內存區域,並且可以共享同一進程的共享內存區域。進程編號:pid父進程編號