我有一台预装了 Windows 8.1 的 Inspiron 3521。我决定双启动 Windows 和 Ubuntu,它运行良好。但是,在使用 Ubuntu 时,我在使用 Windows 时从笔记本电脑中听到了很多噪音,几乎没有声音。此外,在使用 Ubuntu 大约 2-3 周后,我无法使用 Windows,因为它变得非常慢。现在我正在更换我的硬盘,因为它出现故障。那么,安装 Ubuntu 并使用它会破坏我的硬盘吗?因为在安装之前,Windows 运行良好,但在安装之后,它几乎无法使用。所以,我应该在我的新磁盘上安装 Ubuntu 还是应该避免它。请帮忙,因为我更喜欢 Ubuntu,而不是 Windows,但我不能冒险一遍又一遍地购买新的 HDD。此外,完全删除 Windows 也不是一种选择。
请让我知道我是否应该同时安装 Ubuntu?
输出smartctl -a /dev/sda::
=== START OF INFORMATION SECTION ===
Device Model: ST500LT012-1DG142
Serial Number: W3P8Y9MR
LU WWN Device Id: 5 000c50 07c643db0
Firmware Version: 0001SDM1
User Capacity: 500,107,862,016 bytes [500 GB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Device is: Not in smartctl …Run Code Online (Sandbox Code Playgroud) 我想安装 Android Studio。所以,我遵循了这个:
sudo apt-add-repository ppa:paolorotolo/android-studio
sudo apt-get update
sudo apt-get install android-studio
Run Code Online (Sandbox Code Playgroud)
但是,这开始下载我已经拥有的 IDE(来自 Google 的官方页面),所以我将我的 IDE.zip 文件移动到 opt/ 目录并再次运行上述命令。但它开始下载相同的文件。所以我退出了。
今天,当我尝试使用它安装 Giggle 时,
sudo apt-get install giggle
Run Code Online (Sandbox Code Playgroud)
我得到以下窗口。 
如果我按 Yes,它会下载 Giggle,然后重新开始下载 IDE。
那么,有什么方法可以完全删除 android-studio 并使我的终端忘记它曾经发生过吗?
我使用的是 Ubuntu 14.04 [64 位]。
附带说明一下,除了 apt-get 和软件中心之外,还有其他方法可以下载东西吗?
编辑:添加输出。
lakshya@Inspiron3521:~$ cat /var/lib/dpkg/info/{giggle,android-studio}*.{post,pre}inst
cat: /var/lib/dpkg/info/giggle*.postinst: No such file or directory
cat: /var/lib/dpkg/info/giggle*.preinst: No such file or directory
cat: /var/lib/dpkg/info/android-studio*.postinst: No such file or directory
cat: /var/lib/dpkg/info/android-studio*.preinst: No such file or directory
Run Code Online (Sandbox Code Playgroud)
编辑 2:我现在在菜单栏上看到这个红色标志。 
编辑 3:结果 …