How to install / uninstall cheese on Ubuntu 16.04 ?

How to install / uninstall cheese on Ubuntu 16.04 ?

1. Install cheese

Installing cheese package on Ubuntu 16.04 is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install cheese
[setupvars.sh] OpenVINO environment initialized
strong@foreverstrong:~$ sudo apt-get update
[sudo] password for strong: 
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]                  
Get:2 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [67.7 kB]                                     
Get:3 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [68.0 kB]                                                          
Get:4 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [116 kB]                                                    
Get:5 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [173 kB]                                                       
Get:6 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [2,464 B]                                                 
Hit:7 http://cn.archive.ubuntu.com/ubuntu xenial InRelease                                                                                         
Get:8 http://cn.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]                                                                        
Get:9 http://cn.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]                                                                      
Get:10 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [910 kB]                                                             
Get:11 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [798 kB]                                                              
Get:12 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [320 kB]                                                      
Get:13 http://cn.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [227 kB]                                                         
Get:14 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [726 kB]                                                         
Get:15 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [665 kB]                                                          
Get:16 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [252 kB]                                                  
Get:17 http://cn.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [350 kB]                                                     
Get:18 http://cn.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5,968 B]                                               
Get:19 http://cn.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3,328 B]                                                   
Get:20 http://cn.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5,104 B]                                               
Fetched 5,015 kB in 21s (237 kB/s)                                                                                                                 
Reading package lists... Done
strong@foreverstrong:~$ 
strong@foreverstrong:~$ sudo apt-get install cheese
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cheese is already the newest version (3.18.1-2ubuntu3).
The following package was automatically installed and is no longer required:
  libllvm4.0
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 180 not upgraded.
strong@foreverstrong:~$

2. Uninstall cheese

To remove just cheese package itself from Ubuntu 16.04 execute on terminal:

sudo apt-get remove cheese

3. Uninstall cheese and it’s dependent packages

To remove the cheese package and any other dependant package which are no longer needed from Ubuntu 16.04.

sudo apt-get remove --auto-remove cheese

4. Purging cheese

If you also want to delete configuration and/or data files of cheese from Ubuntu 16.04 then this will work:

sudo apt-get purge cheese

To delete configuration and/or data files of cheese and it’s dependencies from Ubuntu 16.04 then execute:

sudo apt-get purge --auto-remove cheese

To capture video streams you can use cheese, a nice program with a graphical user interface. It allows you to watch and record your camera output at the same time. It stores in a strange format (.webm), but vlc can play this.

5. cheese

5.1 Photo -> Take a photo using a webcam

在這裏插入圖片描述

5.2 Video -> Record a video using a webcam

在這裏插入圖片描述

5.3 Burst -> Take multiple photos using a webcam

在這裏插入圖片描述

References

https://www.howtoinstall.co/en/
https://www.howtoinstall.co/en/ubuntu/
https://www.howtoinstall.co/en/ubuntu/xenial/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章