发文章
发文工具
撰写
网文摘手
文档
视频
思维导图
随笔
相册
原创同步助手
其他工具
图片转文字
文件清理
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条评论
发表
请遵守用户 评论公约
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当中解决apt-get install E: 无法定位软件包问题(附上详细步骤以及注释)
Linux当中解决apt-get install E: 无法定位软件包问题(附上详细步骤以及注释)# 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解包环境配置
若在/mnt/hgfs文件夹下找不到共享文件,就安装以下工具sudo apt-get install open-vm-dkms安装过程中选择“y“然后执行sudo mount -t vm...
Ubuntu装软件时,提示缺少某些库的解决办法
$ sudo apt-get install teamviewer(特定版本,已下载好的deb文件)#如果出现缺少某些库,则运行下面的代码 $ 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 安装软件包的时候,apt会从/etc/apt/sources.list里面将相应的软件包恢复出来,把它们存放在一个本地的文档库中(/var/cache/apt/archives/)然后才开始安...
在Windows11上安装ubuntu版linux系统并实现桌面图形化(WSL)
在Windows11上安装ubuntu版linux系统并实现桌面图形化(WSL) 文章目录。利用PowerShell安装Linux发行版 微软官方教程:使用 WSL 在 Win...
微信扫码,在手机上查看选中内容