Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Ubuntu tweak is not installing #42

Open
usmanmushtaq95 opened this issue May 4, 2019 · 6 comments
Open

Ubuntu tweak is not installing #42

usmanmushtaq95 opened this issue May 4, 2019 · 6 comments

Comments

@usmanmushtaq95
Copy link

No description provided.

@usmanmushtaq95
Copy link
Author

When I copy this code"sudo apt-get install ubuntu-tweak" in terminal following problem is coming
usman@ubuntu:~$ sudo apt-get install ubuntu-tweak
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ubuntu-tweak

@Hundifan33
Copy link

You dont have ubuntu-tweak in your repositories, thats why it says that it cant find it.

@chalan51
Copy link

chalan51 commented Mar 6, 2021

Uups, I downloaded the Zip file and after unpacking it in the /home/"mi-user"/Varios Instaladores/ubuntu-tweak-master folder I tried the suggested and got:
sudo python3.10 setup.py install
[sudo] contraseña para "mi-user":
Traceback (most recent call last):
File "/home/"mi-user"/Varios Instaladores/ubuntu-tweak-master/setup.py", line 2, in
from setuptools import setup, find_packages
File "/usr/lib/python3/dist-packages/setuptools/init.py", line 5, in
import distutils.core
ModuleNotFoundError: No module named 'distutils.core'
how may I fix this?

@MrRetr017
Copy link

When I copy this code"sudo apt-get install ubuntu-tweak" in terminal following problem is coming
usman@ubuntu:~$ sudo apt-get install ubuntu-tweak
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ubuntu-tweak

to run the program do this:

first make sure you have git installed so you can get the folder directly downloaded to your home folder.

sudo apt-get install git

Then download the Ubuntu tweaks folder to your home folder by using this command!

git clone https://github.com/tualatrix/ubuntu-tweak.git

after that cd into the folder you just downloaded

cd ubuntu-tweak/

then run the program by doing this!

./ubuntu-tweak

hope this helps!

@MrRetr017
Copy link

Uups, I downloaded the Zip file and after unpacking it in the /home/"mi-user"/Varios Instaladores/ubuntu-tweak-master folder I tried the suggested and got:
sudo python3.10 setup.py install
[sudo] contraseña para "mi-user":
Traceback (most recent call last):
File "/home/"mi-user"/Varios Instaladores/ubuntu-tweak-master/setup.py", line 2, in
from setuptools import setup, find_packages
File "/usr/lib/python3/dist-packages/setuptools/init.py", line 5, in
import distutils.core
ModuleNotFoundError: No module named 'distutils.core'
how may I fix this?

Try this first;

Make sure all your packages are updated including your OS use this command to perform a full system upgrade.

sudo apt update -y && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean -y && sudo apt autoclean -y

after this make sure you have python and pip properly installed on your system:

pip install py

sudo apt-get update

$ sudo apt-get install python3.6

to run the program do this:

first make sure you have git installed so you can get the folder directly downloaded to your home folder.

sudo apt-get install git

Then download the Ubuntu tweaks folder to your home folder by using this command!

git clone https://github.com/tualatrix/ubuntu-tweak.git

after that cd into the folder you just downloaded

cd ubuntu-tweak/

then run the program by doing this!

./ubuntu-tweak

hope this helps!

si necesitas una explicacion en español dejame saber!

@chalan51
Copy link

chalan51 commented Jun 6, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants