`

Remove Ubuntu One

 
阅读更多
To start, we need to make sure that Ubuntu One isn’t running. Open the System Monitor, in System > Administration > System Monitor.
In the Processes tab, look for anything that starts with “ubuntone”. Select them, and click End Process.

Next, we’ll get rid of the stored authentication token for Ubuntu One. Click on Applications > Accessories > Passwords and Encryption Keys.
If a token for UbuntuOne exists, right-click on it and select Delete.

Now we can remove all of the folders that Ubuntu One uses. Open up a terminal window (Applications > Accessories > Terminal) and enter the following commands:
    rm –rf ~/.local/share/ubuntuone
    rm –rf ~/.cache/ubuntuone
    rm –rf ~/.config/ubuntuone
    rm –rf ~/Ubuntu\ One


Finally, we can remove all of the packages related to Ubuntu One.
In the terminal window, type in:
    sudo apt-get purge ubuntuone-client* python-ubuntuone-storage*

分享到:
评论

相关推荐

    ubuntu ref

    Ubuntu is one of the most popular Linux distributions, widely used by developers and system administrators for its stability, security, and robust package management system. This cheat sheet provides ...

    Ubuntu安装mysql和sqlite3

    sqlite> create table tbl1 (one varchar(10), two smallint); sqlite> insert into tbl1 values ('hello!', 10); sqlite> insert into tbl1 values ('goodbye', 20); sqlite> select * from tbl1; hello!|10 ...

    常用命令(ubuntu)

    卸载软件可以使用 "sudo apt-get remove scim" 命令。如果关联的软件需要卸载,会自动提示使用 "sudo apt-get autoremove" 命令来自动清理。 更新命令 用户可以使用 "sudo apt-get update" 命令来更新软件包列表。...

    Ubuntu下安装和卸载软件的方法分享

    如果在执行`dpkg -P`时收到提示“dpkg: --purge needs at least one package name argument”,这意味着你的系统中没有待清除的配置文件,无需担心。 总结来说,Ubuntu提供了多种方式来安装和卸载软件,从简单的`....

    lichee_20170502_1607_全志R16的linux系统编译需要改动的文件_使用parrotv1.1的内核_没有外层目录.7z

    Use 'apt-get autoremove' to remove them. 将会安装下列额外的软件包: libencode-locale-perl libfile-listing-perl libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tag...

    linux全志R16的linux系统编译的资料_20170502_1655.7z

    Use 'apt-get autoremove' to remove them. 将会安装下列额外的软件包: libencode-locale-perl libfile-listing-perl libfont-afm-perl libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tag...

    基于linux的SPI驱动程序源码

    2. **传输函数**:驱动程序需要实现传输数据的函数,通常是`transfer_one_message`或直接调用`spi_transfer`。这些函数通过`spi_transfer`结构体描述传输的细节,如数据缓冲区、传输方向和长度等。 3. **设备操作**...

    mongo数据库运维手册_ubutu.doc

    在Ubuntu系统中,可以使用`apt-get`在线安装或下载离线包进行安装。在每台服务器上创建存储数据的目录,并指定相应的权限。然后,使用`mongod`命令启动MongoDB实例,配置包括副本集名称、端口、数据存储路径、日志...

    mongodb操作文档.doc

    MongoDB 的安装在Ubuntu系统上可以通过`sudo apt-get install -y mongodb`命令完成。启动、停止和重启MongoDB服务可以用`sudo service mongod start/stop/restart`。此外,可以通过`--dbpath`、`--logpath`等参数...

    mongodb安装包和教程

    - Linux:各种发行版,如Ubuntu、CentOS、Debian等 三、安装步骤 1. **下载MongoDB** 访问MongoDB官方网站(https://www.mongodb.com/download-center/community),根据你的操作系统选择合适的安装包。对于...

    vmtools-linux.iso

    Please choose one of the following display sizes (1 - 13): # 显示分辨率,这里是以 1024x768 为例 # VMware Tools 安装的时候,会自动修改 X server 的配置文件 [1] "640x480" [2] [3] "1024x768" [4] "1152x864" ...

    i-vector的工具箱

    The Identity toolbox has been tested on Windows 8 as well as Ubuntu Linux computers running Matlab R2013a. The toolbox is portable and is expected to work on any machine that runs Matlab. Compilation...

    mongodb3.2.4说明文档

    - **删除操作**:使用 `remove` 或 `deleteOne/deleteMany` 方法删除文档。 **3.3 MongoDB CRUD 教程** 文档提供了详细的教程,指导用户如何执行 CRUD 操作,包括但不限于: - 如何插入文档 - 如何查询文档 - ...

    mongodb的安装使用和pymongo基本使用教程

    对于集合的操作,可以使用`insert`来插入文档,`find`进行查询,`drop`删除集合,`update`更新文档,`remove`删除文档。 MongoDB的`update`操作语法如下: ```javascript db.collection.update(criteria, objNew, ...

    Linux操作系统笔记

    - **APT (Advanced Package Tool)**: Debian 及其衍生版本(如 Ubuntu)中的包管理系统。 - `apt-get install package`: 安装软件包。 - `apt-get update`: 更新软件包列表。 - `apt-get upgrade`: 升级已安装的...

    python之PyMongo使用总结

    以下是在Ubuntu 14.04系统环境下安装PyMongo的具体步骤: 1. **下载安装包**:访问MongoDB官方文档或网站获取最新版的PyMongo安装包。 2. **解压并安装**:解压下载好的文件后,进入目录,使用命令`python setup.py...

    8-07-14_MegaCLI for linux_windows

    SCGCQ00445356 (CSET) - Megacli crashes after invoking any command in SGI system with one 9280-8e and 2 quad port qlogic FC cards. SCGCQ00452383 (CSET) - New version MegaCli did not show iBBU06 over ...

    Bochs - The cross platform IA-32 (x86) emulator

    Changes in 2.4.6 (February 22, 2011): Brief summary : - Support more host OS to run on: - Include win64 native binary in the release. - Fixed failures on big endian hosts. - BIOS: Support for up to...

Global site tag (gtag.js) - Google Analytics