發(fā)文章
發(fā)文工具
撰寫
網(wǎng)文摘手
文檔
視頻
思維導(dǎo)圖
隨筆
相冊
原創(chuàng)同步助手
其他工具
圖片轉(zhuǎn)文字
文件清理
AI助手
留言交流
sudo gedit /etc/apt/sources.list
Add the following line
deb http://dl.google.com/linux/deb/ testing non-free
Save and exit
Update the source list using the following command
sudo apt-get update
Install picasa using the following command
sudo apt-get install picasa
來自: dzh1121 > 《Ubuntu》
0條評論
發(fā)表
請遵守用戶 評論公約
deb文件安裝
deb文件安裝使用dpkg命令安裝.deb文件。sudo dpkg -i ./google-chrome-stable_current_amd64.deb.sudo dpkg -r Google-chrome-stable 使用APT命令安裝.deb文件。sudo apt install ./google-chrome-stab...
Debian-Kernel-Compile-Howto - FalkoTimme.com
Debian-Kernel-Compile-Howto (Kernel 2.6)In some cases you might want to compile your own kernel that suits your needs better th...
Linux當(dāng)中解決apt-get install E: 無法定位軟件包問題(附上詳細(xì)步驟以及注釋)
Linux當(dāng)中解決apt-get install E: 無法定位軟件包問題(附上詳細(xì)步驟以及注釋)# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse.# deb-src https...
Ubuntu 8.04 LTS 速配指南
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup sudo gedit /etc/apt/sources.list.sudo apt-get install stardict stardict-common stardict-plugin stardict-plugin-espeak stardict-p...
VMware下Ubuntu解包環(huán)境配置
若在/mnt/hgfs文件夾下找不到共享文件,就安裝以下工具sudo apt-get install open-vm-dkms安裝過程中選擇“y“然后執(zhí)行sudo mount -t vm...
Ubuntu裝軟件時(shí),提示缺少某些庫的解決辦法
$ sudo apt-get install teamviewer(特定版本,已下載好的deb文件)#如果出現(xiàn)缺少某些庫,則運(yùn)行下面的代碼 $ sudo apt-get install -f$ sudo apt-get install teamviewer(特定版本,已下載好的deb文...
Install VirtualBox in Ubuntu 14.04 / 13.10 / 12.04 using PPA
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -sudo sh -c ''echo "deb http://download.virtualbox.org/virtualbox/debian preci...
apt
apt.#apt-get install packagename.用apt-get 安裝軟件包的時(shí)候,apt會從/etc/apt/sources.list里面將相應(yīng)的軟件包恢復(fù)出來,把它們存放在一個(gè)本地的文檔庫中(/var/cache/apt/archives/)然后才開始安...
在Windows11上安裝ubuntu版linux系統(tǒng)并實(shí)現(xiàn)桌面圖形化(WSL)
在Windows11上安裝ubuntu版linux系統(tǒng)并實(shí)現(xiàn)桌面圖形化(WSL) 文章目錄。利用PowerShell安裝Linux發(fā)行版 微軟官方教程:使用 WSL 在 Win...
微信掃碼,在手機(jī)上查看選中內(nèi)容