markdown 在Ubuntu 16.x上安装爆米花时间
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在Ubuntu 16.x上安装爆米花时间相关的知识,希望对你有一定的参考价值。
### 1. Downloading
32 bits version
``` bash
$ wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-32.tar.xz -O popcorntime.tar.xz
```
64 bits version
``` bash
$ wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-64.tar.xz -O popcorntime.tar.xz
```
### 2. Unpacking
``` bash
$ sudo mkdir /opt/popcorntime; sudo tar Jxf popcorntime.tar.xz -C /opt/popcorntime
```
### 3. Creating a shortcut
``` bash
$ sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time
```
### 4. Creating the application launcher
``` bash
$ sudo nano /usr/share/applications/popcorntime.desktop
```
``` text
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Name=Butter
Exec=/opt/popcorntime/Popcorn-Time
Icon=/opt/popcorntime/src/app/images/icon.png
Categories=Application;
```
### 5. Delete the downloaded file
``` bash
$ rm popcorntime.tar.xz
```
### Uninstall
``` bash
$ sudo rm -Rf /opt/popcorntime
$ sudo rm /usr/bin/Popcorn-Time
$ sudo rm /usr/share/applications/popcorntime.desktop
```
以上是关于markdown 在Ubuntu 16.x上安装爆米花时间的主要内容,如果未能解决你的问题,请参考以下文章
markdown 在Ubuntu上安装Kubernetes集群
markdown 在Windows上安装ubuntu脱机
markdown 在Ubuntu上安装pyenv
markdown 使用Wine在Ubuntu上安装Safari
markdown 在ubuntu上安装casperjs的简单教程
markdown 在Ubuntu上安装Sublime Text 3。