Downloading Wine on Ubuntu(Crouton) || Samsung Chromebook
Let me start off by saying, I am very sorry if this is in the wrong place on the forums. I am VERY new to linux. I have no clue what I am doing, and it may as well be a miracle that I got ubuntu installed on my chromebook in the first place.
That being said, I like linux so far. Seems very lightweight, quick, and enjoyable.
Now, my issue. I have been trying to get Wine onto my chromebook as I would like to get programs like hearthstone, and other games to play. However, I encounter issues when trying to install Wine.
I have tried to add it via sudo add-apt-repository ppa:ubuntu-wine/ppa
then sudo apt-get update, and finally sudo apt-get install wine1.7 ( i have also tried wine1.6)
The error i get is:
(precise)haland@localhost:~$ sudo apt-get install wine1.7
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package wine1.7
E: Couldn't find any package by regex 'wine1.7'
I have heard that you don't get as many 'quality of life' packages when installing ubuntu through crouton. If this is the case, I need to know what packages to get...
Again, sorry if this is in the wrong place... Any help would be a godsend, and I thank anyone that takes time out of their day. If I have not provided enough information, please tell me.. and I will try and supply more. Thank you, Haland.
Comments
-
Don't specify the version number. Just do
sudo apt-get install wine
0 -
arochester wrote:Don't specify the version number. Just do
sudo apt-get install wine
I have tried that. It comes up with this error:
(precise)haland@localhost:~$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'wine' has no installation candidate0 -
Have you tried, first, doing:
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade
thensudo apt-get install wine
?0 -
arochester wrote:Have you tried, first, doing:
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade
thensudo apt-get install wine
?
It said
(precise)haland@localhost:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
(precise)haland@localhost:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
on both upgrades, and still no luck with the installing of wine.. Threw the same error as before.0 -
Which model of Samsung Chromebook have you got?
- https://github.com/dnschneid/crouton/issues/121WINE does not and will not work on the ARM Chromebook, as Windows executables are i386/x64, and WINE runs them directly (it is not an emulator). It works fine on x86-based Chromebooks using the version in the repositories.0 -
arochester wrote:Which model of Samsung Chromebook have you got?
- https://github.com/dnschneid/crouton/issues/121WINE does not and will not work on the ARM Chromebook, as Windows executables are i386/x64, and WINE runs them directly (it is not an emulator). It works fine on x86-based Chromebooks using the version in the repositories.
Aww, that must be it. Thanks for the response.0 -
You may want to try using QEMU in combination with Wine.
0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- 1 Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 1.4K LFS258 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 946 Programming and Development
- 310 Kernel Development
- 618 Software Development
- 978 Software
- 370 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)